PYTIGON
What is it
Pytigon is the combination of several technologies: python, django, wxWidgets
to create one coherent development environment for systems: Windows, Linux and more
What is it - read more
Why
The IT world is too complicated. I like The Zen of Python, this project
is an attempt to collect a lot of great technology and create a single coherent system
You can do
By using the system, you can:
- create desktop appliaction
- create web application
- create mix of desktop and web application in two variants:
- web server on one machine, desktop client on the other
- web server embeded in dektop client
You can - read more
Features
Pytigon is written mainly in Python (small usage: javascript, c)
Desktop client:
- based on wxpython library
- embeded rendered engine based on WebKit
- multiplatform: Windows, Linux, OS X (not tested)
Web serwer:
- based on django library
- installed as standard: markdown, xlrd, cherrypy server, mptt, pygments and other
Added by pytigon:
- engine to render subset of html
- layer to transport gui forms from web serwer to client
Features - read more