Python Indexing & Slicing Lab
Lab 1: The Timestamp Extractor (Beginner) Scenario: Standard ISO logs start with a timestamp like 2026-01-29T14:30:05Z. You only need the […]
Lab 1: The Timestamp Extractor (Beginner) Scenario: Standard ISO logs start with a timestamp like 2026-01-29T14:30:05Z. You only need the […]
Master Quiz: String Methods Toolbox Score: 0/20 🛠️ Master Quiz: String Methods Open the toolkit: Test your skills with Sandpaper
Lab: The Log Scrubber Try this in your Python terminal to see the power of chaining: Lab 1: The Config
Master Quiz: String Characteristics String Logic Score: 0/20 🔒 Master Quiz: String Characteristics Deep dive into Immutability, Ordering, and Memory
Lab: The “Immutable” Log Fixer Scenario: You have received a server log where the server name was recorded incorrectly as
Master Quiz: Python Strings String Theory Score: 0/20 📜 Master Quiz: Python Strings Test your knowledge on Immutability, f-strings, and
Lab: The “Config Generator” Scenario: You need to create a configuration string for a database connection. The database password has
Master Quiz: Python Math Calculator Score: 0/20 📐 Master Quiz: Mathematical Functions Test your precision on Trigonometry, NumPy, and Cryptographic
Lab: Build a Hypotenuse Calculator Scenario: You need to calculate the longest side of a triangle (hypotenuse) given two sides.
Master Quiz: Python NoneType Void Check Score: 0/20 ∅ Master Quiz: NoneType Exploring the Singleton, null safety, and the “Absence