The Return of "Hello, World!"
Friday December 29, 2006
Copyright NASA, Lewis Research Center.
Recently, Angela Bradley, About's Guide to PHP, noted that the first "Hello, World!" program in a tutorial dates back to a 1973 tutorial that Brian Kernighan ... Read More
Working with Unicode in Python
Thursday December 28, 2006
Polyglot Python, based on the work of stylesr1 at Stock XChange (Photo #586141); edited by A Lukaszewski. New image copyright 2006 by A Lukaszewski. Used with permission.
If you live on ... Read More
Merry Christmas! Joyeux Noël! Fröhlich Weihnachten! Have a Pythonic Christmas!
Sunday December 24, 2006
Christmas is imminent, and this year's holiday season will soon draw to a close. With it will go my "Merry Christmas!" tutorial (at least until next year). If ... Read More
Python and Network Programming
Thursday December 21, 2006
Sun is known for coining the phrase "The computer is the network." The day of coding for the stand-alone, local machine is pretty much gone. Any program that ... Read More
Step-by-Step Through Python's Error Message
Monday December 18, 2006
Debugging is one of the more tedious parts of any development process. No matter how well you code, there will almost always be unexpected dynamics that only come to ... Read More
Fully Functional At Last!
Saturday December 16, 2006
A fully functional program does what it is supposed to do and crashes gracefully when it doesn't. For this reason, error handling is a key component of any program that ... Read More
Python's IDE: Python 2.5's IDLE Now With Syntax Help
Friday December 15, 2006
As you doubtless know, Python comes with its own integrated development environment (IDE). It is called IDLE, short for Integrated DeveLopment Environment. While it has always had a ... Read More
Scales of the Python: YouTube is Written in Python!
Wednesday December 13, 2006
As you probably know, the creator of Python, Guido van Rossum works for Google. Google uses Python for its search engine quality, and half of Guido's work-week is spent ... Read More
Python Warnings
Tuesday December 12, 2006
If you have ever tried to import the regex module or similar older code, you will know that Python has a robust system of warnings. These warnings help you ... Read More
Stop Graciously: Handling Exceptions and Errors in Python
Monday December 11, 2006
Image courtesy of
stock.xchg, No.649498.
Anyone who programs Python (or any other language) long enough learns that data is not always consistent and that errors happen. But your programs can handle ... Read More
Automating Applications With Python Scripts
Friday December 8, 2006
Image courtesy of Trine Florie,
stock.xchg, No.655639.
After yesterday's entry about OpenOffice.org, I should mention that there are many more applications that are able to be automated with Python. Here is ... Read More
New Microsoft Security Advisory
Thursday December 7, 2006
Microsoft has recently posted a new security advisory about a MS-Word virus and recommends as follows:
Do not open or save Word files that you receive from un-trusted or that are ... Read More
Python Continues to Gain Ground
Tuesday December 5, 2006
According to the TIOBE Index for December, Python continues to gain in popularity. Python remains the best general purpose language around, surpassing the lower level languages in terms ... Read More
Review of Beginning Python
Monday December 4, 2006
I have recently posted my review of Magnus Lie Hetland's Beginning Python.
As I mentioned previously, it is an excellent resource for the beginner and the intermediate programmer alike. Whereas ... Read More
"Use the Source, Luke!": Python Source Code for the RSS Reader Series
Sunday December 3, 2006
As part of my ongoing series on building an RSS Reader in Python, I have recently created a repository of the source code used in making the application. ... Read More
Rapid Web Applications With TurboGears
Saturday December 2, 2006
I wrote recently in this space that I am reading Magnus Lie Hetland's Beginning Python for review. That should be coming this week. Another book I am reviewing ... Read More
Dear Python Guide:What happened to "Hello, World!"?
Friday December 1, 2006
With the advent of the holiday season, I have substituted a new Python tutorial for "Hello, World!" in my list of Essentials (upper left). The new tutorial offers the ... Read More
