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
|
||||||||||||
Geliftete SchlangePython 2.4.1 ist draußen. Es ist ein Bugfix-Release, das auch den Securtiy-Fix für Posted by Jörg Kantel | Permalink | | | Python Werbung
Schlangenfraß: Intro to Using PyObjC
Posted by Jörg Kantel | Permalink | | | Python
Die Schlange und der Apfel
Posted by Jörg Kantel | Permalink | | | Python
SchlangenfraßThe Tao of Mac: Python ist eine nette Linksammlung. Das meiste gab es zwar irgendwann schon einmal hier, aber es ist doch schön, alles gebündelt wiederzufinden. Posted by Peter van I. | Permalink | | | Python
Schlangen kochen
Posted by Jörg Kantel | Permalink | | | Python
Wer nicht funktional programmiert, programmiert disfunktionalGoogle Goopy: »As part of its Open Source initiative, Google has released goopy.functional, a functional-programming library for Python.« [Daily Python-URL! (from the Secret Labs)] Posted by Jörg Kantel | Permalink | | | Python DRM-freies iTunes-Interface
Posted by Jörg Kantel | Permalink | | | Python
MacPython als OSA-SpracheAppscript »is a high-level, user-friendly MacPython to Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Python scripts. Appscript makes MacPython a serious alternative to Apple's own AppleScript language for automating your Mac.« Testen! Posted by Peter van I. | Permalink | | | Python Python und Qt
Ein paar Links zu PyQt hatte ich hier schon einmal gesammelt. Und die GPL-Version für Mac OS X — wie auch die Versionen für andere Unixe und Windows — gibt es auf dieser Seite zum Download. Die Installation scheint aber nicht trivial zu sein. Wenn einer eine Anleitung weiß... Posted by Jörg Kantel | Permalink | | | Python Schlangenfraß im SechserpackDer »Schockwellenreiter ehrenhalber«, Peter van I., hat mich wieder mit einer Menge von Python-Links verwöhnt.
Und als Zugabe meinte Peter noch, ich solle mal wieder auf CherryPy hinweisen, das in Python geschriebene, objekt-orientierte Web-Application-Framework. Hat er Recht, sollte ich wirklich. Posted by Peter van I. | Permalink | | | Python
Web-API: Google Goes Open SourceETech: Google startet Open-Source-Projekt. Google stellte am Donnerstag auf der O'Reilly Emerging Technology-Konferenz seine neue Open-Source-Anlaufstelle Google Code vor. Google Code soll Drittentwicklern einen einfachen Zugriff auf die APIs der Suchmaschine geben und zudem als Plattform für einige handverlesene Open-Source-Projekte aus dem Google-Universum dienen. Den Auftakt macht unter anderem die Python-Schnittstelle PyGoogle und eine Sammlung von Hashtable-Libraries. Pro Woche soll ein neues Projekt auf der Website veröffentlicht werden. [heise online news] Posted by Jörg Kantel | Permalink | | | Python Desktop-WikiMoinX (Open Source, Apache-2-Lizenz) »is a Mac OS X desktop Wiki, built with ease of use in mind and rich with features. MoinX gives you a full blown and unmodified MoinMoin wiki without forcing you to run a full blown web server. Instead MoinX is bundled with the high performance Twisted webserver.« Notiz an mich: Auch Testen! [Tissot Blog] Posted by Jörg Kantel | Permalink | | | Python Ping PongDer Schockwellenreiter pingt jetzt auch wieder Blogg.de an und es scheint auch zu funktionieren. Momentan erledigt das noch ein kleines Python-Script, in den nächsten Tagen werde ich auch dies nach Frontier portieren. Das Script sieht so aus: import xmlrpclib def pingBloggDe(weblogName, weblogURL): srv = xmlrpclib.Server("http://xmlrpc.blogg.de/") try: result = srv.weblogUpdates.ping(weblogName, weblogURL) if result["flerror"]: print "Error during Ping (blogg.de)" else: print "Ping to Blogg.de succesful" except: print "Couldn't connect to Blogg.de" pingBloggDe("Der Schockwellenreiter", "http://www.schockwellenreiter.de/") Es ist im Prinzip das gleiche Script, mit dem ich auch Weblogs.com anpinge. Wenn jemand einen Verbesserungsvorschlag hat, bitte per Mail an mich. Posted by Jörg Kantel | Permalink | | | Python
Graphiken mit Python
Posted by Jörg Kantel | Permalink | | | Python Simulation mit Python (2)
Posted by Jörg Kantel | Permalink | | | Python Simulation mit Python (1)Tutorial: Simulating with SimPy. »SimPy is an open source, discrete event simulation package written completely in Python.« Dieses Tutorial beantwortete alle meine Fragen, die ich an SimPy hatte. Daher ausdrucken. [Daily Python-URL! (from the Secret Labs)] Posted by Jörg Kantel | Permalink | | | Python
Schlangenfraß
Posted by Peter van I. | Permalink | | | Python
Yep! Klappt! Pygame on Mac OS X
Als ersten Test habe ich mir dieses Tutorial von der Pygame-Website ausgeguckt und mit leichten Modifizierungen (ich habe das Fenster vergrößert und die Geschwindigkeit verringert — der Ball raste sonst nur so über den Bildschirm — und den vollen Pfad zur Bilddatei angegeben) lief tatsächlich alles wie gewünscht. Warum das Ganze? Pygame läßt sich nicht nur nutzen, um Spiele zu programmieren, sondern auch, um Simulationen und Visualisierungen durchzuführen. Und das macht es zu einem mächtigen Werkzeug. Und meine derzeitige Lektüre bekommt durch Pygame auch noch einen besonderen Kick. Posted by Jörg Kantel | Permalink | | | Python Packages, Packages, PackagesBob Ippolito hat sich erbarmt und eine Menge von Mac OS X Packages für Python fertig- und ins Netz gestellt. Damit ist nicht nur _tkinter wieder leicht zu erreichen, sondern auch alle die anderen wichtigen Zusatzpakete wie Numeric, PIL, wxPython und viele andere sind nun wieder ohne Klimmzüge verfügbar. Und das Schönste ist: Endlich läßt sich damit auch Pygame Mac-typisch nur mit einem Doppelklick installieren und nutzen. Ich bin begeistert. Danke, Bob! Posted by Jörg Kantel | Permalink | | | Python
Tracing Spammers
Posted by Peter van I. | Permalink | | | Python Noch einmal: PHP- und Python-IDE für Mac OS XDa ich gerade auf diesen Seiten von Apple gestöbert habe, habe ich das hier gefunden: TruStudio - PHP and Python IDE built on Eclipse. »TruStudio Foundation is an open source project and a foundation for development tools for scripting languages. TruStudio inherits comprehensive set of Eclipse editing, debugging and deployment tools and introduces state-of-the-art features for PHP, Python, and other open source technologies.« (Download) Hat das Teil schon jemand getestet? Posted by Jörg Kantel | Permalink | | | Python
Import Windows Umlauts to MacPythonSven Tissot: »I tried to read a windows file into a mac python program : to get the encoding of the umlauts correct use: Posted by Jörg Kantel | Permalink | | | Python Werbung: |
|||||||||||||