Setup Python environment on Windows -


how setup python environment on windows computer can start writing , running python scripts, there install bundle? database should use?


i should of mentioned using web based applications. require apache? or use http server? standard setup python running web apps?

download python 2.6 windows installer python.org (direct link). if you're learning, use included sqlite library don't have fiddle database servers.


most web development frameworks (django, turbogears, etc) come built-in webserver command runs on local computer without apache.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -