-
-
Python Library: termtables | Pretty tables in terminal
-
Python Snippets
a collection of useful snippets -
my-utils
functions I use across many projects -
Save images with Python
how to save images on disk with Python -
My Python scripts boilerplate
this is the boilerplate I use as a snippet in VS Code when I create a new Python script -
How to save confidential data in environment variables with dotenv
best practice is to never have passwords and alike in clear text in Python scripts - here is the solution I use -
Copy folders with Python
one line to copy entire folders -
Download a website with Python
-
Print statement tricks
-
Python tricks
-
Mass Unfollow on LinkedIn
-
Print current line number with Python