web.py is a minimalist web framework for Python.
44
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 ...
21
votes
11answers
5k views
How do I use python for web development without relying on a framework?
I know the various frameworks have their benefits, but I personally want my web development in python to be as straight-forward as possible: less writing to the framework, more writing python.
The ...
18
votes
1answer
3k views
web.py and flask
For these pythonic web frameworks;
They looks similar, except a few minor differences like their url handling schemes. So it is very hard to choose one of them.
I want to learn from your ...
12
votes
4answers
2k views
Using web.py as non blocking http-server
while learning some basic programming with python, i found web.py. i
got stuck with a stupid problem:
i wrote a simple console app with a main loop that proccesses items
from a queue in seperate ...
10
votes
2answers
7k views
webpy: How to serve JSON
Is it possible to use webpy to serve JSON?
I built my website and I need to serve some information in JSON to interact with the Javascript on some pages.
I try to look for answers in the ...
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 ...
10
votes
2answers
2k views
Python equivalent of Sinatra
I know that many people use Sinatra when programming webapps in Ruby because they don't want their framework to get in the way by forcing them to use MVC.
Is there something similar in Python? I'm ...
9
votes
2answers
2k views
web.py on Google App Engine
I'm trying to get a web.py application running on GAE. I hoped that sth like the following might work
import web
from google.appengine.ext.webapp.util import run_wsgi_app
[...]
def main():
app ...
9
votes
1answer
2k views
Webpy: how to set http status code to 300
Maybe it is a stupid question but I cannot figure out how to a http status code in webpy.
In the documentation I can see a list of types for the main status codes, but is there a generic function to ...
8
votes
3answers
4k views
Differences between webapp and web.py
Webpy.org - Who uses web.py?
"[web.py inspired the] web framework
we use at FriendFeed [and] the webapp
framework that ships with App
Engine..."
— Brett Taylor,
co-founder of ...
8
votes
1answer
2k views
Web.py on dotcloud with wsgi
I'm trying to deploy my web.py app on dotcloud, but can't figure out how to do it.
I went through this tutorial fine: http://docs.dotcloud.com/static/tutorials/firststeps/
And then I looked at ...
8
votes
2answers
2k views
Google app engine users Auth: Djangoappengine Vs Web2py Vs Webpy
I'm going to develop a small web application on Gae with a registration section, login\logout and stuff like that.
Since Google app Engine does not support session out of the box and I don't want to ...
6
votes
3answers
606 views
web.py: How to selectively hide resources with 404s for any HTTP method?
I want to selectively hide some resources based on some form of authentication in web.py, but their existence is revealed by 405 responses to any HTTP method that I haven't implemented.
Here's an ...
6
votes
3answers
433 views
Profiling Python generators
I'm adapting an application that makes heavy use of generators to produce its results to provide a web.py web interface.
So far, I could wrap the call to the for-loop and the output-producing ...
6
votes
2answers
2k views
jQuery/AJAX call with a timer
How can i implement the below code with jQuery/AJAX timer,(I have created 2 URL classes by using web.py.Here 1st URL will return a random number between 1 and 250.I have created an AJAX call in the ...
6
votes
1answer
185 views
Why Chinese garbled when use webpy but it's normal when use MySQLdb?
I create a database in mysql and use webpy to construct my web server.
But it's so strange for Chinese character between the webpy's and MySQLdb's behaviors when using them to access database ...
5
votes
3answers
4k views
More efficient web framework than Web.py? Extremely Pythonic please! [closed]
I love webpy, it's really quite Pythonic but I don't like having to add the url mappings and create a class, typically with just 1 function inside it.
I'm interested in minimising code typing and ...
5
votes
2answers
1k views
Rendering HTML in web.py
I am handling with a Wikipedia-like project. I can convert the text file to html code using the markdown. My problem is, I want to render this html code in a html file. Here is my code,
class ...
5
votes
3answers
4k views
Deploying a Web.py application with WSGI, several servers
I've created a web.py application, and now that it is ready to be deployed, I want to run in not on web.py's built-in webserver. I want to be able to run it on different webservers, Apache or IIS, ...
5
votes
2answers
211 views
Executing mathematical user code on a python web server, what is the simplest secure way?
I realise this question has been asked before, however this case is slightly different.
I want to run a python imageboard (using web.py), that will allow users to generate new images by submitting ...
5
votes
1answer
526 views
Web Form with Web.py on PythonAnywhere
I'm trying to make a simple web script using the PythonAnywhere.com's web.py platform.
My intention is to create a simples Form which gets the data of textboxes and is able to work with them just like ...
4
votes
4answers
229 views
Is www.example.com/post/21/edit a RESTful URI? I think I know the answer, but have another question
I'm almost afraid to post this question, there has to be an obvious answer I've overlooked, but here I go:
Context: I am creating a blog for educational purposes (want to learn python and web.py). ...
4
votes
3answers
249 views
post a data to another URL by using .post() method in AJAX
I have created a web.py URL,and it provides only 2 text boxes(No submit button). When I type a number in the first text field it should post the value into another URL. By using AJAX post() I want ...
4
votes
1answer
245 views
Flask and Web.py both hang on atexit
I have this simple Flask app:
from flask import Flask
import prolog_handler as p
app = Flask(__name__)
app.debug = False
@app.route('/')
def hello():
for rule in p.rules:
print rule
...
4
votes
2answers
1k views
Random name generator strategy - help me improve it
I have a small project I am doing in Python using web.py. It's a name generator, using 4 "parts" of a name (firstname, middlename, anothername, surname). Each part of the name is a collection of ...
4
votes
1answer
2k views
Proof of concept RESTful Python server (using web.py) + testing with cURL
I am in the process of writing a proof of concept RESTful server using web.py
Here is the script:
#!/usr/bin/env python
import web
import json
def notfound():
#return web.notfound("Sorry, the ...
4
votes
1answer
1k views
Changing the static directory path in webpy
I'd love to be able to change the webpy static directory without the need to set up and run nginx locally. Right now, it seems webpy will only create a static directory if /static/ exists. In my case, ...
4
votes
0answers
123 views
Arguments to web.py handler classes
Is there any way to pass arguments to web.py handler class constructors?
E.g. These arguments might come from the command line (when the main web.py script is run), after the first arg (which is ...
4
votes
1answer
452 views
CookieError: Illegal key value
I use web.py, which internally uses the cookie.SimpleCookie class to load cookies incoming from the user's browser.
Occasionally, I get exceptions like:
...
File ...
3
votes
3answers
3k views
How to serve file in webpy?
I am using webpy framefork. I want to serve static file on one of requests. Is there special method in webpy framework or I just have to read and return that file?
3
votes
3answers
2k views
Which is web.py killer app?
A killer app is an app that make a library or framework famous. I think web.py is quite famous, but I don't know any big, widely used app written in web.py.
Could you point out any? I've head that ...
3
votes
1answer
975 views
How to delete/unset a cookie in web.py
In web.py, you can get access to the request's cookies with web.webapi.cookies(), and you can set the value of a cookie with web.webapi.setcookie(...). The documentation isn't clear on how one deletes ...
3
votes
1answer
2k views
web.py: how to get POST parameter and GET parameter?
I'm new to web.py. I used PHP alot. In PHP, POST parameter and GET parameter is stored in different global variables
For example:
curl http://127.0.0.1/test?get_param1=1 -d 'post_param1=2'
In PHP ...
3
votes
3answers
413 views
Web.py How to access render function in this case
I am new to Python and Web.py, but I am tearing my hair out over this issue. I have a code layout where I have my app.py file in the root of my site. All the pages are in a sub director, named pages. ...
3
votes
1answer
574 views
how to integrate pystache with web.py
Now, I use pystache in web.py in this way:
render = render_pystache('templates_dir')
class index:
def GET(self):
render.var('name', 'jim')
return render.simple()
...
3
votes
1answer
353 views
Python web app - synchronized serial access
I'm a java intermediate developer, python newbie and web-services uber newbie.
As a learning experience, I'm trying to realize a RESTful web service in python to remotely control a simple on/off light ...
3
votes
1answer
751 views
web.py todo list using sqlite invalid literal for int()
I was following the tutorial here http://webpy.org/docs/0.3/tutorial then looked around the webs to find out how to use the todo list part with sqlite and found this ...
3
votes
1answer
954 views
Using WebPy as a static HTTP content server
How is it possible to tune up WebPy to use it to serve static content for several websites?
I run two websites on one IP using web.subdomain_application for name-based virtual hosting. The implied ...
3
votes
0answers
54 views
how to make a sub_application request in parent_application?
I have two web application: parent_app and sub_app
say that, http://www.some.com/parent.png will be handled by parent_app.
if it is refererd in another website, parent_app get a HTTP_REFERER, say ...
3
votes
1answer
331 views
Google analytics illegal cookie breaks Python backend
In my feed that is published to feedburner I have Russian characters in campaign name in tracking settings Feed: ${feedUri} ${feedName}. The problem is that it results as incorrect __utmz cookie set ...
3
votes
0answers
193 views
How to stop webserver (implemented through web.py and threading)
I have implemented simple webserver using web.py.
And through multithreading module, I am able to run multiple instances of webserver listening on separate ports.
Now all the instnces are listening ...
2
votes
4answers
2k views
Why wont Web.py let me run a server on port 80?
Im trying to create a website with Web.py but its not letting me open a create a socket on port 80 but it works on every other port.
I have port forwarded and all that so that's not the problem.
...
2
votes
2answers
332 views
Hyperlinks in web.py
How do I make web.py fetch a page when I click on a link?
I have this in my template:
<a href='add.html'>Home</a>
When I click on 'Home', I get 'not found'.
In my application, I have ...
2
votes
5answers
99 views
Identifying References in Python
I just spent a very long time debugging an issue in python, using the web.py framework, and it has me wondering about a way to check this kind of thing in the future.
In short, one of the methods of ...
2
votes
4answers
564 views
Using web.py on Appengine
I am looking for a simple python web framework which runs both as standalone and on Appengine.
I would like to write the app in such a way that i can switch between standalone and Appengine based on ...
2
votes
2answers
706 views
web.py / pythonpath confusion
Im playing around with web.py as a lightweight web framework. Im having problems when i attempt to move the actual implementation of my page into a separate file instead of the root file. As a ...
2
votes
2answers
1k views
Thread specific data with webpy
I'm writing a little web app with webpy, and I'm wondering if anyone has any information on a little problem I'm having.
I've written a little ORM system, and it seems to be working pretty well. ...
2
votes
1answer
497 views
python web.py form - not getting any value
I'm testing web.py and forms but I cant get any value in return. This is the code:
import web
from web import form
class add:
def GET(self):
f = login()
return render.formtest(f)
...
2
votes
3answers
519 views
How should I prevent abuse when using web.py's web.database?
I'm writing a quick web.py app and take data from web.input...
import web
urls = (
'/', 'something',
)
app = web.application(urls, globals())
db = web.database(dbn='postgres', db='database', ...
2
votes
2answers
2k views
Trace/BPT trap when calling urllib.urlopen
For some reason I'm getting a Trace/BPT trap error when calling urllib.urlopen. I've tried both urllib and urllib2 with identical results. Here is the code which throws the error:
def get_url(url):
...