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
|
|||||||||||
Das Scheuermittel und die SchlangeUsing REST with Ajax: »The RESTful view of the Web says to use HTTP's verbs — GET, PUT, POST, and DELETE — where appropriate. Yet most browsers support only GET and POST. How can you achieve RESTfulness without writing your own client? Nic Ferrier shows how to design a RESTful web application using Ajax and Python.« Noch einmal: Ausdrucken! [Meerkat: An Open Wire Service: O'Reilly Network] Technorati-Tags: REST Ajax Python Posted by Jörg Kantel | Permalink | | | Webworking Werbung
FLTK und PythonpyFltk-1.1 ist das erste ofiizielle Release des Python-Wrappers für das Fast Light Toolkit (FLTK). FLTK (GPL) ist ein einfaches und plattformübergreifendes GUI-Toolkit für Windows, Unix/Linux und Mac OS X. [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python FLTK GUI Posted by Jörg Kantel | Permalink | | | Python YASS: Yet Another Sudoku Solver, die DritteSudoku Solver using a 3D-metaphor: »This script views a sudoku problem as a 3-dimensional binary cube. It solves the sudoku problem by wiping away x,y,z points from this cube until the solution appears.« [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python Algorithmen Sudoku Posted by Jörg Kantel | Permalink | | | Python
Chemie mit der SchlangeLeider nur für Windows: PyChem (Python and Chemometrics) besticht durch ein wunderbares und funktionsreiches GUI. Es wurde mit Hilfe von Python, Boa Constructor, wxPython, SciPy und wxPyPlot entwickelt. Und eigentlich ist nichts davon direkt plattformabhängig... Wie dem auch sei, die Screenshots überzeugen. [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python GUI wxPython Posted by Jörg Kantel | Permalink | | | Python
YASS: Yet Another Soduko SolverRaymond Hettinger zeigt im Python Cookbook, wie man mit wenigen Zeilen Python-Code ein Soduko Puzzle lösen kann. [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Soduko Python Alogrithmen Posted by Jörg Kantel | Permalink | | | Python
Diese Suppe gibt mir den REST (und das mit Jython)Playing Together Nicely: Getting REST and SOAP to Share Each Other's Toys: »Convincing your colleagues and clients to consider a RESTful approach to SOA is difficult when the accepted standard is SOAP-style services. In this article, Jason R. Briggs introduces a SOAP ( ) interface that can be used to deliver SOAP messages from REST ( ) resources.« Natürlich auch Ausdrucken! [Meerkat: An Open Wire Service: O'Reilly Network] Technorati-Tags: SOAP REST Jython Java Webservices Posted by Jörg Kantel | Permalink | | | Webworking PyGame, die VierteDie Reihe zu PyGame bei Dev Shed wird fortgesetzt: A PyGame Working Example, continued: »In this fourth article in our series covering the creation of a video game using Python and PyGame, we will code the internals of our game.« Auch wenn ich PyGame ( ) auf dem Mac immer noch nicht installiert bekommen habe (unter Linux war die Installation problemlos): Ausdrucken [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: PyGame Python Posted by Jörg Kantel | Permalink | | | Python
Zum letzten Mal: Warum nicht Python?»In this final installment of the old C hacker's foray into Python, he teaches his problem-solving program how to guess.« Ausdrucken! [Linux Journal] Technorati-Tags: Python Posted by Jörg Kantel | Permalink | | | Python
Gekünstelte Schlangen-IntelligenzBuilding Decision Trees in Python: »Python is a good language for machine learning — it's easy to express powerful algorithms maintainably, and it's flexible to experiment with new approaches. Christopher Roach demonstrates the use and implementation of decision trees, a fundamental feature of datamining, that can help you find trends in your data.« [Meerkat: An Open Wire Service: ONLamp.com] Technorati-Tags: Python Datamining AI Algorithmen Posted by Jörg Kantel | Permalink | | | SoftComputing Es geht weiter mit SudokuWhy Not Python?, Part 3: »Now it's time for this new Python ( ) user to do the hard work — code the program to fill in the blanks of Sudoku ( ) puzzles.« Natürlich ausdrucken! [Linux Journal] Technorati-Tags: Python Sudoku Tutorial Algorithmen Posted by Jörg Kantel | Permalink | | | Python Heute vor vier Jahren...meldete ich, daß PyGame für Mac OS X draußen ist. In diesem Jahr muß ich leider vermelden, daß PyGame unter Mac OS X 10.4 (Tiger) (immer noch) nicht funktioniert. Habe gestern abend mal wieder eine (nachdem mir Ludger Mut gemacht hatte) Installation mit diesem Paket versucht, die auch problemlos durchlief. Nur schon beim ersten Aufruf von
Weiß jemand ein Lösung? (Da ich auch die Python Image Library (PIL) unter Tiger nicht installiert bekomme, laufen ca. 80 Prozent meiner Python-Scripte nicht mehr. Wundert Ihr Euch jetzt noch, warum ich mich vermehrt wieder Perl zuwende? Dort gibt es wenigstens eine einfache Faustregel zur Installation von Modulen: IF in CPAN THEN installieren ELSE vergiß es. ) Technorati-Tags: PyGame Python PIL MacPython Posted by Jörg Kantel | Permalink | | | Python
Weblogs füttern mit der SchlangeWill Guaraldi's Blog: PyBlosxom 1.3.1 released. Ein paar neue Features und ein Bündel von Bug-Fixes. [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Python PyBlosxom Weblog Posted by Jörg Kantel | Permalink | | | CMS PyGame-TutorialPyGame: A Working Example: »In PyGame for Game Development, I showed you the very basics of PyGame's graphical side. However, creating a game with PyGame requires a bit more. All the concepts described before need to be glued together somehow, and new concepts will need to be introduced in order to create a functional game. In this article, we'll do just that by tackling a working example of PyGame's capabilities—a Python-powered game.« Ausdrucken! [Daily Python-URL! (from the Secret Labs)] Und damit auch ich endlich mit PyGame ( ) weiterkomme, erkläre ich es zum heutigen »Google des Tages«. Technorati-Tags: PyGame Python Computergraphik Animation Posted by Jörg Kantel | Permalink | | | Python
MoinMoinVom Python-basierten Wiki MoinMoin ist am Sonntag die Version 1.5.2 rausgekommen. MoinMoin ( ) ist ebenfalls ein Wiki, das ohne externe Datenbank auskommt und steht deshalb auch schon länger auf meiner Testliste... [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Wiki MoinMoin Python Posted by Jörg Kantel | Permalink | | | CMS
Silva 1.5 ist draußenJetzt mit Zope3-Interface: Silva »is an enterprise-class CMS for managing content for the web, print, and other media. Content is stored in clean and future-proof XML, independent of layout and presentation. Features include a multi-version workflow system, XSLT rendering support, integral WYSIWYG editor (Kupu), content reuse in multiple publications, sophisticated access management, extensive import/export facilities, fine-grained templating, and hi-res image storage and manipulation. Silva is entirely open source.« Steht immer noch auf meiner Testliste. Langsam wird es dringend... Technorati-Tags: Zope Silva CMS XML Posted by Jörg Kantel | Permalink | | | CMS Acht Damen und die SchlangeSeit Wirths »Alogrithmen und Datenstrukturen in Pascal (Modula-2, Oberon)« die Übungsaufgabe für angehende Informatiker im ersten Semester: Kann man acht Damen auf einem Schachbrett plazieren, ohne daß sie sich gegenseitig schlagen? Jetzt auch in Python: Python Cookbook: Eight Queens. [Daily Python-URL! (from the Secret Labs)] Technorati-Tags: Algorithmen Posted by Jörg Kantel | Permalink | | | Python
COREblog2 UpdateVon COREblog2, dem Plone ( )-basierten Weblog-Tool, ist die Version 0.81b erschienen. Es ist in der Hauptsache ein Bugfix-Release. [Atsushi Shibata per Email.] Technorati-Tags: COREblog Plone Zope Posted by Jörg Kantel | Permalink | | | CMS Ein Apfelmännchen mit PythonGustavo Niemeyer: »I've finally posted the Mandelbrot Set code snippet that was sitting on my disk for a while. It computes and draws the Mandelbrot Set fractal using pygame, and also Python for Series 60.« [Daily Python-URL! (from the Secret Labs)] So ein Apfelmännchen hatte ich auch schon einmal in Python produziert und daher erkläre ich Mandelbrot-Set zum »Google des Tages«. Technorati-Tags: Mandelbrot-Set Python Fraktale Posted by Jörg Kantel | Permalink | | | Python
Wer nicht funktional programmiert...der programmiert disfunktional. Das findet auch Shannon Behrens: Everything Your Professor Failed to Tell You About Functional Programming: »Computer science is the womanizer, and math is the pure-hearted girl he won't call the next day.« Ausdrucken! [Linux Journal] Posted by Jörg Kantel | Permalink | | Mit der Schlange nach Hause telephonierenIch gllaube, ich habe doch das falsche Telephon: Nokia gibt Python für Series-60-Geräte frei — als Open Source. [heise online news] Technorati-Tags: Python Posted by Jörg Kantel | Permalink | | | Python Werbung: |
||||||||||||