Back to Browse

100 Days of Python – Week 3 (Part 3) | Python Math Module Explained

45 views
Jun 28, 2025
4:23

Welcome to Week 3, Part 3 of my 100 Days of Python series! In this video, we’re diving into the Python math module, which gives us powerful tools for working with numbers beyond basic arithmetic. I’ll walk through how to use common math functions that come built-in with Python. 🎓 What you’ll learn in this video: • math.sqrt() – square root of a number • math.floor() – round down to the nearest whole number • math.ceil() – round up to the nearest whole number • math.pi – how to access the constant value of π • How to use the import math statement properly 🖥 I’m learning Python day by day and sharing what I learn with you as I go. ✅ Subscribe to follow the full 100 Days of Python journey!

Download

0 formats

No download links available.

100 Days of Python – Week 3 (Part 3) | Python Math Module Explained | NatokHD