gluino

2012-03-16 Thread Massimo Di Pierro
Gluino is of web2py (gluon) libraries to Bottle, Flask, Pyramid, Tornado, and Wsgiref with examples. This is a project that started during the PyCon 2012 sprint. License: Web2py license (LGPL) applies to files in gluino/ folder On Gitbub: https://github.com/mdipierro/gluino On PyPI: http://pypi

web2py 1.91.4 - new LGPL3 license

2010-12-24 Thread Massimo Di Pierro
Thanks to our 100+ contributors. This is our best release ever. [download here](http://www.web2py.com/examples/default/download). -- Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. Written and progra

buckingham 1.0

2010-10-18 Thread Massimo Di Pierro
Dimensional Analysis / Formula Validation/ Units Conversion / Error Propagation In one single small file without dependencies buckingham.py http://code.google.com/p/buckingham/ based on the Buckingham Theorem How to use download the module download Python start Python import the module: >>> fr

conf2py (complete open source conference management system)

2010-09-19 Thread Massimo Di Pierro
author (same person can have multiple roles depending on the paper). Requires web2py 1.85.3 or later. Developed by Massimo Di Pierro Support provided by MetaCryption LLC (http://metacryption.com) We hope it will be useful. Let us know how we can improve it even more. Massimo -- http://mail.pyt

web2py book 3rd ed

2010-08-25 Thread Massimo Di Pierro
The third edition of the web2py book is out: http://www.lulu.com/product/paperback/web2py-%283rd-edition%29/12199578 also available in pDF and online for free in html at http://web2py.com/book It includes documentation about many features not documented in the 2nd edition including: - al

markmin 0.1

2010-07-05 Thread Massimo Di Pierro
Markmin is a wiki markup language implemented in less than 100 lines of code (one file, no dependencies) easy to read secure support table, ul, ol, code support html5 video and audio elements can align images and resize them CSS friendly (can specify class for tables and code elements) can add anc

P3D visualization package

2009-12-21 Thread Massimo Di Pierro
http://www.web2py.com/p3d A Python library that generates processing.js code for 3D rendering and visualization including a pure python algorithm for computing iso- surfaces from VTK files. The generated 3D objects can rotated in the browser. Requires a browser with support, jquery and pr

semantic web(2py)

2009-12-21 Thread Massimo Di Pierro
http://www.web2py.com/semantic The idea of the semantic web, embodied by Linked Data, is that of labeling relations between data using the Web Ontology Language (OWL) and post the data online using an XML based protocol (RDF). Now you can do it in web2py by simply labeling fields and tables

web2py 1.74.3 released

2009-12-21 Thread Massimo Di Pierro
Free and open source full-stack enterprise framework for agile development of fast, scalable, secure and portable database-driven web- based applications. Written and programmable in Python. Click http://web2py.com/demo_admin for an interactive online demo of the web based IDE. New feature

Sneaky web server 0.1

2009-09-24 Thread Massimo Di Pierro
A fast portable pure-python multithreaded experimental WSGI web server in 300 lines of code: Python 2.4,2.5,2.6 version: http://code.google.com/p/web2py/source/browse/trunk/gluon/sneaky.py Python 3.0,3.1 version: http://code.google.com/p/web2py/source/browse/trunk/gluon/ sneaky3.py

web2py 1.66.2 is OUT. New web2py book (2nd Ed.) is out too.

2009-08-27 Thread Massimo Di Pierro
The new web2py book is available on lulu.com http://www.lulu.com/content/e-book/web2py/4968879 Lots of new stuff with100 more pages (341 pages in total). Covers Auth, Crud, Services, interaction with Pyjamas, PyAMF, and better deployment recipes. Massimo -- http://mail.python.org/mailman

web2py 1.64.0

2009-06-11 Thread Massimo Di Pierro
web2py 1.64.0 is out http://www.web2py.com new features: - full Jython support, including xzJDBC for sqlite and postgresql. install jython and run: jython web2py.py -h - models are 2.5x faster - better LDAP support - custom forms Example: #in model db.define_table('person',

web2py 1.63 is OUT

2009-06-04 Thread Massimo Di Pierro
web2py 1.63 is OUT Check out the new features in this slides: http://www.scribd.com/doc/16085263/web2py-slides-version-163 Massimo P.S. with love and respect to all other python programmers out there! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python So

web2py 1.62.1

2009-05-19 Thread Massimo Di Pierro
Hello everybody web2py 1.62.1 is out http://www.web2py.com Here is a video of some of the new features: http://www.screencast.com/t/OH8Uc5ab6 New features: - admin interface reads web2py twits - deploy on Google App Engine directly from the web based admin - commit your apps to mercuri

web2py 1.59

2009-03-17 Thread Massimo Di Pierro
web2py 1.59 is out http://www.web2py.com Check out this video about the new features: http://www.vimeo.com/3703345 What is web2py? = - It is the web framework used by PyCon 2009 for registration. - It a very easy and very powerful Python web framework. - It is fast

web2py 1.56.4

2009-02-24 Thread Massimo Di Pierro
web2py 1.56.4 is out http://www.web2py.com What is web2py? = - It is the web framework used by PyCon 2009 for registration. - It a very easy and very powerful Python web framework. - It is fast and rock solid. It has a very clean design and it is strong on security. - Include

web2py 1.56 is OUT

2009-02-05 Thread Massimo Di Pierro
web2py 1.56 is out, including a new web site with better documentation http://www.web2py.com What is web2py? = - It is the web framework used by PyCon 2009 for registration. - It a very easy and very powerful Python web framework. - It is fast and rock solid. It has a very cle

web2py 1.55.3

2009-01-08 Thread Massimo Di Pierro
WEB2PY 1.55.3 is out. http://mdp.cti.depaul.edu/ Main Improvements - better unittests - better GAE support - In db.table.insert(...) and db(query).update(...), ... may include expressions like field=db.table.field+1 - db(query).update() and db(query).delete() returns number of affected

T3 on GAE

2008-12-08 Thread Massimo Di Pierro
http://web2py.appspot.com/t3/default/wiki/main(there is a video tutorial) T3 version 0.2 is out. Now you can develop for GAE on GAE and it could not get any easier. T3 is a development platform (built on web2py) that works like a WIKI and it lets you embed python code and "comp

Google Checkout Level 1 and Level 2 ported to the Google App Engine

2008-10-29 Thread Massimo Di Pierro
Live demo with examples: http://web2py.appspot.com/plugin_checkout Source code: http://mdp.cti.depaul.edu/appliances/default/show/43 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donati

web2py 1.40 is out

2008-09-04 Thread Massimo Di Pierro
web2py 1.40 is out A web2py book is out too: http://he-cda.wiley.com/WileyCDA/Section/id-321954.html Here is a sample: http://mdp.cti.depaul.edu/examples/static/web2py_manual_cut.pdf Here are some videos: http://www.vimeo.com/videos/search:web2py version 1.40 includes: - Database Abstraction

KPAX CMS - The human CMS from another planet

2008-06-03 Thread Massimo Di Pierro
Hello everybody, I just released the KPAX CMS 1.0 beta (based on web2py). Create web pages, wikis with locking and versioning, blogs, chats, surveys, video/audio streams. No programming required. Runs off a USB drive too. The name is temporary. Here is a screencast/tutorial http://www.vimeo

Gluon 1.15 is out

2007-12-28 Thread Massimo Di Pierro
Hello everybody, Gluon 1.15 is out. This is a free open source framework for agile development of secure database driven web applications, written in Python, programmable in Python. Stable API and supported since October 1st 2007. http://mdp.cti.depaul.edu http://www.vimeo.com/428474 (video