Divmod |
Feb. 28, 2006, 4:57 p.m. |
Divmod - eine ganze Reihe von sehr interessanten Python Projekten. Natürlich auch eigenes Webframework und eigener ORM, aber auch ein paar kleinere, interessante Sachen wie z.B. ein Bayesian Classifier.
|
Programmierung, Python |
Tail Call Optimization in Python |
Feb. 28, 2006, 9:18 a.m. |
Anfang des Monats hab ich mich noch darüber geärgert, das GvR keine Tail-Call Optimierung in Python will - weil er meint, das wäre ein Feature das kein einfaches Interface haben kann. Auf [Lambda the Ultimate] gibts dazu auch einen Kommentar - denn logischerweise hat dieses Statement von GvR zu ... |
Programmierung, Python |
pyOpenSSL - Python interface to the OpenSSL library |
Feb. 14, 2006, 3:02 p.m. |
pyOpenSSL - Python interface to the OpenSSL library - relativ vollständige Bindings. Sieht deutlich besser aus als die bisherigen Libs die ich mir angeguckt habe.
|
Programmierung, Python |
Language Design Is Not Just Solving Puzzles |
Feb. 10, 2006, 2:47 p.m. |
Language Design Is Not Just Solving Puzzles ist ein recht interessanter Artikel von Guido van Rossum über die Unmöglichkeit einer eleganten Syntax für mehrzeilige Lambdas in Python. Lesenswert und in weiten Teilen stimme ich ihm zu. Allerdings stolpere ich dann über so einen letzten Absatz: And ... |
Programmierung, Python |
Django Templates are not limited |
Feb. 9, 2006, 11:33 p.m. |
shannon -jj behrens thinks that Django template language is limited - because it doesn't have functions with parameters to do html snippet reuse. Of course the official - and simplified - answer to this is, that Djangos template language is that simple by design, so that it can easily be learned by ... |
Django, Programmierung, Python |
lambda bleibt in Python |
Feb. 6, 2006, 9:21 a.m. |
Let's just *keep* lambda - GvR gibt auf Einen Kommentar erstellen Erlaubtes HTML: a, b, blockquote, br, em, i, li, ol, p, q, strong, ul. Leere Zeilen werden automatisch zu Absätzen. Kommentare müssen bestätigt sein, damit sie angezeigt werden. Tut uns leid, aber Kommentare sind zur Zeit nicht ... |
Programmierung, Python |
Mandelbrot Set - Labix |
Feb. 2, 2006, 8:44 a.m. |
Mandelbrot Set - Labix - Beispielsource der mit PyGame Apfelmännchen auf dem Nokia Tablet malt.
|
Mobile, Programmierung, Python |