[]RSS

About Archives Artwork Comic Contact Philosophy Projects Tags

Python via Javascript

[Comment]

June 10th, 2008 in Links

A Python introduction for Javascript programmers. One of the clearer Python overviews I’ve seen.

HOWTO: Write daemons in Python

[Comment]

May 5th, 2008 in Links

A few good tips on writing daemons in Python, including a Python example of the double-fork console detachment method.

Python PDF generation tools

[Comment]

February 19th, 2008 in Links

Another HTML to PDF conversion tool, this one is written in Python and is licensed under the QT license.

A first Django tutorial

[Comment]

November 13th, 2007 in Links

One of the best developers I know pointed me to a Django tutorial. Django is a Python-based Rails equivalent, that’s even less imposing than Rails. It’s a good corollary framework to Rails,1 as the approach is different enough to make you think a bit.

  1. Especially useful if you’re still trying to find a good framework, or thinking about design approaches

A Python Interactive Fiction engine

[Comment]

November 7th, 2007 in Links

BUS is a engine written in Python. It includes a basic world model and NL parser.

Debate formatting, and the question of template mechanisms

[Comment]

November 3rd, 2007 in Links

Which is better, XML or Python for Python templates? I like the Php approach myself (intermixed language/template), as it matches the natural state of each language. The linked debate is interesting, but what I really like is the side-by-side format1.

  1. The “log in to vote” overlay is a bit confusing/noisy, however

Link: Rewriting Reddit

[Comment]

October 1st, 2007 in Links

Rewriting Reddit. The story of Reddit’s rewrite from Lisp to Python.

The Zen of Python

[Comment]

February 19th, 2007 in Links

A succinct bit on the Zen of Python. Less is always more.

Comparing C++ to Perl/Python

[Comment]

August 8th, 2006 in Links

Python vs. Perl vs. C++, an informal, simplistic comparison of C++ to Perl and Python. Interesting, but not as complete as the language shootout comparison done at .

Python and Ruby rant

[Comment]

April 21st, 2006 in Links

Python’s A Bit Harsh, But Ruby’s No Picnic Either, a chuckle of a mini rant.

Next page [>>]