I am starting python today. It will be my pleasure to have your help.
views:
66answers:
2
A:
If you are starting Python today, why tackle web development immediately? I'd start off with "hello world" in the console.
innaM
2009-09-26 14:31:42
thats good, i can start as you. My target is web development with python, so today or tomorrow i must know that.
Sadat
2009-09-26 14:44:01
Seems you are planning to learn Python rather quickly. Good luck.
innaM
2009-09-26 15:03:20
exactly, i need to jump for development immediately.
Sadat
2009-09-29 06:53:57
+1
A:
About a framework - choose the one you'll like. You can find most of them on Python wiki.
About Apache - if you choose a framework, it'll probably have some kind of development web server built-in, with better debugging capabilities than Apache installation. If you really want Apache, then you could install and configure mod_wsgi.
PiotrLegnica
2009-09-26 14:48:07