Improving on Sam Ruby's example, to show that, in Python 3.0, code (names) can use unicode characters (also, the default encoding of the interpreter now is utf-8):
Python 3.0a3+ (py3k:61959, Mar 26 2008, 21:02:26)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu6)] on linux2
Type "help", "copyright", "credits" or "license" for more
information.
>>> Iñtërnâtiônàlizætiøn = 'Iñtërnâtiônàlizætiøn'
>>> print(len(Iñtërnâtiônàlizætiøn))
20
>>>
$ python3.0
Use with care :)
30 Mar 2008 (updated 31 Mar 2008 at 18:10 UTC) »
Its a bit strange that all that some "technologists" have to say about Silverlight and Flex is "w00t! bling!".
The Web is about openness - human-readable data. MSFT should stop trying to pervert it and help the WHATWG.
28 Feb 2008 (updated 20 May 2008 at 14:27 UTC) »
Long time no blog. So, to break the silence for a second, here is a list of cool new software that I have played with recently:
Checkout while it is hot: django-wikiapp
13 Nov 2007 (updated 16 Nov 2007 at 13:09 UTC) »
[UPDATE] Forget the code you saw here, and checkout this project. Also take a look at this list of extensions.
TODO(wnload) when I get at home:
Ubuntu 7.10 Desktop (i386) torrent
Last week: 3 days teaching Python at FATEC. Thanks people, that was awesome!
Last weekend: Installed Foresight on my laptop. Great distro. More on that later.
It seems that the Py3k "bytes" will be immutable (just like the Python 2.x "str"), and a "buffer" type will be mutable. Just see the new PEP 3137
4 Sep 2007 (updated 4 Sep 2007 at 12:58 UTC) »
Update: Do you know of any other migration initiative? Please, tell me!
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!