Still alive :D

November 11, 2009

Yes, I'm still alive. I worked hard and life was too much busy to write something in the meanwhile :(

Fast news:

  • I  wrote again my blog engine during upgrade ...

Read full entry and comments →

A GPL Snowman

March 30, 2008

A GPL Snowman

Penguins are everywhere :D


Read full entry and comments →

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 →

My phone number!

July 31, 2007

It's almost green:

my phone number

:D


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 →

Debian GNU/Linux 4.0 released

April 8, 2007

From the news:

The Debian Project is pleased to announce the official release of Debian GNU/Linux version 4.0, codenamed etch, after 21 months of constant development.


Oh, yeah ...


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 →

My blog with Django!

March 8, 2007

At the end I made it!

Django is great! You can build your own blog in few minutes! :)

Many thanks to Sal Zeta for his help with this site's ...


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 →

Libero SMTP Pain :(

December 28, 2006

Since few days the SMTP server of my ISP has problems. When I post in several mailing lists I get this message: RCPT address has non-existant domain. So now I ...


Read full entry and comments →