Python String Characteristics Lab
Lab: The “Immutable” Log Fixer Scenario: You have received a server log where the server name was recorded incorrectly as […]
Lab: The “Immutable” Log Fixer Scenario: You have received a server log where the server name was recorded incorrectly as […]
Master Quiz: String Characteristics String Logic Score: 0/20 🔒 Master Quiz: String Characteristics Deep dive into Immutability, Ordering, and Memory
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
Lab 1: The Singleton Proof Task: Prove that two different variables assigned to None share the same memory address. Lab
Master Quiz: Python Complex Numbers Complex Mastery Score: 0/20 🌌 Master Quiz: Complex Numbers Exploring the 2D Coordinate system, cmath,
Lab: The Logic Gatekeeper Run this script to see “Short-Circuiting” and “Truthy/Falsy” in action: Lab 1: The “Toggle” Switch (Beginner)