Use this script to create horizontal / vertical bar graphs, progress bars and faders. You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics or graphical libraries required.
-
I posted to delicious.com
JavaScript Graphs
http://www.gerd-tentler.de/tools/index.html
May 1 2010, 8:42am | Comments a>
-
I posted to delicious.com
Flask (A Python Microframework)
"Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!"
April 21 2010, 10:35am | Comments a>
-
I posted to delicious.com
Log in or sign up? - Leah Culver's Blog
http://blog.leahculver.com/2009/11/log-in-or-sign-up.html
"[This site] only requires an email address and a password for both registration and log in, so it would be great to have some clever way to have both forms on the homepage."
April 21 2010, 9:10am | Comments a>
-
I posted to delicious.com
Flask v0.1
http://flask.pocoo.org/index.html
A minimal web development Framework
- Tags:
- python
- web
- programming
- to-read
- flask
April 12 2010, 6:32pm | Comments a>
-
I posted to delicious.com
prettyLoader
http://www.no-margin-for-errors.com/projects/prettyloader/
Ajax Loading indicator that follows the mouse.
April 10 2010, 7:31am | Comments a>
-
I posted to delicious.com
DENIED: deny.py
http://denied.immersedcode.org/
No installation or configuration required. No dependencies other than the Python standard library. Just get a copy of deny.py, place it into your project directory and start coding. from deny import *
@route('/') def hello(): return 'Hello World!'
if name == 'main': run() That's it! Now run your application and go to http://localhost:5000/ and your application will greet you!
April 3 2010, 2:51am | Comments a>
-
I posted to delicious.com
Bottle: Python Web Framework
"Bottle: Python Web Framework Bottle is a fast and simple WSGI web-framework for Python packed into a single file with no external dependencies." Wow...very nice simple syntax. Just when I thought the world didn't need a new Python web framework...
March 6 2010, 8:08pm | Comments a>
-
I posted to delicious.com
scrape.py
"scrape.py is a Python module for scraping content from webpages. Using it, you can easily fetch pages, follow links, and submit forms. Cookies, redirections, and SSL are handled automatically."
February 20 2010, 6:44pm | Comments a>
-
I posted to delicious.com
Apache Web-Serving with Mac OS X:
http://macdevcenter.com/pub/a/mac/2001/12/07/apache.html
Apache Web-Serving with Mac OS X by O'Reilly Media
February 6 2010, 1:59am | Comments a>