Tagged Questions
0
votes
1answer
98 views
Unable to add mapping to sub application in WebPy
I just want to make clear that while in windows, works fine, but when I try to deploy this script in my VPS it fails.
It is kind of weird because if I add a mapping to the main web application ...
0
votes
1answer
55 views
set and get thread or global value throughout server requests
Is it possible to set a thread or something alike to store a value among each server request?
I understand that values from threads or globals are get/set only during each server request, also this ...
0
votes
4answers
234 views
key value pairs from tuple in python
how can I convert a tuple into a key value pairs dynamically?
Let's say I have:
tuple = ('name1','value1','name2','value2','name3','value3')
I want to put it into a dictionary:
dictionary = { ...
0
votes
1answer
111 views
Creating a multiple blogger website: need advice on web framework
I am trying to create a website from scratch. Originally, I hoped to be able to use WordPress. However, I'm not sure that it offers me the flexibility that I want, so I am hoping to put some time in ...
2
votes
1answer
79 views
djnago or web to py for e-commerce & a normal website
I have to build an e-commerce website for a shopping system and a Content Management System website for a college.
I have to chose either Django or web to py with Python 3.x and for the backend I am ...
1
vote
1answer
261 views
Deviding Django application (social network) to Django Frontend and RESTfull API
I'm writing Django application (social network) and thinking about dividing monolithic project to two projects: UI and API. For example, Django will be used only to render pages, interacting with and ...
0
votes
1answer
129 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 ...
10
votes
3answers
5k 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 ...
45
votes
12answers
6k views
Is switching from PHP to Python worth the trouble [closed]
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
842 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 ...
