| Projects on Google Code | Results 1 - 10 of 66 |
== Welcome Python Developers! ==
Here you will find my presentation materials and hopefully a series of tutorials to help the agile developer get moving with python.
=== Topics currently documented ===
SQLAlchemy (in brief)
[http://pythontutorials.googlecode.com/svn/presentations/AgileSA...
[http://oui.com.br/static/wp/webpyte-logo-height100.png]
*Webpyte* is a new megaframework for web development, inspired by TurboGears, and based on:
* Python 2.6 (extremely high level programming language)
* CherryPy 3.1.2 (vastly superior to the one used in TurboGears 1.x)
* [http://www...
Python,
TurboGears,
SQLAlchemy,
Genshi,
blog,
website,
XHTML,
Javascript,
CSS,
CMS,
CherryPy,
PostgreSQL,
MySQL,
sqlite,
portal
= Alchemy =
<wiki:toc max_depth="2" />
== 1. Introduction. ==
Aim of this project is to provide small tool to simplify SQLAlchemy usage within Django projects.
It allows you to use multiple database connections and doesn't clash with Django ORM.
Alchemy does *NOT* focus on linking Django ...
!AutoCode is a flexible tool to autogenerate a model from an existing database.
This is a slightly different approach to !SqlSoup,
that lets you use tables without explicitly defining them.
Readme excerpt (included in package):
{{{
Current Maintainer:
Simon Pamies (spamsch)
...
Schema migration tools for [http://www.sqlalchemy.org/ SQLAlchemy], designed to support an agile approach to database design, and make it easier to keep development and production databases in sync, as schema changes are required.
SQLAlchemy-migrate 0.4.5 provides support for SQLAlchemy >= 0.3.10...
A pedagogical application written using Pylons, SQLAlchemy, Elixir to act as a tutorial for the pylons framework.
Study the code to understand "HOWTO" do x,y,z using Pylons.
Concepts implemented in this project:
* Alternate template usage - ses Mako
* Use of Elixir declarative mapping. ...
A Python program which parses and loads Apache Server logs into a relational SQL database. The database backend uses [http://www.sqlalchemy.org SQLAlchemy] so a range of different relational databases can be used. Currently tested back ends include [http://www.sqlite.org Sqlite] and [http://www.mys...
During production of http://playeraware.com we required a lot of database operations that were too intensive for django ORM to handle. It required writing lots of custom SQL queries. Raw SQL queries violate DRY principle and are hard to maintain, hence this project was born.
Quick example
Mode...
SQLAlchemy based database versioning for schema only.
Google code is used for documentation.
!!!
The code for this project is hosted at https://launchpad.net/dbv
Buck tracking, merging, feature requests are all hosted at https://launchpad.net/dbv
!!!
This little program does what it does to make your newly generated model code work in Windows and Wing IDE.
Whether or not there is any additional value to this program is not known at this time.