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
Authenticate with the Google Calendar API without Oauth Consent Screen (Python) lost a couple hours on this one
Learning Computer Science Table of Contents List of 700+ courses Harvard Harvard's CS50’s Introduction to Computer Science …
Fetching data from TMDB API after failing with 2 libraries, just using Python's requests to fetch movie data from TMDB API - themoviedb.org