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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to