I have covered this a number of times in the past and the posts have proved popular and useful to many. So, here is my guide for updating to the…
I have a number of projects which I am currently working on which usually involve a raspberry pi and so other TCP enabled object. One project, in particular, is to…
Here is a quick guide on how to create an infinite loop in python using a ‘while true’ statement. There are number of reason that you might want to implement…
1st January 2020 marked the official end of python 2.7 development, including feature support and security fixes. Python 2.7 was over 9 years old in development years, making it the…
I have been getting started with python 3 – I want to make this my primary scripting language. One way I like to assist myself whilst I learn the rope…
I recently spent 30 minutes figuring out how to upgrade to python 3.7 and subsequently pip version on a fresh install of Debian 9. I ran into a number of…