These other articles I’ve written may be interesting to you as well:
- Python 2.5 alpha released
- PHP and passing non-variables by reference
- Looking at Python web development frameworks
- Splitting a Sequence into Subsequences with Python
- jQuery: the new defacto Javascript web framework
- GPG public key signing post-party automation with KMail
- T-Mobile WiFi Hotspot login script
- A quick shell include for setting paths for programs installed in non-traditional locations
- A take on Drupal's taxonomy system from the Plone/Python camp
- Calculating bandwidth from a combined-format web server log
- A better way to separate Apache log files by virtual host domains
- A quick domain HTTP permanent redirect script for Apache/PHP











Comments
PHP vs Python
Why not just use Python :(
Unfortunately, this was part
Unfortunately, this was part of a larger application written in PHP. Why would anyone use PHP if they weren’t stuck with it?
It’s really sort of funky that I apply Python idioms to PHP and Java. I like to think my code is more concise and makes sense to me, but less so to people who only do PHP or Java and not Python… how many times do you see people using PHP’s list construct?