Tuesday, May 08, 2007

del.icio.us/vikramsjn

Links for 2007-05-06 [del.icio.us]

Posted: 07 May 2007 12:00 AM CDT

Links for 2007-05-05 [del.icio.us]

Posted: 06 May 2007 12:00 AM CDT

  • SQLObject
    popular Object Relational Manager for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes. SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides
  • path Python module
    provides a single class that wraps the functionality in the os.path module. You wouldn't think that would be so helpful, but in practice I find it much more pleasant to write and to read.
  • mxDateTime - Date/time types for Python
    These types were created to provide a consistent way of transferring date and time data between Python and databases. Apart from handling date before the Unix epoch (1.1.1970) they also correctly work with dates beyond the Unix time limit and thus is Year
  • Python re Module - Use Regular Expressions with Python - Regex Support
    Python's built-in "re" module provides excellent support for regular expressions, with a modern and complete regex flavor,. The only feature currently missing from Python's regex syntax are atomic grouping and possessive quantifiers.
  • pydoc.org: Python Documentation Online
    Use this site as a handy central index of the documentation for all versions of Python from 1.5 to 2.4. You can also search all the docstrings in the standard library.

No comments:

Post a Comment