Course Information
Course Overview
In this course, you will learn a lot of built-in functionalities that are ignored and exploit all their advantages.
Welcome to Learn Python by doing!
Tired of the same Python course teaching you data types and printing the same message in a for loop? It's time to learn exciting things!
In this course, you will learn a lot of built in functionalities for you to become a better Python developer. You will also learn how to implement best practices and some unit testing. Some of the things that you will learn in this course are:
The zip function, the map function, the reduce function (with lots of exercises, obviously!)
Virtual environments, dependency management, deterministic builds, dependency resolution and more!
How to implement your own iterators and generators
How to sort things like a pro
Learn about closures (which is a concept that is not specific to Python)
Learn about decorators and some useful ones that come with Python
Sets and why are they cool (with fun exercises)
TDD and unit testing with Pytest
And more! Also, you will be asked to do some interesting exercises along the way, so you reinforce what you learn in this course.
Have fun and enjoy!
Course Content
- 10 section(s)
- 54 lecture(s)
- Section 1 Introduction
- Section 2 BONUS
- Section 3 The zip function
- Section 4 The enumerate function
- Section 5 Lambda functions
- Section 6 Sorting
- Section 7 The map and filter function
- Section 8 Iterators and generators
- Section 9 Any and all
- Section 10 Closures
What You’ll Learn
- Useful built-in functionalities that are sometimes ignored in Python
- Understand how some things work internally in Python
- Best practices
- Unit testing
- Manage multiple versions of Python and virtual environments best practices
Skills covered in this course
Reviews
-
RRuwan Indika
great tutorial.
-
CCanh Vu
Good content and good teacher!
-
NNayakam Akhil
Good Learning
-
FFrantisek Revicky
This training provides useful tips for Python programming. However in my opinion there should be more exercises and some exercises are too simple.