Dealing with Command Line Options in Python
I just wrote a bit of Python to generate some reports from the contents of a database. The one program that was more than just "display the data" was... more »
0 commentsSave Tags: python
Specific imports versus module imports in Python
I've always been a fan of explicit, separate imports in Python, vs generic module imports. Maybe it's because I like things to be explicit, or I've... more »
0 commentsSave Tags: python
Book Review: Expert Python Programming
Packt publishing sent me a copy of Tarek Ziadé's new book Expert Python Programming for review and I finally finished it this weekend. Overall, I... more »
0 commentsSave Tags: books, python
Making code work in Python 2 and 3
Below are some tips for those interested in writing code that runs on Python 2 and Python 3 -- there are probably many other issues, but those were... more »
0 commentsSave Tags: python
Pyjamas: Build AJAX Apps in Python
According to the Pyjamas website, many people, when discovering Google Web Toolkit wonder why they can't use Python instead of Java. With Pyjamas,... more »
0 commentsSave Tags: ajax, python