-
-
Python Library: termtables | Pretty tables in terminal
-
Python snippet: download files
-
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 -
Python Library: os (built-in)
ongoing note -
How to get a website's metadata with Python
-
String snippets
-
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 -
Python Snippets
a collection of useful snippets -
Print statement tricks
-
Get parent folder name with Python
-
Open text files with Python
-
Python Library: pydub
Manipulate audio with an simple and easy high level interface.