Entries in "Python" category

Python 3.0a2 Released!

December 8, 2007

The second alpha release is out!

Python 3000 is getting real, real fast! :D


Read full entry and comments →

How to fly? import antigravity

December 6, 2007

Python 3.0a1 Released!

September 1, 2007

Yes, the first alpha release is out! :D

Congratulations to all python developers for this release!!!


Read full entry and comments →

Generating Maze using Python

August 2, 2007

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 ...


Read full entry and comments →

PyCon It

May 19, 2007

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! :)


Read full entry and comments →

RSS Feeds a Go-Go!

May 6, 2007

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 ...


Read full entry and comments →

A reminder using GTK shaped window

April 26, 2007

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 ...


Read full entry and comments →

Playing with ctypes and libcaca

March 25, 2007

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 ...


Read full entry and comments →

Storing binary data in SQLite

January 10, 2007

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 ...


Read full entry and comments →

Python in a Nutshell

December 19, 2006

Today, when I arrived at home I saw a package on the table in the living room:

Python in a Nutshell

My first purchase on Amazon! :)


Read full entry and comments →