Tagged Questions
30
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 ...
8
votes
3answers
857 views
Django or web.py, which is better to build a large website with Python?
I'd like to use Python to build a website with more than 100,000 PV each day. Now what I concern is to choose which web framework. I know lots of people use Django, and some people use web.py. Django ...
0
votes
1answer
46 views
Django:Map urls to class like in web.py
i am learning django but gave web.py a try first.
while reading django's documentation i found that in i need to check for the request type in each method.. like:
def myview():
if request.method ...
0
votes
0answers
48 views
Refactor/Adapt web.py app to run in django project
I currently have a few apps that are a mix of either django or web.py. I'd like to consolidate all the individual apps into a single main django project, with the ability to have all applications run ...
0
votes
2answers
185 views
Is there a popular classifed ads site around - built with Django , Python
Is there a popular classifed ads site around - built with Django , or some other Python framework , some real-life site which has many users
0
votes
1answer
581 views
Can't get Beaker sessions to work (KeyError)
I'm a newb to the Python world and am having the dangest time with getting sessions to work in my web frameworks. I've tried getting Beaker sessions to work with the webpy framework and the Juno ...