Take your understanding of Python programming a step ahead by learning the advanced concepts
Key Features
- Gain a solid understanding of Python's advanced concepts
- Unlock the exciting new features of Python 3.8 and 3.9
- Grasp useful tips to apply your Python knowledge in the real-world
Book Description
Do you have basic knowledge of Python and want to explore more advanced concepts? This course will help you out.
The course starts with the topic of recursion and explains its concepts, such as tracing tree, call stack, and tree recursion. Next, you will learn the role of lambda functions, map, filter, reduce, and comprehension in Python programming. Moving along, you will uncover why regular expressions are used and how decorators help in adding new functionality to an existing object. Next, you will understand logging and learn how to accomplish date and time tasks with the help of the date and time module. Towards the end, you will go through the latest features of Python 3.8 and Python 3.9, such as union operators, type hinting, and zone info.
By the end of this course, you will be well-versed with the advanced topics of Python and will have gained the confidence to apply them in Python programming.
All the code files for this course are available at https://github.com/PacktPublishing/Python-Programming-Advanced-Understanding-Weird-Concepts
What you will learn
- Find out the factorial of a number using recursion
- Get to grips with lambda functions
- Explore map, filter, reduce, and lists
- Create a pattern for email validation using regular expressions
- Understand the latest updates of Python 3.8
- Discover the native time support feature in Python 3.9
Who this book is for
This course is for programmers and developers who want to master the advanced concepts of Python and want to know what's new in Python 3.8 and Python 3.9. A basic understanding of Python is needed to get started with this course.