Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Nursultan Bolatbayev
Nursultan Bolatbayev
16,774 Points

Here are additional online resources for Django course

Hi, All. I couldnt find where to post this kinda of information, but I wanted to share with u some online resources which I use with Django course together:

  1. http://masteringdjango.com/ - Fresh Django book based on Python3.x
  2. https://www.fullstackpython.com/django.html - Maybe u should start from this website as it includes another resource list for each topic including SQL and other Python frameworks
  3. http://www.tangowithdjango.com/ - this website is awesome. It has a tutorial to create Django project from scratch. But it is based on Python 2.x/Django 1.7. Python3 tutorial is coming soon
  4. Another tutorial website on Python2.x: http://www.effectivedjango.com/
  5. https://godjango.com/blog/ - on its blog page shared some good topics
  6. https://www.codingforentrepreneurs.com/ - this website is really amazing. It has a lot of tutorials creating projects from scratch and deploying it in production. Their tutorials go beyond just blog site, in addition it has both Python2.x and Python3.x. They have YouTube channel where uploaded all courses in well structured playlists
  7. http://www.bogotobogo.com/python/pytut.php
  8. http://tutorial.djangogirls.org/en/ - Django tutorial from our beautiful girls
  9. http://www.djangobook.com/en/2.0/index.html - A bit out of date website book

And some useful articles about django:

  1. https://www.digitalocean.com/community/tutorials/how-to-install-the-django-web-framework-on-ubuntu-14-04
  2. https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn
  3. https://www.digitalocean.com/community/tutorials/how-to-deploy-a-local-django-app-to-a-vps
  4. https://www.digitalocean.com/community/tutorials/how-to-use-postgresql-with-your-django-application-on-ubuntu-14-04
  5. 11 Things I Wish I Knew About Django Development Before I Started My Company: https://medium.com/cs-math/11-things-i-wish-i-knew-about-django-development-before-i-started-my-company-f29f6080c131#.h4djsyhj6
  6. Advice for the Django novice https://medium.com/@oliverroick/advice-for-the-django-novice-4d26e404de91#.vx71sgikz
  7. 11 Killer Features I use in Every Django Project https://medium.com/cs-math/2014-django-development-mistakes-in-2014-f48623f58b21#.2psx8f6el
Nursultan Bolatbayev
Nursultan Bolatbayev
16,774 Points

Feel free to add another resources which u found useful for learing Django!