What Can You Do With Python and Counting Objects Using 'Counter' | Real Python Podcast #70

preview_player
Показать описание
How is Python being used today, and what can you do with the language? Do you want to develop software, dive into data science and math, automate parts of your job and digital life, or work with electronics? This week on the show, David Amos is back, and he's brought another batch of PyCoder's Weekly articles and projects.

We talk about a Real Python article that covers the incredible variety of ways you can use Python. David shares an article about the pythonic way to count objects using the Counter class from the collections module. We discuss the ways it can lead to cleaner and more efficient code.

We cover several other articles and projects from the Python community including, the inaugural CPython developer-in-residence, typeclasses in Python, GitHub Copilot writes a text-based game, friendlier tracebacks in REPLs (including Jupyter), 120+ interactive interview challenges, a module that helps you build complex pipelines of batch jobs, and a tool for plotting in the terminal.

Topics:

- 00:00:00 -- Introduction
- 00:02:01 -- Łukasz Langa Is the Inaugural CPython Developer-in-Residence
- 00:05:03 -- What Can I Do With Python?
- 00:11:19 -- Typeclasses in Python
- 00:17:59 -- Sponsor: Sentry
- 00:19:01 -- Copilot Writes a Text-Based Game in Python
- 00:27:31 -- Python's Counter: The Pythonic Way to Count Objects
- 00:34:14 -- interactive-coding-challenges: 120+ Interactive Python Coding Interview Challenges With Anki Flashcards
- 00:38:11 -- Video Course Spotlight
- 00:39:11 -- Friendlier Tracebacks in REPLs (Including Jupyter)
- 00:49:37 -- luigi: Python Module That Helps You Build Complex Pipelines of Batch Jobs
- 00:52:13 -- plotext: Plotting in the Terminal
- 00:55:24 -- Thanks and goodbye

Рекомендации по теме
Комментарии
Автор

Hi, I just made a python math bot for discord and im wondering i u could help me with regex or make a video about it cause i cant manage to do it properly

prime