Welcome to the wonderful world of Python. I suggest that you immerse yourself in http://www.greenteapress.com/thinkpython/ and then take this (free) course next month https://www.coursera.org/course/interactivepython before tackling anything like Django.
Best, Tim On Tue, Feb 11, 2014 at 8:26 AM, Johan Hendriks <[email protected]>wrote: > Hello all. > > I have a little question, maybe a little stupid but non the less it keeps > me busy. :-) > > I want to start making some web based apps as a hobby project. > I have no coding experience other then some basic shell scripting to get > some daily routine jobs done on my FreeBSD servers. > The first struggle I had to take is the programming language, I looked at > PHP and python, and I think my best option is Python, and with python comes > Django. > So the last weeks i have been doing some searches on google and view a lot > of tutorial video's how to start with django. > > One thing that always comes back is the import part like below > > from django.http import HttpResponse > > And here comes my question, where and how do you know what you need to > import. > What is the best way to learn al these imports? , and is there a quick way > to find the imports you need? > > Thank you for your time. > > regards > Johan > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/52F9FACB.5010108%40gmail.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- MLHIM VIP Signup: http://goo.gl/22B0U ============================================ Timothy Cook, MSc +55 21 94711995 MLHIM http://www.mlhim.org Like Us on FB: https://www.facebook.com/mlhim2 Circle us on G+: http://goo.gl/44EV5 Google Scholar: http://goo.gl/MMZ1o LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CA%2B%3DOU3XPbDZZE7e1SYm8e2cpDfWo%3DM3tviwgTXPHkyUmzQj83w%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

