django-c5filemanager 0.1 released!
The first public release of django-c5filemanager is out! :)
django-c5filemanager is a connector for the Core Five Filemanager and provides an easy way to add the filemanager to your Django project ...
The first public release of django-c5filemanager is out! :)
django-c5filemanager is a connector for the Core Five Filemanager and provides an easy way to add the filemanager to your Django project ...
I have just turned off my SVN server as all my projects has been migrated to Mercurial.
The address of my new HG server is: hg.mornie.org.
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 ...