views:

66

answers:

2

I am starting python today. It will be my pleasure to have your help.

A: 

If you are starting Python today, why tackle web development immediately? I'd start off with "hello world" in the console.

innaM
thats good, i can start as you. My target is web development with python, so today or tomorrow i must know that.
Sadat
Seems you are planning to learn Python rather quickly. Good luck.
innaM
exactly, i need to jump for development immediately.
Sadat
+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