At the beginning of the year I made a very important decision. I decided to learn Python, the programming language for those that don’t know. I have done well for myself and I’ve made certain progress in this respect.
python learning
A series of posts dedicated to getting you up to speed with the Python programming language.
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 …