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 django-users+unsubscr...@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/52F9FACB.5010108%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to