Python Basics

Abstract

This notebook introduces fundamental Python concepts for learners with little or no prior programming experience.
It covers data types, variables, control flow, functions, and basic data structures such as lists, tuples, and dictionaries.
All examples are written in pure Python and require no additional packages.