Python Intermediate to Advanced
This course is designed for delegates who have covered the basic course on the python programming. The course is for professionals/students who want to further enhance their knowledge on python and see how python is well integrated with other languages.
Description
Course Content
- Creating modules in Python
- Working with files
- Data Structures
- range
- List Comprehensions
- Nested List Comprehensions
- Classes and Objects
- Regular Expressions
- Introduction
- Simple Character Matches
- Special Characters
- Character Classes
- The Dot Character
- Matching at Beginning or End
- Match Objects
- Substituting
- Splitting a String
- Exceptions Handling in Python
- Errors
- Runtime Errors
- The Exception Model
- Exception Hierarchy
- Handling Multiple Exceptions
- Raise
- Assert
- Working with Databases
- Project