Python

Simulate the Monty Hall problem in Python 🐐🚘🐐 · September 15, 2023 · Python

Make your own *private* GPT with Python 🔒 · June 27, 2023 · Python

Building a dataset of Python versions with regular expressions · April 12, 2023 · Python tutorial

Working with Time Zones & Daylight Saving Time in pandas 🕑 · March 15, 2023 · Python tutorial

How to use Python's f-strings with pandas · February 7, 2023 · Python

How to write a great Stack Overflow question · August 23, 2021 · Python tutorial

Answering 59 scikit-learn questions (video) · June 25, 2020 · Python machine learning

How to merge DataFrames in pandas (video) · February 25, 2020 · Python tutorial

How to encode categorical features with scikit-learn (video) · November 12, 2019 · Python tutorial machine learning

Should you use "dot notation" or "bracket notation" with pandas? · September 13, 2019 · Python