Reply content:
Django Documentation
Do the project to the doc ~ can refer to this learn Python find it difficult to learn a programming language, what are the methods or skills to learn programming?
For Django, it's best to refer to the Django official documentation or Djangobook. (please Google yourself.),
focus on Django's official documentation, practice more, and read more documents. ForDevelopment examples:
(1). Search for Django in GitHub. Find a reference project to learn
(2). Here are two projects developed by yourself, one forum
Programming Topics , a blog Beginman blog
If you are interested, you can fork a copy to see the code. Ask yourself to answer it, after a year, write Python code also wrote estimated 5k line around, because personal ability not (electrical engineering, programming are self-study of the Wild Way), now want to write something, or Baidu (Campus network can not go out), while reading, the heart too scattered, write this think that good to learn that. This has caused me to understand a little bit (really understand), but I also feel that it makes a wide field of vision.
Learn the Django method is under Ubuntu, according to the Django Book project, a project is over, it is almost, and then write their own ideas, encountered problems themselves Baidu Google what.
Wrote a comparison to take a shot is to use Python to calculate the PV power system design parameters, and then generate a CSV data file, to tutor demonstration, she let me expand again, I am ready to use Sae+django to get a web, not busy when knocking ... Start with the Django book first
。
It is important to note that Django 1.4 is used in the Django book, but now many people are using Django 1.6, and Django 1.7 final will be released soon. So when you look at the Django book, it's best to compare it to the version of documentation you're using. Otherwise there will be a lot of wonderful things wrong.
Then read Django's official Tutorial, Django Tutorial-part 1
Read the Django book and see this again.
And then look at the Django homepage.
The various parts of the Django Framework (Model, View, URLconf, Template, Cache, internationalization). This is basically the most common knowledge taught to you.
And finally to the Django documentation.
Directory all the way down.
It's best to write a Project while learning. It's easy to get started by writing and learning. The Django Book 2.0 Gongle can come out, there are netizens contribute to the translation version is very good books are dead, the framework of the function is constantly changing, the best to find online tutorials. Chinese courses are all according to grilled English is more outdated, English excellent words may wish http://www. tangowithdjango.com/
Top Django Book