I am going to start my own web project for pets, to experiment with different things and expand my knowledge.
I use Java a lot at work (for web applications: D) and thought about making my own in Python, since I kind of like this language, but never went through the simple steps of a script.
I want to strengthen the Python mechanism (using 2.6.5) and donβt know what to expect or which framework to choose: Django, Pylons, web2py, etc.
I also do not know how much this framework will offer me, and how much I will have to write from scratch.
I could use comparison with Java if someone can provide me. I think of filter functions like sitemesh, custom tags like JSTL; In Python, can I write clean HTML pages with tags in them, or write a lot of print statements (something like servlets in Java, etc.
I do not know exactly how to formulate this question.
I really need to imagine how web development is done in Python, at what level, and what web frameworks bring to the table.
Can you share your experience?
TIA!
java python templates web-frameworks
stupidLearner
source share