Course Description
In this course, the participants will learn the fundamentals of the Python programming language, along with programming best practices. Participants will learn to represent and store data using Python data types and variables as well as using conditionals and loops to control the flow of programs. Participants will harness the power of complex data structures like lists, sets, dictionaries, and tuples to store collections of related data. Participants will define and document their own custom functions, write scripts, and handle errors.
Course Objectives
- Master the fundamentals of writing Python scripts
- Learn core Python scripting elements such as variables and flow control structures
- Discover how to work with lists and sequence data
- Write Python functions to facilitate code reuse
- Use Python to read and write files
- Make their code robust by handling errors and exceptions properly
- Work with the Python standard library
- Explore Python’s object-oriented features
- Search text using regular expressions
Audience
- Program Developer, Backend Developer