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!
Instructor Details
Courses : 3
Specification: Advanced Python Skills: become a better Python developer!
|
2 reviews for Advanced Python Skills: become a better Python developer!
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
$19.99 $9.99
Melqui David Cer n Hern ndez –
Completo
Stuart Binder –
Great concise intro to some of Python’s hidden treasures. I would recommend this course to anyone coming to Python from another language it’s a quick way to get up to speed without wasting a lot of time on basic programming. The course will be better when Mr. Armend riz adds solutions for the exercises. It’s pretty trivial to write solutions that work, but examples of good Pythonic solutions will be helpful.