Like many coders, engineers, and people who ‘code tinker’ in the small hours of the morning, I am always looking at new ways to improve my code. This is for many reasons. For example, Comprehensions ...
In the last post introducing Python, I demonstrated how to make a simple app using variables and conditional statements. In order to do anything really powerful in a given programming language though, ...