Tagged Questions

31
votes
13answers
3k views

Is switching from PHP to Python worth the trouble

If you had switched from php + (framework of choice) to python + (framework of choice) as your development platform, what would you say have been the upsides/gains of the switch? What I want to know ...
0
votes
1answer
71 views

Rendering multiple templates with web.py

Ive recently gotten into Webdesign in Python, I've tried multiple frameworks but web.py seems to be my favorite except for one problem. I cant seem to figure out how to make multiple pages with ...
0
votes
1answer
157 views

Why call clearup code in generator function?

guys. I'm reading web.py source code to understand how WSGI frameworks work. When reading application.py module, I wonder why call self._cleanup in cleanup which is a generator function. I searched ...