|
Nach langer Entwicklungszeit hat Rimon Barr endlich SPYCE Version 1.3.13 freigegeben. Einige Bugs wurden gefixt, der Funktionsumfang erweitert und die Performance um das 3-fache (!) gesteigert.
SPYCE ist eine Webserver Engine zur Realisierung von dynamischen Websites mit Python. Der HTML-Code einer SPYCE-Webapplikation sieht ähnlich aus wie bei PHP, JSP und Co. Nur eben mit Python-Code !
|
|
Last Updated ( Wednesday, 13 April 2005 )
|
|
|
Ein interessanter Artikel über Jython ist gerade auf devshed.com erschienen. Jython ist eine Python-Implementation in Java. Man kann damit die Vorzüge von Python in Java umsetzen. Es ist also möglich, in Python zu programmieren und das Programm auf einer beliebigen Java Virtual Mashine ablaufen zu lassen.
|
|
Last Updated ( Wednesday, 23 February 2005 )
|
|
|
Ich habe gerade ein interessantes Stück Python-Code namens
feedfinder.py gefunden. Die Beschreibung liest sich wie folgt:
"Feedfinder is an ultra-liberal commandline feed finder, which searches
a site for RSS or Atom feeds using a variety of methods. It supports
RSS autodiscovery, Atom autodiscovery, and will also spider normal
links that look like they could point to feeds." Da ich gerade
auf www.freespace4all.de kostenlosen Webspeicher mit ModPython- und
spyce-Unterstützung bekommen habe, musste ich natürlich gleich eine
Webapplikation namens Newsfeed Finder dazu bauen.
|
|
Last Updated ( Tuesday, 12 April 2005 )
|
|
|
Updated binaries are now available for Mac OS X and Windows from http://effbot.org/downloads/#imaging
PIL 1.1.5b3 is 1.1.5b2 plus a WBMP codec, and a couple of bug fixes. Available as source, and as Windows binaries for 2.1 and later. Enjoy!
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.
|
|
Last Updated ( Wednesday, 09 February 2005 )
|
|
|
Since Jan 26th, 2005 Python 2.3.5 (release candidate 1) is available for download (a bugfix release). Around 50 bugs were fixed since 2.3.4. The release notes can be found at the Python website. It will be the last release in the 2.3.x series.
|
|
Last Updated ( Tuesday, 08 February 2005 )
|
|
|
|