Python 3.0a2 Released!
The second alpha release is out!
Python 3000 is getting real, real fast! :D
How to fly? import antigravity
Python 3.0a1 Released!
Yes, the first alpha release is out! :D
Congratulations to all python developers for this release!!!
Generating Maze using Python
Do you like mazes?
eriol@mornie:~$ python maze.py
+--+--+--+--+--+--+--+--+--+--+
| | | | |
+ + + +--+ + +--+ + + +
| | | | | | | |
+ + + +--+--+--+ +--+--+ +
| | | | | | |
+ + +--+ + +--+--+ + + +
| | | | | | |
+ + + +--+--+--+--+--+--+ +
| | | | |
+ +--+--+ + + +--+--+--+ +
| | | |
+--+--+--+--+--+--+--+--+--+--+
After reading this good article, I decided to wrote some code to generate a perfect maze :D
The result is here ...
PyCon It
The first Python Conference in Italy will be held in Florence on June, the 9th and 10th.
If you love Python, you can't miss it! :)
RSS Feeds a Go-Go!
Finally I had the time to add RSS feeds! I hope you enjoy them :)
I'm not going to show some code because the documentation of Django's syndication feed ...
A reminder using GTK shaped window
The GNU/Linux User Group Catania meets the last thursday of every month. Usually a reminder is sent to mailing list by someone, but the other day a friend of ...
Playing with ctypes and libcaca
ctypes is a foreign function interface for Python. It allows to call functions in dlls/shared libraries and access and manipulate C data types in Python: you can use it ...
Storing binary data in SQLite
Storing images into a database is not common, usually you store only the file name, but sometimes it can be useful. Think you must log the position of several objects ...
Python in a Nutshell
Today, when I arrived at home I saw a package on the table in the living room:

My first purchase on Amazon! :)
