This Python module can be used for conversion of Microsoft Office documents to Postscript via an installed postscript printer driver. This module uses Microsoft Office and the installed postscript printer driver for the export. You can use this...
This Python module can be used for conversion of Microsoft Office documents to Postscript via an installed postscript printer driver. This module uses Microsoft Office and the installed postscript printer driver for the export. You can use this...
The script requires that you have python, oggenc (part of the vorbis-tools package) , and mpg123 (or mpg321). dir2ogg now supports id3 tags. This new feature requires you to install pyid3lib. pyid3lib is a python module that allows manipulation of...
The performance of a stock portfolio that is established in a data file can be achieved by this portfolio tool. It is alo used to gain information from yahoo finance and relies on the Quote.py python module.
Ming is a library for generating dynamic SWF ("Flash") movies. It comprises of all of the functionality of Flash 4, except for sound events, though it supports mp3. The Python wrapper presents the movie components as objects in the...
This module is a Python Library to support all IP2Location™ database products. It has been optimized for speed and memory utilization. Developers can use the API to qeury all IP2Location™ binary databases for applications written in...
This column discusses a Python project of mine, the indexer module, and it has an additional purpose: Like you, I am always trying to learn more, and with this installment, I invite comments and ideas from readers. Your contributions will be...
To extend Zope, you first extend Python. While extending Python is not brain surgery, it's no walk in the park either. There are two basic components to a Python extension. The first is obviously the C code. I'll cover that in a minute. The other...
In this article David Mertz presents the xml_objectify module as part of his ongoing quest to create a more seamless integration between XML and Python. He has described how to use xml_objectify and the advantages of using this...
Some time ago if you were to ask an honest Python evangelist if Python was missing anything important that Perl, had, the answer would most likely have been "yes". It wasn't that Python lacked a breadth of module and package support... |