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
|
|||||||||||||
Noch ein Plone-BuchEbenfalls neu bei Springer: Content Management mit Plone von Hans Jörg Friedrich. Auf über 400 Seiten »erfahren Programmierer, Designer, System-Administratoren und Anwender in eigenen Kapiteln alles, was sie für ihr Spezialgebiet wissen müssen. Außerdem beschreibt dieses Buch die Schnittstellen zwischen den Akteuren: Wann muß der Designer mit dem Programmierer reden? Wie versteht der Programmierer, was der Anwender braucht? Darüber hinaus erfährt der Leser, wie er eine Plone-Oberfläche gestaltet, die nicht auf den festen Strukturen des fertigen Plone-Layouts aufsetzt. Auf der CD-ROM befindet sich eine lauffähige Plone-Installation. Der Leser kann die Beispiele aus dem Buch nachvollziehen und sofort beginnen, selbst mit Plone zu experimentieren.« Haben wollen! [Springer Informatik Produkte] Posted by Jörg Kantel | Permalink | | | CMS
Textverarbeitung mit der SchlangeHeute vor drei Jahren erwähnte ich, daß ich David Mertz's Buch Text Processing in Python unbedingt haben wollte. Mittlerweile besitze ich die über 500 Seiten dicke Schwarte und sie ist ein unschätzbares Nachschlagewerk für alle, die größere oder kleinere Textmengen bearbeiten müssen. Und das Buch zeigt, daß alles, was mit Perl ( ) geht, auch mit Python erledigt werden kann, nur oftmals viel komfortabler. Behandelt werden unter anderem die Standard-String-Operationen, natürlich Regular Expressions in Python, der Bau von Parsern und State Machines sowie in einem Querschnittskapitel die Techniken, die im Internet häufig notwendig sind (zum Beispiel der Umgang mit Mail-Daten, HTML und XML). Ein wunderbares und nützliches Buch für Pythonistas, das ich schon lange einmal besprechen (und empfehlen) wollte. Technorati-Tags: Python TextProcessing RegEx Posted by Jörg Kantel | Permalink | | | Python
XML Serialiszation with PythonJeremy Jones testete PyYaml. Hier ein Link zur Yaml-Website. [OnLamp.com] Technorati-Tags: Python Yaml PyYaml XML Posted by Jörg Kantel | Permalink | | | Python
Ein (inoffizielles) Python-Tutorial-WikiAuf Initiative von Fredrik Lundh ist das inoffizielle Python Tutorial Wiki entstanden und in wenigen Wochen auf über 175 Einträge gewachsen. Ein großer Schritt vorwärts für eine Python-Dokumentation von Usern für User. Und wer es lieber in der U-Bahn lesen will: Es gibt auch eine »Quick and Dirty« Hardcopy ( 1,6 MB) des Wikis. [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python Tutorial Dokumentation Posted by Jörg Kantel | Permalink | | | Python Schlangenfraß einmal andersrumPythonalarm in Ankara: Aus einem Zoo in Ankara ist seit Tagen ein sechs Meter langer Python verschwunden. Ein türkischer Minister macht sich nun große Sorgen - um die Schlange. Er befürchtet, daß der 70 Kilogramm schwere Python in einem Fleischwolf gelandet sei und empfiehlt daher, keinen Kebab zu essen. [Spiegel Online] Technorati-Tags: Python Posted by Jörg Kantel | Permalink | |
Auf dem Weg zur Zope-3-IntegrationPlone 2.5 was (quietly) released yesterday: Neben ein paar kleineren Bugfixes ist es hauptsächlich ein weiterer Schritt, Plone ( ) in Zope3 ( ) einzubauen. [The Plone Blog] Technorati-Tags: Python CMS Zope Zope3 Plone Posted by Jörg Kantel | Permalink | | | CMS
Schlangenfraß: Incorporating HTML into wxPython»In the Incorporating HTML into wxPython : Part 1 we covered - HTML with wxPython, HTML parser, tags and file formats, using widgets in HTML etc. In this part we will cover - adding support for new tags, methods of wx.Html.Tag, working with other file formats, HTML Widget and summary. Following is an excerpt from the book wxPython in Action.« [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python wxPython HTML Posted by Jörg Kantel | Permalink | | | Python
(Diskrete) Simulation mit der SchlangeSimPy 1.7.1 ist draußen: SimPy (LGPL) »(= Simulation in Python) is an object-oriented, process-based discrete-event simulation language based on standard Python. t provides the modeler with components of a simulation model including processes, for active components like customers, messages, and vehicles, and resources, for passive components that form limited capacity congestion points like servers, checkout counters, and tunnels. It also provides monitor variables to aid in gathering statistics. SimPy comes with data collection capabilities, GUI and plotting packages. It can be easily interfaced to other packages, such as plotting, statistics, GUI, spreadsheets, and data bases.« Zu SimPy gibt es auch ein Wiki. Notiz an mich: Testen! Technorati-Tags: Python, Simulation Posted by Jörg Kantel | Permalink | | | Mathematik
Tweaking the Google CalendarJon Udell: Google Calendar and its API. »Google's Patrick Chanezon had alerted me to the fact that Joe has added a new authentication scheme to httplib2. Along with HTTP Basic, Digest, and a couple of others, this Python HTTP library will now handle Google-style authentication. That's really the only tricky thing about using Google Calendar's API. Everything else is URLs and Atom entries. There are Java and C# wrappers for this stuff, but I'm having a ball just using Python's interactive mode to explore the Calendar API. Among the things I can easily do: search for entries matching dentist, search for entries after June 10, receive the results of any query as an Atom or RSS feed.« [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Google Webservices API Atom RSS Posted by Jörg Kantel | Permalink | | | Webworking Soya 3DSoya 3D (GPL) »is an object oriented 'high level' 3D engine for Python. Somehow, Soya is to 3D what Python is to programming: an 'avant guarde' 3D engine, a kind of 'UFO' in the 3D world. Soya allows to develop very rapidly games of other 3D apps, entirely in the Python language (contrary to most of the other engine, in which Python is limited to scripting tasks). Moreover, Soya is easy to learn and offers pretty good performances. Soya is used successfully in 3D games, but also in demos, scientific simulations, or educational programs.« [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python Computergraphik 3D Posted by Jörg Kantel | Permalink | | | Computergraphik
Python Bindings for Qt v4PyQt (GPL und kommerzielle Lizenz) »is a set of Python bindings for Trolltech's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS X and Linux. There are two sets of bindings: PyQt v4 supports Qt v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are implemented as a set of Python modules and contain over 300 classes and nearly 6,000 functions and methods.« [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python PyQt Qt GUI Posted by Jörg Kantel | Permalink | | | Python
Content Management mit der SchlangePyLucid (GPL) ist ein leichtgewichtiges Content Management System (CMS ( )) in Python. Es benötigt neben Python noch MySQL, kann aber ohne Shell-Account betrieben werden. Das heißt, es sollte auch bei »normalen« Hosting-Paketen, die Python unterstützen, laufen (z.B. der Premium-Account meines Spielzeugproviders). Sollte ich daher ebenfalls einmal testen. Hier gibt es eine Installationsanleitung. [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python CMS PyLucid CGI Posted by Jörg Kantel | Permalink | | | CMS GUIs mit der SchlangePyGUI »is an experimental highly-Pythonic cross-platform GUI API« und jetzt in der Version 1.7.2 erschienen: »This version includes two implementations, one for MacOS X built on Cocoa, and one for X11 built on Gtk. Python 2.3 or later is required. The MacOS X version requires PyObjC-1.2 or later.« Die Screenshots sehen vielversprechend aus. Ich sollte das Teil mal testen. [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python GUI MacOSX Posted by Jörg Kantel | Permalink | | | Python
Neues für den ZopistaCMF 1.6.1 released: »The CMF developer community is pleased to announce the release of version 1.6.1 of the Zope Content Management Framework (CMF ( )). This release marks the latest stable release in the CMF 1.6 series and should be suitable for production use.« [Zope.org] Technorati-Tags: CMF Python Zope Posted by Jörg Kantel | Permalink | | | CMS XMLRPC und HTTPSDieses Rezept aus dem Python-Kochbuch kann man vielleicht einmal gebrauchen: Simple XML RPC server over HTTPS: »Simple program that demonstrates how to write an XMLRCP server that uses https for transporting XML data.« [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python XMLRPC HTTPS XML Posted by Jörg Kantel | Permalink | | | Python
I love RSSDjango: RSS made stupidly simple. Erinnert mich daran, daß Django auch noch auf meiner Testliste steht. [Meerkat: An Open Wire Service: ONLamp.com] Technorati-Tags: Python Django RSS Posted by Jörg Kantel | Permalink | | | Webworking
CMS-UpdatePlone 2.1.3 ist draußen. 249 Fixes und ein paar neue Features. (Download, gezipter Tarball, 7,3 MB) [Plone Blog] Technorati-Tags: CMS Plone Zope Python Posted by Jörg Kantel | Permalink | | | CMS
EasyEclipse - mehrsprachige IDE im PaketEasyEclipse schnürt Eclipse ( ), eine Java Runtime und nützliche Tools zusammen in ein Paket. Raus kommt eine fertige Eclipse Umgebung mit Ruby und Rails Support. Zu den Plugins gehören unter anderem die Ruby Development Tools, RadRails, QuantumDB (Datenbankmanagement) und Subclipse. Aber auch PHP und Python sind mit dabei. Das ganze läßt sich mit ein paar Klicks installieren. (Download) [Ruby Blog.de] Technorati-Tags: Ruby RoR Eclipse PHP Python Posted by Jörg Kantel | Permalink | | | Webworking Werbung: |
||||||||||||||