@@ -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
417421Online 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+
424432Contributors
425433============
426434
427435The 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