Using Python after a few years of Ruby

Stefaan Himpe stefaan.himpe at gmail.com
Tue Apr 14 05:55:20 EDT 2009


Hi,

> 1) Is there anything like a Python build tool? (Or do I
> even need something like that?)

If you're going to run the python source code, you don't need anything.
Python builds what it needs automagically. Some tools exist to build
stand-alone executables though, if you'd like to do so (e.g. py2exe, 
http://www.py2exe.org)

> 3) Web frameworks
I quite like the powerful and very intuitive and easy to use web2py 
(http://www.web2py.com).

(not to be confused with the minimalist web framework web.py, 
http://webpy.org).

Best regards,
Stefaan.



More information about the Python-list mailing list