Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting started with django using Tango with Django [closed]

Tags:

python

django

How good is the resource Tango with Django, for getting started with django ? Given that I have finished basic Writing your first django app tutorial from official django website ?

like image 236
dotslash Avatar asked Mar 21 '23 23:03

dotslash


1 Answers

I reviewed briefly the tutorial pages and seems to be great.
My thoughts:

  • Easier then official doc.
  • Introduces some common practices, where Django doc is missing.
  • No additional knowledge is needed, everything included.

The tutorial is up-to-date(But currently only for Django 1.5.4). Authors are:

Leif Azzopardi is an Associate Professor at the University of Glasgow who teaches Web Development, Web Design, Information Architecture and Software Engineering. His research focuses on Information Retrieval.
David Maxwell is a PhD Candidate at the University of Glasgow, who teaches Python and Web Development. His research also focuses on Information Retrieval.

You can see also @tangowithdjango on twitter is quite popular.

Remember tutorial is not everything. You should visit regularly Python and Django Docs.

like image 179
Bartosz Dabrowski Avatar answered Apr 02 '23 02:04

Bartosz Dabrowski