Python
How to create twitter tweets From python
clock
3 min read -
Jul 3, 2020
In order to automatically create twitter tweets for new blog post entries on my side I created a python script to handle this. The script reads the …
How to use Twitter as comment section in your static blog and automatically create a tweet per post
clock
12 min read -
Jun 30, 2020
As I have a static blog page build on Hugo I wanted to leverage Twitter to allow discussions. The challenge here was that to embed a tweet which is …
How to load environment variable files in python (works for windows and python)?
clock
5 min read -
Dec 28, 2019
Welcome to the python mini-series. In the mini-series, I will cover some small pieces of python which I found useful in the past. Maybe this is also …
Python Mini-Series: How to use/access environment variables in python (Windows and Unix based)?
clock
3 min read -
Dec 28, 2019
Welcome to the python mini-series. In the mini-series, I will cover some small pieces of python which I found useful in the past. Maybe this is also …
Python Mini Series: How to hash, salt and validate a user password with python in just 4 lines!
clock
3 min read -
Dec 27, 2019
Welcome to the python mini-series. In the mini-series, I will cover some small pieces of python which I found useful in the past. Maybe this is also …