Well, this doesn’t actually fit the definition of “trick“, however it’s pretty interesting: this question, on StackOverflow, shows a lot of interesting (and often unknown) ways of using the powerful syntax of Python.
Useful tips for python
March 20, 2011
Links, Programming languages, Zen coding Stack Overflow Leave a comment
The D programming language
January 22, 2011
Links, Programming languages Leave a comment
One of the best thing of being a geek is staying in a university where you’re surrounded by bros which suggest you to try something new, once in a while. So far yesterday a Bro told me to give a look at the D programming language. I spent the last night psyched, doing experiments, reading stuff and realizing it might be my dream language: I’ve just seen some examples, but there’s a lot of things I really liked!
Today's interesting articles
January 20, 2011
Today’s epic quest requires me to easily getting a canvas. I to get mouse coordinates directly from clicks on a surface. So far, here I am, I’m giving a glance to SDL, which seems what I need. Of course I might also use QT, which is a great toolkit, but I really want something simple, without depending on all that stuff.