Skip to content

Instantly share code, notes, and snippets.

@janogarcia
Created November 24, 2014 10:24
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save janogarcia/98da38a337a91088be52 to your computer and use it in GitHub Desktop.
Save janogarcia/98da38a337a91088be52 to your computer and use it in GitHub Desktop.
Python and Django Simple and Fast Learning Path

Articles

Python Cheatsheets
http://refcardz.dzone.com/refcardz/core-python
http://rgruet.free.fr/

Learn Python in 10 minutes
http://www.stavros.io/tutorials/python/
https://leanpub.com/learn-python

Crash into Python: Python for Programmers with 3 Hours
http://stephensugden.com/crash_into_python/

A Byte of Python
http://www.swaroopch.com/notes/python/

Python Practice Book
http://anandology.com/python-practice-book/

Books

Treading on Python
http://www.amazon.com/Treading-Python-Volume-Foundations/dp/1475266413/
http://www.amazon.com/Treading-Python-Volume-Intermediate/dp/149055095X/
https://leanpub.com/treadingonpythonvol1
https://leanpub.com/treadingonpythonvol2
http://hairysun.com/90py/

Writing Idiomatic Python
https://www.jeffknupp.com/writing-idiomatic-python-ebook/
http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp-ebook/dp/B00B5KG0F8/
http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp/dp/1482374811/

Kenneth Love: Getting Started with Django, a crash course - PyCon 2014
http://gswd-a-crash-course-pycon-2014.readthedocs.org/en/latest/
https://www.youtube.com/watch?v=KZHXjGP71kQ

Tango with Django
http://www.tangowithdjango.com/

Django Best Practices
http://lincolnloop.com/django-best-practices/

Two Scoops of Django: Best Practices for Django 1.6
http://www.amazon.com/Two-Scoops-Django-Best-Practices/dp/098146730X/
http://twoscoopspress.org/

Video

Reference

https://docs.python.org/2/reference/
http://python-future.org/compatible_idioms.html
https://docs.djangoproject.com/en/1.7/
http://www.makotemplates.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment