Artwork

Real Python에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Real Python 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Player FM -팟 캐스트 앱
Player FM 앱으로 오프라인으로 전환하세요!

Python's Command-Line Utilities & Music Information Retrieval Tools

51:16
 
공유
 

Manage episode 424751767 series 2637014
Real Python에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Real Python 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.

What are the built-in Python modules that can work as useful command-line tools? How can these tools add more functionality to Windows machines? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder’s Weekly articles and projects.

Christopher shares an article by Trey Hunner about Python’s extensive collection of command-line utilities? The piece digs into general-purpose tools that format JSON data or start a simple web server and additional utilities for working with your Python code from the terminal.

We cover a set of Jupyter Notebooks for teaching and learning the art of music processing and Music Information Retrieval (MIR). The notebooks are resources for working through the textbook, “Fundamentals of Music Processing: Audio, Analysis, Algorithms, Applications.”

We also share several other articles and projects from the Python community, including a news roundup, a discussion of CRUD operations, a description of Python’s built-in bytes sequence, favorite essays on development and programming, Python resources for working with Excel, and a project for creating finite state machines in Python.

This episode is sponsored by APILayer.

Course Spotlight: Binary, Bytes, and Bitwise Operators in Python

In this course, you’ll learn how to use Python’s bitwise operators to manipulate individual bits of data at the most granular level. With the help of hands-on examples, you’ll see how you can apply bitmasks and overload bitwise operators to control binary data in your code.

Topics:

  • 00:00:00 – Introduction
  • 00:02:21 – Python 3.12.4 Released
  • 00:02:52 – Python 3.13.0 Beta 2 Released
  • 00:03:01 – PEP 712 Rejected
  • 00:04:18 – Django in Action - Mr. Trudeau’s Book has Launched!
  • 00:06:23 – What Are CRUD Operations?
  • 00:10:12 – Python’s Many Command-Line Utilities
  • 00:14:04 – Sponsor: APILayer
  • 00:14:55 – Notebooks for Fundamentals of Music Processing
  • 00:22:55 – bytes: The Lesser-Known Python Built-in Sequence
  • 00:26:57 – Video Course Spotlight
  • 00:28:34 – Essays on Programming I Think About a Lot
  • 00:41:28 – Python Resources for Working With Excel
  • 00:46:13 – Python Finite State Machines Made Easy
  • 00:50:10 – Thanks and goodbye

News:

Show Links:

  • What Are CRUD Operations? – CRUD operations are the cornerstone of application functionality. Whether you access a database or interact with a REST API, you usually want to create, retrieve, update, and delete data. In this tutorial, you’ll explore how CRUD operations work in practice.
  • Python’s Many Command-Line Utilities – This article describes every command-line tool included with Python, each of which can be run with python -m module_name.
  • Notebooks for Fundamentals of Music Processing – This is a collection of Python Notebooks for teaching and learning the fundamentals of music processing. Examples include illustrations, sound samples, math, and more.
  • bytes: The Lesser-Known Python Built-in Sequence – The bytes data type looks a bit like a string, but it isn’t a string. This article explores it and also looks at the main Unicode encoding, UTF-8

Discussion:

Projects:

Additional Links:

Level up your Python skills with our expert-led courses:

Support the podcast & join our community of Pythonistas

  continue reading

265 에피소드

Artwork
icon공유
 
Manage episode 424751767 series 2637014
Real Python에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Real Python 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.

What are the built-in Python modules that can work as useful command-line tools? How can these tools add more functionality to Windows machines? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder’s Weekly articles and projects.

Christopher shares an article by Trey Hunner about Python’s extensive collection of command-line utilities? The piece digs into general-purpose tools that format JSON data or start a simple web server and additional utilities for working with your Python code from the terminal.

We cover a set of Jupyter Notebooks for teaching and learning the art of music processing and Music Information Retrieval (MIR). The notebooks are resources for working through the textbook, “Fundamentals of Music Processing: Audio, Analysis, Algorithms, Applications.”

We also share several other articles and projects from the Python community, including a news roundup, a discussion of CRUD operations, a description of Python’s built-in bytes sequence, favorite essays on development and programming, Python resources for working with Excel, and a project for creating finite state machines in Python.

This episode is sponsored by APILayer.

Course Spotlight: Binary, Bytes, and Bitwise Operators in Python

In this course, you’ll learn how to use Python’s bitwise operators to manipulate individual bits of data at the most granular level. With the help of hands-on examples, you’ll see how you can apply bitmasks and overload bitwise operators to control binary data in your code.

Topics:

  • 00:00:00 – Introduction
  • 00:02:21 – Python 3.12.4 Released
  • 00:02:52 – Python 3.13.0 Beta 2 Released
  • 00:03:01 – PEP 712 Rejected
  • 00:04:18 – Django in Action - Mr. Trudeau’s Book has Launched!
  • 00:06:23 – What Are CRUD Operations?
  • 00:10:12 – Python’s Many Command-Line Utilities
  • 00:14:04 – Sponsor: APILayer
  • 00:14:55 – Notebooks for Fundamentals of Music Processing
  • 00:22:55 – bytes: The Lesser-Known Python Built-in Sequence
  • 00:26:57 – Video Course Spotlight
  • 00:28:34 – Essays on Programming I Think About a Lot
  • 00:41:28 – Python Resources for Working With Excel
  • 00:46:13 – Python Finite State Machines Made Easy
  • 00:50:10 – Thanks and goodbye

News:

Show Links:

  • What Are CRUD Operations? – CRUD operations are the cornerstone of application functionality. Whether you access a database or interact with a REST API, you usually want to create, retrieve, update, and delete data. In this tutorial, you’ll explore how CRUD operations work in practice.
  • Python’s Many Command-Line Utilities – This article describes every command-line tool included with Python, each of which can be run with python -m module_name.
  • Notebooks for Fundamentals of Music Processing – This is a collection of Python Notebooks for teaching and learning the fundamentals of music processing. Examples include illustrations, sound samples, math, and more.
  • bytes: The Lesser-Known Python Built-in Sequence – The bytes data type looks a bit like a string, but it isn’t a string. This article explores it and also looks at the main Unicode encoding, UTF-8

Discussion:

Projects:

Additional Links:

Level up your Python skills with our expert-led courses:

Support the podcast & join our community of Pythonistas

  continue reading

265 에피소드

모든 에피소드

×
 
Loading …

플레이어 FM에 오신것을 환영합니다!

플레이어 FM은 웹에서 고품질 팟캐스트를 검색하여 지금 바로 즐길 수 있도록 합니다. 최고의 팟캐스트 앱이며 Android, iPhone 및 웹에서도 작동합니다. 장치 간 구독 동기화를 위해 가입하세요.

 

빠른 참조 가이드

탐색하는 동안 이 프로그램을 들어보세요.
재생