Category: pylons
Categories
- all (76)
- advocacy (5)
- agile (3)
- ajax (3)
- automation (5)
- build (4)
- business (2)
- case study (3)
- community (4)
- concurrency (2)
- continuous integration (3)
- core (2)
- databases (5)
- deployment (7)
- desktop (3)
- development practices (6)
- django (9)
- doctest (2)
- education (5)
- embedded (2)
- framework (9)
- functional (3)
- gae (2)
- games (4)
- graphics (2)
- gui (5)
- handheld (2)
- howto (10)
- ide (2)
- implementations (9)
- invited (11)
- ironpython (2)
- jython (4)
- language (4)
- library (5)
- mobile (2)
- multimedia (2)
- network (3)
- orm (2)
- packaging (6)
- panel (3)
- performance (2)
- pylons (4)
- python 3 (2)
- quality assurance (4)
- science (3)
- shell (2)
- sphinx (2)
- stackless (2)
- state machines (2)
- system administration (2)
- techniques (6)
- testing (10)
- turbogears (4)
- web (10)
- web services (2)
- web testing (4)
- wxpython (2)
- zope (2)
16. Designing Applications with Non-Relational Databases
Ben Bangert (Stanford Law School)30min ◊◊◊ Advanced
databases, implementations, pylons
Alternative databases to the traditional relational database model are becoming more prevalent, with Google DataStore, Amazon SimpleDB, CouchDB, eXist XML database, and other databases getting more traction and enticing more developers to consider them. This talk focuses on evaluating when a website's needs might be better suited by one of these alternatives and what their strengths and weaknesses are. Examples are presented using the Pylons framework along with implementations building on the unique strengths of a non-relational database with various content storage considerations.
66.
The Browser Interface, Local Server (BILS) Application

Dr. Christopher H Barker (NOAA) bio; Mike Orr
30min ◊ Beginner
Saturday 11:40am, Ballroom ABC
deployment, desktop, gui, pylons, web, wxpython
Web applications provide many advantages over traditional desktop apps, but there are still times when users need to run an application without a network connection. A Browser Interface, Local Server (BILS) application provides a way to present your users with exactly the same interface as the web app, using a single code base, while the app runs on entirely on the local machine. We will discuss a number of options available for and shortcomings of developing a BILS app, and present the example of NOAA's CameoChemicals, a Pylons-based web app wrapped in a wxPython interface for desktop use.
96.
Pylons on Jython

Philip Jenvey
30min ◊◊ Intermediate
Saturday 11:00am, Ballroom E
jython, pylons, web
Jython is back, and better than ever.
This talk covers how you can use the lightweight, flexible Pylons web framework to create web applications on Jython. I'll also cover some of the challenges encountered in the porting of Pylons and its dependencies to Jython.
This talk covers how you can use the lightweight, flexible Pylons web framework to create web applications on Jython. I'll also cover some of the challenges encountered in the porting of Pylons and its dependencies to Jython.
100.
A winning combination: Plone as a CMS, your favorite Python web framework as a frontend

Carlos A de la Guardia bio
30min ◊◊ Intermediate
Sunday 10:35am, Ballroom ABC
content management, django, plone, pylons, repoze bfg, turbogears, web, zope
Plone is a great content management system, recently voted best non-PHP open source CMS in a popular yearly contest. Many Python web developers, however, find Plone somewhat heavy and are not precisely in love with Zope, the web framework behind the CMS.
What if you could use Plone only as a CMS and program a frontend in whichever Python web framework you want, with transparent access to the content? This way you get a proven, high-reward, low-maintenance CMS as a content backend and are free to write your application on top of that using the power and flexibility of your favorite web framework.
In this talk, I will show how this can be done using a couple of Plone products and simple front ends for various frameworks which can be used as a base for other required functionality.
What if you could use Plone only as a CMS and program a frontend in whichever Python web framework you want, with transparent access to the content? This way you get a proven, high-reward, low-maintenance CMS as a content backend and are free to write your application on top of that using the power and flexibility of your favorite web framework.
In this talk, I will show how this can be done using a couple of Plone products and simple front ends for various frameworks which can be used as a base for other required functionality.
.