Month: August 2013
-
Python for beginners
Getting functional in Python programming took me about a month and I’ve several years of C++ programming experience. I feel this is ok time for experienced programmers to get started, given you have something else going on in life as well. For beginners though, learning a new programming language in a useful manner is not…
-
Visualizing data using graphs and charts
There’s been a surge in reporting data using charts on the web. This has brought in the trend of infographics and several tools (JS libraries) that simplify the task of drawing charts. Many people get too occupied in visual design and overlook whether the chart actually fits their use case though. Software charting libraries/plugins ought to…