Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Python for the PalmOS
Charming Python: Parsing with the SimpleParse module
Extending Python and Zope in C
Top Code
Charming Python: Parsing with the SimpleParse module
Extending Python and Zope in C
Python for the PalmOS
Python > Tips and Tutorials > Miscellaneous
Source List

Code 1-3 of 3   


Pippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications to run on Palm devices, as well as use Pippy as an interactive environment directly on the Palm. David evaluates the strengths and li



All programmers need to identify parts and structures that exist inside textual documents: log files, configuration files, delimited data, and more free-form (but still semi-structured) report formats. There are many parsing tools that have been wri



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 com