Changes between Version 108 and Version 109 of Tutorials


Ignore:
Timestamp:
Feb 21, 2015, 8:49:05 AM (9 years ago)
Author:
Ryan Nevius
Comment:

Remove outdated/broken links. Update links to current resources.

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v108 v109  
    22
    33== General Tutorials ==
    4  * [http://djangogirls.org/ Django Girls tutorial - the course material used for the DjangoGirls workshops]
     4 * [http://djangogirls.org/resources/ Django Girls tutorial - the course material used for the DjangoGirls workshops]
    55 * [http://www.youtube.com/watch?v=oT1A1KKf0SI/ Intuitive 20 video tutorial series for Django beginners]
    66 * [http://www.creativebloq.com/netmag/get-started-django-7132932 Short beginner tutorial on building a basic blog site]
    77 * [http://www.youtube.com/playlist?list=PL385A53B00B8B158E&feature=plcp/ Full Web Framework Python Django Tutorial]
    88 * [http://godjango.com/ Going Through Django Screencasts]
    9  * [http://jarv.org/20130407-jarv-wp-static/index.html%3Fp=348.html Beginner tutorial for setting up Django 1.3 and creating a small flashcard app]
    10  * [http://toys.jacobian.org/presentations/2007/pycon/tutorials/beginning/ A (fast-paced) introduction to Django - Beginners Tutorial]
    11  * [http://toys.jacobian.org/presentations/2007/pycon/tutorials/advanced/ More Django (likely more than is healthy) - Advanced Tutorial]
    129 * [http://www.wilsonminer.com/posts/2006/may/10/are-you-generic/ build a portfolio app in 30 minutes with Django]
    1310 * [http://www.sitepoint.com/build-to-do-list-30-minutes Django Djumpstart: Build a To-do List in 30 Minutes]
Back to Top