Review of Python For Data Analysis

The book is essentially a reference on how to use the pandas Python library.It is well written and can be used both as a tutorial for learning about a particular aspect of the library and as a reference...

Software does not last

I was scavenging today through some old projects of mine and I stumbled upon a video of a program I made in 2009. Here's the video on Youtube...

Cross-platform desktop Java applications, JavaFX is not enough

I just finished to watch the JavaOne 2012 Technical Keynote. Nice, not particularly impressive though. The "Windows moment" (JVM crash) was quite funny. It happens around the 52nd minute I think. No you can't skip and if you advance too much the video won't play. Flash fails.

What bothers me and the motivation why I'm writing this post is the excessive focus on the UI in JavaFX. They made it look like it is the only concern in a multi-platform app is the UI. WRONG...