Sunday, April 20, 2014

Re: Django

It all depends on how you learn. You can read the API documentation and gain a good understanding of what django provides as a framework. Or, read the source and the comments to really understand what is going on. Reading the source is a great use of your time.

Personally, I find it easier to learn the different aspects of a framework by building something and running into situation of "how would I implement functionality X", and then read the docs, forums, source and ask questions to see how others solved this problem. One advantage is that you learn **how** to find "django answers" to specific problems/issues as well as how to use the framework. But everyone learns differently, so you need to do what is best for your style of learning.

YMMV,

Mark


On Sat, Apr 19, 2014 at 10:53 PM, Srinivasulu Reddy <srinivasulur55.s@gmail.com> wrote:
Hello mark,
   
             I got suggestion what you all mention was great to me. I did poll application and have some basic view on django, but thing I have to mention here is there are so many module how learn all these in effective way. Like for example take 'django.templates' , it contain different fields and modules , functions like RequestContext ,loader . How do i learn these in useful way .

On Saturday, April 19, 2014 11:37:38 AM UTC+5:30, Srinivasulu Reddy wrote:

Hello folks,
                 I am new to python/django . i am earning myself i want to know effective way of learning python / django . i am following django book for django .  Light bird apps also.

So please anyone can help me to find the good way learn the python / django . I love to learn the python / django .

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/30190042-c97c-49c6-be07-399fc5e7c54c%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEqej2Nj4NRtJU4dKfop4%2BWPfGuQcQVRsurjPwE1G1Q7hXLHPg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment