Categories


Python for the PalmOS

Raiting 5.00

Pippy is a subset of Python to the PalmOS. With this you can create custom applications to run on Palm devices, and also as an interactive environment on the Palm. This article brings out the strengths and limitations of Pippy.

Extending Python and Zope in C

Raiting 5.00

Extending Python in C is easy once you see how it all works, and an extension of Python is equally easy to package up for Zope. The hard part is wading through the different documentation sets in search of the nuggets of information you need, and this article has collected them for you. Article includes code snipets.

Charming Python: Parsing with the SimpleParse module

Raiting 5.00

Many parsing tools have been written for Python. This column discusses a high-level parsing language built on top of Python. SimpleParse provides an EBNF-style syntax on top of mxTextTools that can greatly clarify the expression of grammars.