Still alive :D
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 ...
Yes, I'm still alive. I worked hard and life was too much busy to write something in the meanwhile :(
Fast news:
The second alpha release is out!
Python 3000 is getting real, real fast! :D
Yes, the first alpha release is out! :D
Congratulations to all python developers for this release!!!
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 ...
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! :)
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...