seanodonnell : python 336
SQLAlchemy and You | Armin Ronacher's Thoughts and Writings
august 2011 by seanodonnell
SQLAlchemy since introduced the declarative base. It's a extension module shipped with SQLAlchemy that provides a function which creates a brand new baseclass (which you can also customize) which does metaclass magic very similar to Django. As such you can directly declare relationships and attributes in the class itself.
django
sqlalchemy
python
orm
august 2011 by seanodonnell
Meme Over: py360 - Xbox 360 File System Tools
april 2011 by seanodonnell
py360 is a FUSE filesystem driver and associated file parsers for reading Xbox 360 hard drives. It is designed to aid forensic examination of the Xbox 360. The main components are a FUSE file system for mounting the XTAF file system and a set of python classes for parsing the the STFS, XDBF and Account block file formats and the XTAF file system.
python
xbox
april 2011 by seanodonnell
Copy this bookmark: