logo

Personal tools
Vasudeva Documentation Recipes
Document Actions

Recipes

Up one level

A collection of the best recipes for Unix, Python, Zope and Plone

Editing Data.fs from the command line (or, how to fix POSKeyErrors) by admin — last modified 2004-07-30 11:53
This recipe explains how to edit a Zope Data.fs file from the Python interactive shell (command line) in order to delete, rename, or add objects into Zope's database. This a *very* useful thing to be able to do when your Data.fs has been damaged.
Style Guide for Python Code by admin — last modified 2004-07-30 11:53
PEP 8, Revision: 1.24 by Guido van Rossum <guido at python.org>, Barry Warsaw <barry at python.org>
Docstring Conventions by admin — last modified 2004-07-30 11:53
PEP 257, Revision: 1.8 by David Goodger <goodger at users.sourceforge.net>, Guido van Rossum <guido at python.org>
Version Control with Subversion by admin — last modified 2004-07-30 11:53
This is Draft Revision 9387. The book will be published by O'Reilly and Associates in mid-2004.
Archetypes - getDictFromSchema by admin — last modified 2004-08-08 22:11
Convenience function to grab Archetype object variables as a dictionary. (http://blog.99hats.com/categorylist_html?cat_id=2)