A quick GitHub gist for anyone looking to write to an InfluxDB server with Python3. This is a generic function that accepts three inputs; as an example, I am using…
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 growing interest in finance and analytics, so it felt like a great idea to start creating my own set of financial tools with Python. This article will…
A quick Google of the above only seemed to give me answers for the inverse, calling a python script from a bash shell and handing it variables. At least, the…
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…
They say that the long tail page titles are best for SEO, well this one certainly should be up there with the best of them. In this post, I am…
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…