-
-
Python Library: tmdbapis | fetching movie data
Python wrapper for the TMDB API - themoviedb.org - with support for API v4 -
My Python scripts boilerplate
this is the boilerplate I use as a snippet in VS Code when I create a new Python script -
Create executable of a Pyhon application
-
Python Library: jinja2
A very fast and expressive template engine. -
Unicode in Python
always a pain -
Date formatting in Python
-
Python Library: Yagmail
GMAIL/SMTP client that aims to make it as simple as possible to send emails. -
Python Library: tldextract
-
Python Library: os (built-in)
ongoing note -
Python Library: geopy
locate the coordinates of addresses. -
Python Library: defaultdict
standard Python libraries useful when creating dicts -
How to get a website's metadata with Python
-
namedtuples
they should be used more -
Python Library: tmdbv3api | fetching movie data
Python wrapper for the TMDB API - themoviedb.org -
String snippets
-
PIP: Python's Package Manager
ongoing note -
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 -
Python Library: nltk
leading platform for building Python programs to work with human language data. -
Copy folders with Python
one line to copy entire folders -
Python library: tqdm
make your loops show a smart progress meter -
Python Library: pickle
how to store Python objects to file -
Fetch Notion database data with Python
Get data from Notion with Python -
Fetch website metadata from URL
-
Python Library: openpyxl
A Python library to read/write Excel 2010 xlsx/xlsm files