The new Unit Conversion App

A few weeks ago I blogged about a unit conversion app that I was working on. I doubt that I’ll be working on that project anymore. I found on github a similar project that was written better than mine(its design is modular, the style is clean and just better than my own) but the said … 

 

Python 101: Your first python program

This post is part 2 of Get started with Python programming series, in which I do my best to share my experiences in learning python and hope that this becomes some sort of guide to help you become a Python programmer. In today’s post, I explain how to write your first Python program. If you … 

 

Python 101: Getting it

This post is part 1 of Get started with Python programming series, in which I do my best to share my experiences in learning python and hope that this becomes some sort of guide to help you become a Python programmer. In today’s post, I explain how to get and setup Python. Getting Started with …