Artwork

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

PyCoder's Weekly 2024 Top Articles & Missing Gems

41:03
 
공유
 

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

PyCoder’s Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2024. Christopher Trudeau is back on the show this week to help wrap it all up by sharing some highlights and uncovering a few missing gems from the pile.

We share the top links that PyCoder’s readers explored this year and uncover trends across all the articles and stories. We also highlight a few gems that we didn’t cover on the show and a couple that explore the overall themes of the year.

We hope you enjoy this review! We look forward to bringing you another year filled with great Python news, articles, topics, and projects.

Course Spotlight: Programming Sockets in Python

In this in-depth video course, you’ll learn how to build a socket server and client with Python. By the end, you’ll understand how to use the main functions and methods in Python’s socket module to write your own networked client-server applications.

Topics:

  • 00:00:00 – Introduction
  • 00:01:47 – New releases and updates
  • 00:03:07 – PyCon US 2025 Registration Open
  • 00:03:18 – PyCon Austria 2025 Call for Papers
  • 00:03:36 – PSF Year End Fundraiser - Membership Drive
  • 00:04:31 – Mr. Trudeau on Flying High with Flutter
  • 00:05:29 – We’re on Bluesky - follow us!
  • 00:07:44 – Build Captivating Display Tables in Python With Great Tables
  • 00:08:45 – Overview of the Module itertools
  • 00:09:23 – Customize VS Code Settings
  • 00:10:34 – Modern Good Practices for Python Development
  • 00:11:55 – Asyncio Event Loop in Separate Thread
  • 00:12:38 – Python Protocols: Leveraging Structural Subtyping
  • 00:13:06 – Thoughts on the top links
  • 00:22:29 – Video Course Spotlight
  • 00:23:40 – Why I’m Switching From pandas to Polars
  • 00:29:29 – Lessons Learned Reinventing the Python Notebook
  • 00:32:47 – What’s a Python Hashable Object?
  • 00:36:10 – uv: Python Packaging in Rust
  • 00:38:26 – CI/CD for Python With GitHub Actions
  • 00:40:07 – Thanks and goodbye

News:

Top PyCoders Links 2024:

  • Build Captivating Display Tables in Python With Great Tables – Do you need help making data tables in Python look interesting and attractive? How can you create beautiful display-ready tables as easily as charts and graphs in Python? This week on the show, we speak with Richard Iannone and Michael Chow from Posit about the Great Tables Python library.
  • Overview of the Module itertools – This article proposes the top three iterators that are most useful from the module itertools, classifies all of the 19 iterators into five categories, and then provides brief usage examples for all the iterators in the module itertools.
  • Customize VS Code Settings – In this course, Philipp helps you customize your Visual Studio Code settings to switch from a basic cluttered look to a clean presentable look. This is not just pleasant on the eyes, but also gives you a nice user interface if you want to share on a Zoom call or screen recording.
  • Modern Good Practices for Python Development – This is a very detailed list of best practices for developing in Python. It includes tools, language features, application design, which libraries to use and more.
  • Asyncio Event Loop in Separate Thread – Typically, the asyncio event loop runs in the main thread, but as that is the one used by the interpreter, sometimes you want the event loop to run in a separate thread. This article talks about why and how to do just that.
  • Python Protocols: Leveraging Structural Subtyping – In this tutorial, you’ll learn about Python’s protocols and how they can help you get the most out of using Python’s type hint system and static type checkers.

Featured Links:

  • Why I’m Switching From pandas to Polars – Ari is switching from pandas to Polars and surprisingly (even to himself) it isn’t because of the better performance. Read on for the reasons why.
  • Lessons Learned Reinventing the Python Notebook – Marimo is an open source alternative to Jupyter notebooks. This article is by one of marimo’s creators, talking about the design decisions made when creating it.
  • What’s a Python Hashable Object? – You can ignore reading about hashable objects for quite a bit. But eventually, it’s worth having an idea of what they are. This post follows Winston on his first day at work to understand hashable objects
  • uv: Python Packaging in Rust – uv is an extremely fast Python package installer and resolver, designed as a drop-in alternative to pip and pip-tools. This post introduces you to uv and shows some of its performance numbers. Associated HN discussion.
  • CI/CD for Python With GitHub Actions – With most software following agile methodologies, it’s essential to have robust DevOps systems in place to manage, maintain, and automate common tasks with a continually changing codebase. By using GitHub Actions, you can automate your workflows efficiently, especially for Python projects.

Additional Links:

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

Support the podcast & join our community of Pythonistas

  continue reading

272 에피소드

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

PyCoder’s Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2024. Christopher Trudeau is back on the show this week to help wrap it all up by sharing some highlights and uncovering a few missing gems from the pile.

We share the top links that PyCoder’s readers explored this year and uncover trends across all the articles and stories. We also highlight a few gems that we didn’t cover on the show and a couple that explore the overall themes of the year.

We hope you enjoy this review! We look forward to bringing you another year filled with great Python news, articles, topics, and projects.

Course Spotlight: Programming Sockets in Python

In this in-depth video course, you’ll learn how to build a socket server and client with Python. By the end, you’ll understand how to use the main functions and methods in Python’s socket module to write your own networked client-server applications.

Topics:

  • 00:00:00 – Introduction
  • 00:01:47 – New releases and updates
  • 00:03:07 – PyCon US 2025 Registration Open
  • 00:03:18 – PyCon Austria 2025 Call for Papers
  • 00:03:36 – PSF Year End Fundraiser - Membership Drive
  • 00:04:31 – Mr. Trudeau on Flying High with Flutter
  • 00:05:29 – We’re on Bluesky - follow us!
  • 00:07:44 – Build Captivating Display Tables in Python With Great Tables
  • 00:08:45 – Overview of the Module itertools
  • 00:09:23 – Customize VS Code Settings
  • 00:10:34 – Modern Good Practices for Python Development
  • 00:11:55 – Asyncio Event Loop in Separate Thread
  • 00:12:38 – Python Protocols: Leveraging Structural Subtyping
  • 00:13:06 – Thoughts on the top links
  • 00:22:29 – Video Course Spotlight
  • 00:23:40 – Why I’m Switching From pandas to Polars
  • 00:29:29 – Lessons Learned Reinventing the Python Notebook
  • 00:32:47 – What’s a Python Hashable Object?
  • 00:36:10 – uv: Python Packaging in Rust
  • 00:38:26 – CI/CD for Python With GitHub Actions
  • 00:40:07 – Thanks and goodbye

News:

Top PyCoders Links 2024:

  • Build Captivating Display Tables in Python With Great Tables – Do you need help making data tables in Python look interesting and attractive? How can you create beautiful display-ready tables as easily as charts and graphs in Python? This week on the show, we speak with Richard Iannone and Michael Chow from Posit about the Great Tables Python library.
  • Overview of the Module itertools – This article proposes the top three iterators that are most useful from the module itertools, classifies all of the 19 iterators into five categories, and then provides brief usage examples for all the iterators in the module itertools.
  • Customize VS Code Settings – In this course, Philipp helps you customize your Visual Studio Code settings to switch from a basic cluttered look to a clean presentable look. This is not just pleasant on the eyes, but also gives you a nice user interface if you want to share on a Zoom call or screen recording.
  • Modern Good Practices for Python Development – This is a very detailed list of best practices for developing in Python. It includes tools, language features, application design, which libraries to use and more.
  • Asyncio Event Loop in Separate Thread – Typically, the asyncio event loop runs in the main thread, but as that is the one used by the interpreter, sometimes you want the event loop to run in a separate thread. This article talks about why and how to do just that.
  • Python Protocols: Leveraging Structural Subtyping – In this tutorial, you’ll learn about Python’s protocols and how they can help you get the most out of using Python’s type hint system and static type checkers.

Featured Links:

  • Why I’m Switching From pandas to Polars – Ari is switching from pandas to Polars and surprisingly (even to himself) it isn’t because of the better performance. Read on for the reasons why.
  • Lessons Learned Reinventing the Python Notebook – Marimo is an open source alternative to Jupyter notebooks. This article is by one of marimo’s creators, talking about the design decisions made when creating it.
  • What’s a Python Hashable Object? – You can ignore reading about hashable objects for quite a bit. But eventually, it’s worth having an idea of what they are. This post follows Winston on his first day at work to understand hashable objects
  • uv: Python Packaging in Rust – uv is an extremely fast Python package installer and resolver, designed as a drop-in alternative to pip and pip-tools. This post introduces you to uv and shows some of its performance numbers. Associated HN discussion.
  • CI/CD for Python With GitHub Actions – With most software following agile methodologies, it’s essential to have robust DevOps systems in place to manage, maintain, and automate common tasks with a continually changing codebase. By using GitHub Actions, you can automate your workflows efficiently, especially for Python projects.

Additional Links:

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

Support the podcast & join our community of Pythonistas

  continue reading

272 에피소드

모든 에피소드

×
 
Loading …

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

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

 

빠른 참조 가이드

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