Search   Feed   Browse   Add
Feed items 1 - 10 of 19 for July 2008

WxFileRenamer - GUI app for renaming files by regular expressions - (Found July 8, 2008 )

WxFileRenamer is a small GUI utility for renaming files in a directory with regular expressions, which allows the user to preview the changes before committing them to disk.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/574448

Method signature type checking decorator for Python 3000 - (Found July 8, 2008 )

This recipe allows nice and clean validation for method parametersreturn values. It uses function annotations available in Python 3000 for the actual signature specification.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/572161

Treat the Win32 Registry like a Python dict -- updated (again!) - (Found July 8, 2008 )

This class wraps most of the win32api functions for accessing a registry. It will read and write all win32 registry types, and will deserialize python objects to registry keys when a string or integer representation is not possible. This is an update of recipe 551761, which is in turn an update of 174627, folding in the enhancements listed in the discussion there to allow registry value types to be read and written within the dictionary metaphore if required. It doesnt change how it worked...
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/573466

Update stock quote using Yahoo! Finance web services - (Found July 8, 2008 )

This script update the stock quote on your spreadsheet by fetching the latest quote from Yahoo!Finance web services. It uses the pywin32 library to update the cells on an Excel spreadsheet.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/573471

sshfs mount tool - (Found July 8, 2008 )

This script uses sshfs ans fusermount to mount ssh ressources to local filesystems. It makes it quick to mount with its function to guess a mountname.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/573473

Converter - (Found July 8, 2008 )

Converter can be used to convert fundamental measures, metric, mass, liquid and temperature. The output is set to give the best conversion accuracy and layout that could be used for professional projects
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/573457

Extended optparse to allow definition of required options. - (Found July 8, 2008 )

Add "required" keyword to optparse.OptionParser.add_option()
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/573441

(Untitled) - (Found July 8, 2008 )

Python replacement for java.util.Properties - handles unicode escapes
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/574424

Modfying a local __dict__ - (Found July 8, 2008 )

Works in python 2.4 and 2.5
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/574426

py3to2 - testdevelopintegrate python 3.0 code natively under robust, software-rich python 2.5 environment - (Found July 8, 2008 )

fjdls
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/574435
Available Archives
- July (19 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact