Course Objectives
Basics of Python syntax, functions and data types How to debug Python scripts using the Python debugger (pdb) Use Python data structures like dictionaries, sets, tuples and lists to handle compound data Learn Object-oriented programming in Python and Exception Handling How to read and write files in Python and parse JSON data Use powerful regular expressions in Python to manipulate text How to effectively structure large Python programs using modules and namespaces How to use third-party libraries using the pip CLI tool.
Agenda
- Introduction to Python and setting up the developer environment
- Explore the basic syntax and semantics of Python
- Understand the basic control flow features and operators
- Write programs that manipulate compound data using lists, sets, tuples and dictionaries
- Decompose your programs into composable functions
- Organize your code using Modules for flexibility and reuse
- Explore Object Oriented Programming (OOP) with classes and objects
- Handle runtime errors using Exceptions
- Implement programs that read and write files
- Use advanced data structures like generators and comprehensions to reduce boilerplate code
- Use powerful regular expressions to manipulate textual data
- Read and write JSON data
- Debug Python programs using the Python debugger (pdb)
FREE
Interested in course?
Course Type: Instructor Led