Python

How to learn Python

Wouldn’t it be great to write programs that could automate repetitive tasks? Or do you want to just learn programming? Python is a really good start into the world of coding. In the world of programming, there are a lot of languages to pick from. Some are purpose built for particular tasks, and some are […]

Continue Reading

Python V2 String Formatting

One important skill in Python programming is the use of formatting strings. Here’s a little snippet to assist – but mainly to remind me in a handy place where I won’t forget it. This post, I must admit, is mainly for my benefit. I am in the progress of teaching myself Python (version 2), and […]

Continue Reading