Pythonmania

Script Different!

Suchen in:
Suche:
In Partnerschaft mit Amazon.de
Startseite | Schockwellenreiter | Impressum
Anzeigen


Daily Link Icon Montag, den 27. Februar 2006
Das Scheuermittel und die Schlange

Using 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:

Posted by Jörg Kantel | Permalink | | |

Werbung

Daily Link Icon Freitag, den 24. Februar 2006
FLTK und Python

pyFltk-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:

Posted by Jörg Kantel | Permalink | | | Python

YASS: Yet Another Sudoku Solver, die Dritte

Sudoku 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:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Mittwoch, den 22. Februar 2006
Chemie mit der Schlange

Leider 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...

Screenshot

Wie dem auch sei, die Screenshots überzeugen. [Daily Python-URL! (from the Secret Labs)]

Technorati-Tags:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Freitag, den 17. Februar 2006
YASS: Yet Another Soduko Solver

Raymond 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:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Donnerstag, den 16. Februar 2006
Diese Suppe gibt mir den REST (und das mit Jython)

Book Cover 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 (Icon Icon Icon) interface that can be used to deliver SOAP messages from REST (Icon Icon Icon) resources.« Natürlich auch Ausdrucken! [Meerkat: An Open Wire Service: O'Reilly Network]

Technorati-Tags:

Posted by Jörg Kantel | Permalink | | |

PyGame, die Vierte

Die 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 (Icon Icon Icon) 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:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Montag, den 13. Februar 2006
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:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Freitag, den 10. Februar 2006
Gekünstelte Schlangen-Intelligenz

tile image Building 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:

Posted by Jörg Kantel | Permalink | | |

Es geht weiter mit Sudoku

Why Not Python?, Part 3: »Now it's time for this new Python (Icon Icon Icon) user to do the hard work — code the program to fill in the blanks of Sudoku (Icon Icon Icon) puzzles.« Natürlich ausdrucken! [Linux Journal]

Technorati-Tags:

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 import pygame bekomme ich die Fehlermeldung

/Library/Frameworks/Python.framework/Versions/2.2/lib/python2.2/
site-packages/pygame/__init__.py:63: ImportError: Cannot Import 'pygame.base'

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. Grins)

Technorati-Tags:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Donnerstag, den 9. Februar 2006
Weblogs füttern mit der Schlange

Will 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:

Posted by Jörg Kantel | Permalink | | |

PyGame-Tutorial

PyGame: 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 (Icon Icon Icon) weiterkomme, erkläre ich es zum heutigen »Google des Tages«.

PyGame Logo

Technorati-Tags:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Dienstag, den 7. Februar 2006
MoinMoin

Vom Python-basierten Wiki MoinMoin ist am Sonntag die Version 1.5.2 rausgekommen. MoinMoin (Icon Icon Icon) 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:

Posted by Jörg Kantel | Permalink | | |

Daily Link Icon Montag, den 6. Februar 2006
Silva 1.5 ist draußen

Notizzettel Jetzt 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:

Posted by Jörg Kantel | Permalink | | |

Acht Damen und die Schlange

Seit 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:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Freitag, den 3. Februar 2006
COREblog2 Update

Von COREblog2, dem Plone (Icon Icon Icon)-basierten Weblog-Tool, ist die Version 0.81b erschienen. Es ist in der Hauptsache ein Bugfix-Release. [Atsushi Shibata per Email.]

Technorati-Tags:

Posted by Jörg Kantel | Permalink | | |

Ein Apfelmännchen mit Python

Gustavo 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:

Posted by Jörg Kantel | Permalink | | | Python

Daily Link Icon Mittwoch, den 1. Februar 2006
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 telephonieren

Ich 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:

Posted by Jörg Kantel | Permalink | | | Python




Werbung: