顯示具有 python 標籤的文章。 顯示所有文章
顯示具有 python 標籤的文章。 顯示所有文章

2010年1月18日 星期一

wsgi

werkzeug.pocoo.org - a simple collection of various utilities for WSGI application

webob - web object (WSGI)

modwsgi - wsgi module

bobo - a small simple easy to learn and remember web framework for Python

wsgi spec - python web server gateay interface v 1.0

cherryPy +Apache with mod_wsgi

Django

2009年9月3日 星期四

python framework

Pythomnic3k is a Python 3.0 framework for rapid development of network services in SOA, EAI integration middleware and distributed applications.

Twisted is a event-driven networking engine written in Python and licensed under the MIT license.

2009年6月11日 星期四

pyjamas, Raphaël and GMap

Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web.

pyjamas is a stand-alone python to javascript compiler, an AJAX framework / library and a Widget set API.

pyjamas + raphael.js for SVG drawing ?

pyjamas + jquery + google maps example

dojox.sketch A cross-browser drawing editor based on dojox.gfx.

Drawing with GFX

2008年7月7日 星期一

python gtk glade3

PIDA is an IDE (integrated development environment). PIDA is different from other IDEs in that it will use the tools you already have available rather than attempting to reinvent each one. PIDA is written in Python with the PyGTK toolkit, and although is designed to be used to program in any language, PIDA has fancy Python IDE features.

Custom PyGTK Widgets in Glade3: Part 1 and 2: Custom widget adaptors

Geany at LinuxTOY

Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many filetypes and has some nice features. For more details see About.

glade+pygtk試用札記

Rapid Application Development with Python and Glade

PyGTK lets you to easily create programs with a graphical user interface using the Python programming language. The underlaying GTK+ library provides all kind of visual elements and utilities for it and, if needed, you can develop full featured applications for the GNOME Desktop.

2007年12月7日 星期五

pyparsing

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.