PythonmaniaScript Different! |
|
||||||||||||
Navigation
Artikel zu Python
Warum Python? Hallo Welt Wie alt ist der Kapitän? Schmetterlingskurve Apfelmännchen Dancing Python User-Agenten fakeMail() Template Engine Python & XML (1) wxPython (1) wxPython (2) wxPython (3) How To's ftp mit Python Filedialog Piddle und Mac OS X XML-RPC Blogger API Zope und Python ZWiki und Plone Navigation und DTML »Last Update« Book Reviews Python und Tkinter Python Cookbook Alte Artikel O'Reilly MacPython & Tkinter (d) MacPython & Tkinter (e) Modul W Easy Dialogs File Dialogs Archiv Oktober 2009 Juni 2009 Mai 2009 April 2009 März 2009 Februar 2009 Januar 2009 Dezember 2008 November 2008 Oktober 2008 September 2008 August 2008 Juli 2008 Juni 2008 Mai 2008 April 2008 März 2008 Februar 2008 Januar 2008 Dezember 2007 November 2007 Oktober 2007 September 2007 August 2007 Juli 2007 Juni 2007 Mai 2007 April 2007 März 2007 Februar 2007 Januar 2007 Dezember 2006 November 2006 Oktober 2006 September 2006 August 2006 Juli 2006 Juni 2006 Mai 2006 April 2006 März 2006 Februar 2006 Januar 2006 Dezember 2005 November 2005 Oktober 2005 September 2005 August 2005 Juli 2005 Juni 2005 Mai 2005 April 2005 März 2005 Februar 2005 |
Anzeigen
|
||||||||||||
Texte kneten mit der SchlangeEs gibt wirklich immer viele Wege, eine Aufgabe zu lösen. Nachdem wir letztens verlinkt hatten, wie man einen Parser in Perl baut, nun das gleiche Problem in Python: Building Recursive Descent Parsers with Python: »Someday your program will have to parse text. If you're lucky, a few regular expressions will handle it. Otherwise, you need to write a parser. Don't be afraid of that dragon book from college — writing a parser in Python is easy with Pyparsing. Paul McGuire explains everything you need to know.« Auch ausdrucken! [OnLamp.com] Technorati-Tags: Python Textprocessing Parser Posted by Jörg Kantel | Permalink | | | Python Werbung
Heute vor einem Jahr...habe ich meinem Ärger über die Entwicklung von (Mac-) Python Luft gemacht. Leider ist die Situation bis heute nicht besser geworden. Ich frage mich ernsthaft, ob ich überhaupt noch Zeit und Arbeit in Python ( ) investieren soll. Technorati-Tags: MacPython Python Posted by Jörg Kantel | Permalink | | | Python
Hacking FlickrAuf solch einen Artikel habe ich schon lange gewartet (und auf das zugehörige Buch — Erscheint im März: Haben wollen! — auch): Scripting Flickr with Python and REST: »In his latest Agile Web column, Uche Ogbuji shows us how to use Python to interact with flickr as a lightweight web service.« Natürlich ausdrucken! [Meerkat: An Open Wire Service: O'Reilly Network] Technorati-Tags: Python Flickr REST Webservices XML Posted by Jörg Kantel | Permalink | | | Webworking PyGame: Nettes TutorialPyGame for Game Development: »PyGame is a library for Python that allows you to develop computer games. It is also useful for very graphical applications. This article will help you grasp the basics of PyGame ( ).« Ausdrucken! [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: PyGame Python Computergraphik Animation Posted by Jörg Kantel | Permalink | | | Python
Plone liebt RSSThe Plone Blog: »Gareth Bult just released PloneRSS, a modern solution for creating content items in Plone ( ) from inbound RSS feeds.« [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Plone CMS RSS Posted by Jörg Kantel | Permalink | | | CMS
Er war einsam aber schneller...Shifting Gears: Switching to Django: »I've been using TurboGears since its public debut around September of last year. I believe it has incredible potential, but I'm finding myself needing something a little different. That something is Django.« Notiz an mich: Testen! [Meerkat: An Open Wire Service: ONLamp.com] Technorati-Tags: Python Django Webworking Posted by Jörg Kantel | Permalink | | | Python
Moin MoinDas neue MoinMoin Release 1.5-User-Interface sieht wirklich cool aus. Und dabei hatte ich mich gerade ein wenig mit DokuWiki angefreundet. (MoinMoin Homepage) [Hugos House of Weblog Horror] Technorati-Tags: MoinMoin Wiki Python Posted by Jörg Kantel | Permalink | | | CMS Runderneuerte SchlangeA.M. Kuchling: What's New in Python 2.5. [Lambda the Ultimate - The Programming Languages Weblog - Join today!] Technorati-Tags: Python Python2.5 Posted by Jörg Kantel | Permalink | | | Python
Updates! Updates!Django 0.91 ist draußen, die »enhanced interactive Python shell« IPython ist aus einem langen Winterschlaf erwacht und in der Version 0.7.0 erschienen und von CherryPy gibt es ein Security-Update. [Meerkat: An Open Wire Service: ONLamp.com] Posted by Jörg Kantel | Permalink | | | Python
Warum nicht Python? Teil 2This time out, the old C hacker drags himself into the 1990s to solve Sudoku ( ) puzzles. Ausdrucken! [Linux Journal] Technorati-Tags: Sudoku Python Posted by Jörg Kantel | Permalink | | | Python Python Tutorial bei IBMDiscover Python, Part 8: Using Python's Input and Output Functionality: »In this article, you learn how to work with files. First, we review a simple way to output data in Python ( ), using the print statement, then learn about the file object, which is used by Python programs to read and write data to a file. The different modes with which a file can be opened are demonstrated, and the article concludes by showing how to read and write a binary file.« [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python Tutorial Posted by Jörg Kantel | Permalink | | | Python
Frage zu Python unter Mac OS X »Tiger«Gestern abend wollte ich mal wieder ein wenig mit meiner liebsten Scriptsprache rumspielen. Dabei stellte ich fest, daß weder die Python Image Library (PIL), noch PyGame, noch die MacPython IDE unter Tiger funktionieren (unter Mac OS X 10.3.x lief das alles noch). Und es scheint auf Bob Ippolitos hervorragenden Seiten auch keine Packages für den Tiger zu geben. Die Mac OS X 10.3-Packages ließen sich bei mir entweder gar nicht erst installieren (PIL) oder führten zu einer Fehlermeldung (»Couldn't load Module pygame_bases«). Mir ist momentan überhaupt nicht klar, welche Module Apple schon mitgeliefert hat (ja, OK wxPython und Tkinter sind eingebaut, aber wieso nicht PIL?) und was ich nachinstallieren muß. Und wie die Nachinstallation vorzugehen hat... Weiß jemand von Euch da draußen Genaueres? Ludger? Technorati-Tags: Python PyGame PIL MacOSX Posted by Jörg Kantel | Permalink | | | Python
Auch für Zope 3 gibt es ein UpdateThe Zope 3 development team is proud to announce Zope 3.2.0. [Zope.org] Posted by Jörg Kantel | Permalink | | | CMS Einen Gang zuschaltenTurbo Gears, Pythons Antwort auf Ruby on Rails ist in der Version 0.8.7 erschienen. Langsam muß ich das Teil wohl tatsächlich einmal testen... [Meerkat: An Open Wire Service: ONLamp.com] Posted by Jörg Kantel | Permalink | | | Python Ja warum eigentlich nicht?Collin Park fragte schon in den späten 90ern: Why Not Python? [Linux Journal] Posted by Jörg Kantel | Permalink | | | Python
New blogging product for Zope: Bitakora»We have released today a new Zope blogging product, Bitakora. This is a product for managing multiblog communities. It is multilingual, and tag-based, as a way to manage archives, in each blog and at the community homepage.« [Zope.org] Technorati-Tags: Zope Blogging Bitakora Posted by Jörg Kantel | Permalink | | | CMS Python API for del.icio.usNoch ziemlich alpha, aber es gibt sie. Notiz an mich: Testen! [Meerkat: An Open Wire Service: ONLamp.com] Posted by Jörg Kantel | Permalink | | | Python
Noch eine VersionsverwaltungCodeville ist in Python geschrieben und adressiert speziell das Problem der Merge-Algorithmen. [Hugos House of Weblog Horror] Technorati-Tags: Python Posted by Jörg Kantel | Permalink | | | Python
Das »bessere« CVSSubversion 1.3 veröffentlicht: Die freie Versionsverwaltung Subversion ist in Version 1.3 erschienen und beherrscht nun unter anderem die pfadbasierte Authentifizierung für »svnserve«. Außer verbesserten Python ( )- und Ruby ( )-Bindings korrigiert die neue Version auch über 30 Fehler. [Golem.de] Posted by Jörg Kantel | Permalink | |
Ein Alternative zu PyGame?LGT: Lightweight Game Toolkit for Python. Einiges klingt sehr gut. Sollte ich mal testen! [Hugos House of Weblog Horror] Posted by Jörg Kantel | Permalink | | | Python zForum 1.0.2 ReleasedzForum »is a SQL implementation of a Message Board system written entirely in python and Zope.« Vielleicht eine Alternative für das chronisch kranke phpBB ( )? [Zope.org] Technorati-Tags: Python Zope Forum Posted by Jörg Kantel | Permalink | | | CMS Werbung: |
|||||||||||||