Skip to content

Commit 5ba141e

Browse files
author
erichideki
committed
Insert Django, Flask and Bottle tutorials. And insert Python Books for begginers
1 parent 1008eed commit 5ba141e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

applications/app-markdowns/tutorials.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ Books/Resources
1313
* [The Hitchhiker’s Guide to Python](http://docs.python-guide.org/en/latest/)
1414
* [Intermediate Python](http://book.pythontips.com/en/latest/)
1515
* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/runestone/static/pythonds/index.html)
16+
* [Python Books](http://pythonbooks.revolunet.com/)
1617

1718
Online courses/Videos
1819
---------------------
1920

2021
* [Mit 6.00x on edX - Introduction to Computer Science and Programming Using Python](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-5)
2122
* [Google's Python Class](https://developers.google.com/edu/python/?hl=en)
23+
* [A hands-on introduction to Python for beginning programmers - Jessica McKellar](https://www.youtube.com/watch?v=MirG-vJOg04)
2224

2325
Contributors
2426
============

applications/app-markdowns/web-development.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,25 +407,34 @@ Books/Resources
407407

408408
* [Official Django Tutorial](https://docs.djangoproject.com/en/1.8/intro/tutorial01/)
409409
* [Official Flask tutorial](http://flask.pocoo.org/docs/0.10/tutorial/)
410+
* [Official Bottle tutorial](http://bottlepy.org/docs/dev/tutorial_app.html)
411+
* [Django Girls tutorial](http://tutorial.djangogirls.org/)
412+
* [Flask tutorial - Miguel Grinberg](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
410413
* [Full Stack Python](http://www.fullstackpython.com/)
411414
* [TaskBuster Django Tutorial](http://www.marinamele.com/taskbuster-django-tutorial)
412415
* [Two Scoops of Django: Best Practices for Django 1.8](http://twoscoopspress.com/products/two-scoops-of-django-1-8)
413416
* [Test-Driven Development with Python](http://chimera.labs.oreilly.com/books/1234000000754/)
414417
* [Lightweight Django](http://www.amazon.in/Lightweight-Django/dp/149194594X/)
415418
* [High Performance Django ](http://www.amazon.in/High-Performance-Django/dp/1508748128/)
419+
* [Free Python Books](http://pythonbooks.revolunet.com/)
416420

417421
Online courses/Videos
418422
---------------------
419423

420424
* [Coding for Entrepreneurs](https://www.youtube.com/playlist?list=PLEsfXFp6DpzRcd-q4vR5qAgOZUuz8041S)
421425
* [Go Django](https://godjango.com/)
426+
* [Getting Started with Django](http://gettingstartedwithdjango.com/)
427+
* [Getting Started with Django - Pycon](https://www.youtube.com/watch?v=KZHXjGP71kQ)
428+
* [Flask Workshop - Miguel Grinberg](https://www.youtube.com/watch?v=DIcpEg77gdE)
422429
* [Full Stack Foundations](https://www.udacity.com/course/full-stack-foundations--ud088)
423430

431+
424432
Contributors
425433
============
426434

427435
The following people helped in creating the above content.
428436

429437
* Contributors to <a href="https://github.com/vinta/awesome-python" target="_blank">awesome-python</a>
430438
* [Timothy Edmund Crosley](https://github.com/timothycrosley)
439+
* [Eric Hideki](https://github.com/erichideki/)
431440

0 commit comments

Comments
 (0)