Blog: My foray into learning python

I've been working with a new startup in Toronto on a Python & Django based project and I've had to learn both on the go. While having my Ruby and Rails knowledge helped me get a boost when learning Python and Django, I decided to start a series of unrelated practice exercises. 

This winterly evening I started pilfering the internet for some basic exercise that I would have to try out to hone-in my Python programming skills. I found a series of great little mysterious exercises masquerading as a mystery/puzzle; where you have to solve each puzzle to get a clue to the next python exercise, and of course, you solve the puzzles by writing python code!

Find the exercises here: http://www.pythonchallenge.com/ and try them out, they are fun! 

You can find the GitHub repository of the python exercises code I will be working on here: git://github.com/victorbstan/Python-Challenge-Exercises.git

My GitHub account is: https://github.com/victorbstan