Book Image

The Modern Python Challenge [Video]

By : Matthew Macarty
Book Image

The Modern Python Challenge [Video]

By: Matthew Macarty

Overview of this book

Python is one of the most popular and widely used programming languages in a variety of fields such as data science, analysis, gaming, GUI programming, Networking, and more. Are you someone who loves challenges and gets excited about solving them? If you've been using Python for some time and would like to test how good a Python wrangler you are, you've come to the right place! In this course, you will uncover key Python features and implement them while testing your own ability to solve particular challenges. Each unique problem will not only test your knowledge of the language, but also your ability to think outside of the box and come up with the best solutions. Our course is divided into levels to help you go from being a beginner to professional level “Pythonista”! And in case you're stumped, you don't have to worry: we'll show you the best solutions to the challenges laid out in the course. By the end of this course, you will become a confident “Python Pro”, ready to take up any challenge and solve it with your mastery. So, are you up for the challenge? https://github.com/PacktPublishing/The-Modern-Python-Challenge-v
Table of Contents (12 chapters)
Chapter 1
Implement Data Structures Using the Collections Module
Content Locked
Section 5
Counter
Use the collections counter object to group and sort word instances.