Python basics -Class & Object

OOP Basics: Class & Object Project: Build a “Student Management App” using Python classes and objects. 01. Learning Goal By […]

Python basics :Variable Scope

Variable Scope (Local, Global, and Nonlocal) Project: Build a “Counter Tracker” app that explores how variable scopes behave. 01. Learning […]