|
Posted by kiran |
|
|
how can we start to learn django framework is it required to learn necessary to master python programming language
please reply how many days it took to learn to built websites with the help of django framework please reply back to kiransiebel@aol.in |
|
|
Posted by Annatar |
|
|
Python knowledge prior to Django development is absolutely necessary. Yoy don't have to master Python, as its scope as a programming language is very broad. But you have to be familiar with its syntax and its philosophy.
It will take a week to master the syntax, but it will take no less than a month to get the grip on how you should write your code and organize your modules. Django development has a good learning curve, by following the tutorial in the Django Book will get you where you can start developing a simple to medium (in complexity) Django app. But it will take some time to learn the best practices and the most elegant way to accomplish and organize yor apps, urls, views and models. --- Last Edited by Annatar at 2011-04-14 04:38:00 --- |


