Description
In this course, you will learn:
- Introduction to Python and its applications, setting up the programming environment, learning the fundamentals of syntax, and building and running a small Python program are all covered.
- Variables, data types (strings, integers, floats, booleans), input/output operations, and basic string manipulations are all covered.
- Conditional expressions (if, elif, else), for and while loops are being investigated as control flow tools. Python's built-in functions and how to use them are introduced.
- Introduction to function definition and calling, as well as scope and return statements. An overview of Python modules and how to use them.
Syllabus:
- Diving into Python: Your First Program
- Building Blocks: Variables and Data Types
- Decisions and Loops: Control Flow in Python
- Let's Get Functional: Functions and Modules in Python