About this Course
In this course, we'll take a deep dive into several key advanced concepts of the Python ecosystem and explore scaled application development using the language. You’ll also develop an understanding of the issues associated with extensive software projects and conduct code reviews. At the end of this course, you’ll have the tools to tackle any project in Python and continue into specializations such as web development, data science and automation.
WHAT YOU'LL LEARN
- Ways to build advanced constructs such as iterators and generators, decorators and context managers
- Methods for using concurrency and asynchronous programming to improve the performance of your code
- How to perform testing and linting of your Python code
- How to build relational and non-relational databases into your programs and select the one that best suits your application needs