RSS Feed
I’m a machine learning engineer and educator with a background in mathematical sciences. On this blog, I explore technical ideas, share what I’m building, and simplify concepts for others on the same path.
Articles
-
Introduction to Python in 6 Lessons - Part 2
In this second lesson of our Python beginner series, we’ll build a simple calculator that performs basic arithmetic: addition, subtraction, multiplication, and division. This hands-on project introduces two powerful tools in Python: conditional statements (if, elif, else) and functions. -
Introduction to Python in 6 Lessons - Part 1
In this lesson we’ll write a simple Python program to convert temperatures (Fahrenheit to Celsius) while learning core concepts...This project gives immediate results: you type a number, the program prints the converted temperature. -
Gradio Part 2: Build and Share a Fun ML App to Reveal Someone's Personality by How They Write
Create and share a machine learning personality prediction app with Gradio. -
Gradio Part 1: Introduction to Gradio (How to easily deploy functions or ML models in Python)
Gradio is a Python library that allows you to quickly create customizable web interfaces for your machine learning models, data analyses, or any Python function. -
3 Ways I’ve Learned to Scrape the Web (and When to Use Each One)
Scraping the web doesn’t have to be hard here are some of the tools that make it easy and efficient