WebDevHed
WebDevHed

Reputation: 37

Python / Django implementation without previous experience with this syntax

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

Upvotes: 1

Views: 108

Answers (1)

Cyril N.
Cyril N.

Reputation: 39889

For python, you should take a look at DiveIntoPython.

Regarding Django, you should take a lookt at :

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 :)

Upvotes: 1

Related Questions