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…
This is my lean and effective way to monitor your public IP address with Python, specifically Python3. The script – code and GitHub link below – runs on a continuous…
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 covered changing the default version of python in Debian, however for those looking to Google for a quick fix on Kali, I hope that this reaches you well.…
Much to my surprise, I found that a fresh install of Ubuntu 19.10 was set to use python 2.7 as the default python instance. I have covered changing the default…
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…