Name: Kalle Svensson
Member since: 2002-11-30 02:45:57
Last Login: 2006-11-17 14:19:45
Homepage: http://juckapan.org/~kalle/
Notes: I'm a free software enthusiast and hacker wannabe from Sweden. I enjoy programming in Python and finding out new things to do on my Debian GNU/Linux system. Contact me? Use email: kalle at juckapan.org.
Fair enough. But the [::-1] slice syntax is ugly as well.
Of course, the reversed() builtin also has it's own ugliness, IMO, but it would be nice in this case.
k = [(i, j) for i in range(10) for j in range(10)[::-1]]
You probably want k = [(i, j) for i in range(10) for j in range(9, -1, -1)] instead. The slice creates a new list, quite unnecessary in this case.
I've had some problems with my wrists recently, a few days with almost no computering helped. Still, I don't feel comfortable with having this kind of problems at my age (22).
Thinking about RPGs (not the computer kind). Might be fun to take up again, it's been a long time since I played seriously.
kalle certified others as follows:
Others have certified kalle as follows:
[ Certification disabled because you're not logged in. ]
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!