I am a Web Developer that has a client that would like to have Django implemented into their next interface.
Having never been taught these two languages before, (Python & Django) I took it upon myself to go over the tutorials from start to finish on djangoprojects page. Now I am a visual learner and need more. The scope covered in making a polling app didn't satisfy the knowledge I need.
My question to you is where can I find source code 开发者_运维问答of some Django sites and possibly other material worthy of getting me up to speed.
Thanks
WDH
For python, you should take a look at DiveIntoPython.
Regarding Django, you should take a lookt at :
- The Django Tutorial (what you did, if I understood correctly)
- The Django book
And I believe that taking a look at how Django works by reading the source code is very interesting, for both your learning in python AND django :)
精彩评论