Most Technology Training classes will be delivered online until further notice.
Before each sesson, Tech Training will provide a Zoom link for live online classes, along with any required class materials.
Embark on an exploratory journey into the world of Python programming in this introductory course. Begin with the foundational elements of syntax and stylistic practices to ensure clear and readable code.
Delve into the intricacies of data types, from simple variables to complex structures like lists, dictionaries, and tuples. Discover the power of control structures, guiding your programs with loops and conditional statements. As we round off, we'll introduce you to the essential world of functions, setting you on a path to further exploration and a deeper understanding of the vast Python landscape.
Topics/Learning Outcomes:
An Introduction to:
- Python 2 vs Python 3 -- Establishing the meaning of minor and major version
- Programming Environment
- Interacting with a user (through print() & input())
- Introduction to Stylistic Practices (Comments, Naming Conventions, Best Practices)
- Mathematical, Logical, and Relational Operators
- Strings & Associated Operations
- Conditional Statements
- Loops
- Functions
- Arguments & Parameters
- Globe vs Local Scope