Filtered by JavaScript, Python

Page 48

Reset

Py2TeX

November 29, 2003
0 comments Python

Py2TeX
This is a module worth remembering. It converts Python code into TeX nicely. Unfortunately not colour coded, but "=" equal signs become "<--" arrows and negations like "!=" become an equal sign with a dash across it. This will be good for formatting little sections of Python code into serious documentation.

Zolera SOAP Infrastructure 1.4

November 14, 2003
1 comment Python

Nice! Now there's a decent Python SOAP module that I need to find time to explore. I want to set up some web services on my site that can be interfaced in different ways on other servers/clients. Just need to think of something that can be useful.

Any ideas anyone?

(more links on pywebsvcs.sourceforge.net)

Parrot; CLR for the poor man

November 6, 2003
0 comments Python

I really like the CLR idea that is used in Microsoft .NET

A CLR lets you run programs as a mix of programs written in several different languages. Zope is another such framework. You can use either Python, Perl or PHP for scripting; but that's a much higher level and with a different goal.

The story of Parrot is funny. It started as a April's fool joke, but was later taken seriously and is now a serious open source project.

"Parrot is now the name of a proposed virtual machine that should be able to run Perl as well as Python code." Read more here

This article describes it better.

Previous page
Next page