[ANN] updated, revisited applications / modules

jmf jfauth at bluewin.ch
Wed Aug 22 01:02:35 PDT 2007


Hi,

A few updated, revisited applications / modules.

psi
- My Python shell.
- In my mind, small and elegant.
- Unfortunatelly, due to the STC and the styling implemented in psi, it does
   not work very properly with a wxPython unicode version. Understand, unicode
   chars with code points > 127.

psigraph
- checked with the latest versions (plural!) of wxPython.
- a small extension module to plot / print / preview data from within a Python
   shell.
- written for psi in mind, it also works with PyShell,
   screenshot: http://img214.imageshack.us/img214/8121/jmgraphpyshellak5.png

jmgraph
- checked with the latest versions (plural!) of wxPython.
- *my* small graphic library.
- a collection of handy "DC methods" / functions for displaying data of
   type y = f(x) .
- does not use an external library like NumPy.
- Note: the goal of this lib is not to compete with dedicated libraries, SciPy,
   matplotlib or FloatCanvas. jmgraph: KISS principle.
- psigraph uses jmgraph.

jmgraph demo
- checked with the latest versions (plural!) of wxPython.
- added: a logarithmic plot, linear x - log10 y .

regulex
- checked with the latest versions (plural!) of wxPython.
- works with ansi and unicode wxPython versions.
- intersting feature: it shows (one way) how to implement an user defined
   styling to a STC/unicode widget.
- Note: implementing the same mechanism in psi would be more tricky.

Where? http://spinecho.ze.cx/

Have fun.

Jean-Michel Fauth, Switzerland




More information about the wxpython-users mailing list