I See Dead Code

… as sounding brass, or a tinkling cymbal.

I See Dead Code header image 4

Entries Tagged as 'python'

Verweichlicht…

August 16th, 2007 · No Comments

Die IDE an sich Nach einem Jahr verschärftem Toolmonkeyism auf der Arbeit bin ich zu der Überzeugung gelangt, dass auch beim Python-Programmieren ein wenig IDE-Unterstützung nicht schlecht wäre. Eclipse (besonders das erstaunlich stabile 3.3) wächst einem dann doch ans Herz. Nicht dass ich für Python unbedingt Ctrl-1 bräuchte (z.b. den infernalischen Java-Typinferenz-Hack, Variablen ohne Typ [...]

[Read more →]

Tags: lang:de · programming · python · tech

Stockholm.py: The Source Files

Mai 28th, 2007 · No Comments

Having completed the sample solutions for the final exam, the course is now officially complete and the sources for all slides, exercise sheets and example programs as well as sample solutions for all exercises can be downloaded. I plan to give another course like that in the future, but in the meantime somebody else might [...]

[Read more →]

Tags: lang:en · programming · python

WP-Syntax Test

Mai 5th, 2007 · 4 Comments

Well, this post is only here to be a public test of WP-Syntax, a syntax coloring plugin for WordPress. 1 2 3 4 5 6 7 8 9 10 from itertools import islice   def fib(): x, y = 1, 1 while True: yield x x, y = y, x + y   for num [...]

[Read more →]

Tags: lang:en · programming · python