Hi Hendriks, My suggestion to you is to first take a look at the python language it self as Django is as python framework. There's a lot of tutorials out there to help you. When you feel that you understand python, you can come back to django. The good news is you don't have to be a Python expert to build good web apps in Django.
Good luck. Adolphe Cher-Aime On Tue, Feb 11, 2014 at 5: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. > -- 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%2BfkitJMHwZ5WnAPE0Tip7fpP%3DNbwDVNxYuFTx%3DX3st4BVGd%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

