Artwork

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

#456 You're so wrong

25:46
 
공유
 

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

Sponsored by us! Support our work through:

Connect with the hosts

Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 10am PT. Older video versions available there too.

Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.

Brian #1: The PSF has withdrawn a $1.5 million proposal to US government grant program

  • Related post from Simon Willison
  • ARS Technica: Python plan to boost software security foiled by Trump admin’s anti-DEI rules
  • The Register: Python Foundation goes ride or DEI, rejects government grant with strings attached
  • In Jan 2025, the PSF submitted a proposal for a US NSF grant under the Safety, Security, and Privacy of Open Source Ecosystems program. After months of work by the PSF, the proposal was recommended for funding.
  • If the PSF accepted it, however, they would need to agree to the some terms and conditions, including, affirming that the PSF doesn't support diversity. The restriction wouldn't just be around the security work, but around all activity of the PSF as a whole. And further, that any deemed violation would give the NSF the right to ask for the money back.
  • That just won't work, as the PSF would have already spent the money.
  • The PSF mission statement includes "The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers." The money would have obviously been very valuable, but the restrictions are just too unacceptable.
  • The PSF withdrew the proposal. This couldn't have been an easy decision, that was a lot of money, but I think the PSF did the right thing.

Michael #2: A Binary Serializer for Pydantic Models

  • 7× Smaller Than JSON
  • A compact binary serializer for Pydantic models that dramatically reduces RAM usage compared to JSON.
  • The library is designed for high-load systems (e.g., Redis caching), where millions of models are stored in memory and every byte matters.
  • It serializes Pydantic models into a minimal binary format and deserializes them back with zero extra metadata overhead.
  • Target Audience: This project is intended for developers working with:
    • high-load APIs
    • in-memory caches (Redis, Memcached)
    • message queues
    • cost-sensitive environments where object size matters

Brian #3: T-strings: Python's Fifth String Formatting Technique?

  • Trey Hunner
  • Python 3.14 has t-strings. How do they fit in with the rest of the string story?
  • History
    • percent-style (%) strings - been around for a very long time
    • string.Template - and t.substitute() - from Python 2.4, but I don’t think I’ve ever used them
    • bracket variables and .format() - Since Python 2.6
    • f-strings - Python 3.6 - Now I feel old. These still seem new to me
    • t-strings - Python 3.14, but a totally different beast. These don’t return strings.
  • Trey then covers a problem with f-strings in that the substitution happens at definition time.
  • t-strings have substitution happen later. this is essentially “lazy string interpolation”
  • This still takes a bit to get your head around, but I appreciate Trey taking a whack at the explanation.

Michael #4: Cronboard

  • Cronboard is a terminal application that allows you to manage and schedule cronjobs on local and remote servers.
  • With Cronboard, you can easily add, edit, and delete cronjobs, as well as view their status.
  • ✨ Features
    • ✔️ Check cron jobs
    • ✔️ Create cron jobs with validation and human-readable feedback
    • ✔️ Pause and resume cron jobs
    • ✔️ Edit existing cron jobs
    • ✔️ Delete cron jobs
    • ✔️ View formatted last and next run times
    • ✔️ Accepts special expressions like @daily, @yearly, @monthly, etc.
    • ✔️ Connect to servers using SSH, using password or SSH keys
    • ✔️ Choose another user to manage cron jobs if you have the permissions to do so (sudo)

Extras

Brian:

Joke: You are so wrong!

  continue reading

460 에피소드

Artwork

#456 You're so wrong

Python Bytes

1,331 subscribers

published

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

Sponsored by us! Support our work through:

Connect with the hosts

Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 10am PT. Older video versions available there too.

Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.

Brian #1: The PSF has withdrawn a $1.5 million proposal to US government grant program

  • Related post from Simon Willison
  • ARS Technica: Python plan to boost software security foiled by Trump admin’s anti-DEI rules
  • The Register: Python Foundation goes ride or DEI, rejects government grant with strings attached
  • In Jan 2025, the PSF submitted a proposal for a US NSF grant under the Safety, Security, and Privacy of Open Source Ecosystems program. After months of work by the PSF, the proposal was recommended for funding.
  • If the PSF accepted it, however, they would need to agree to the some terms and conditions, including, affirming that the PSF doesn't support diversity. The restriction wouldn't just be around the security work, but around all activity of the PSF as a whole. And further, that any deemed violation would give the NSF the right to ask for the money back.
  • That just won't work, as the PSF would have already spent the money.
  • The PSF mission statement includes "The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers." The money would have obviously been very valuable, but the restrictions are just too unacceptable.
  • The PSF withdrew the proposal. This couldn't have been an easy decision, that was a lot of money, but I think the PSF did the right thing.

Michael #2: A Binary Serializer for Pydantic Models

  • 7× Smaller Than JSON
  • A compact binary serializer for Pydantic models that dramatically reduces RAM usage compared to JSON.
  • The library is designed for high-load systems (e.g., Redis caching), where millions of models are stored in memory and every byte matters.
  • It serializes Pydantic models into a minimal binary format and deserializes them back with zero extra metadata overhead.
  • Target Audience: This project is intended for developers working with:
    • high-load APIs
    • in-memory caches (Redis, Memcached)
    • message queues
    • cost-sensitive environments where object size matters

Brian #3: T-strings: Python's Fifth String Formatting Technique?

  • Trey Hunner
  • Python 3.14 has t-strings. How do they fit in with the rest of the string story?
  • History
    • percent-style (%) strings - been around for a very long time
    • string.Template - and t.substitute() - from Python 2.4, but I don’t think I’ve ever used them
    • bracket variables and .format() - Since Python 2.6
    • f-strings - Python 3.6 - Now I feel old. These still seem new to me
    • t-strings - Python 3.14, but a totally different beast. These don’t return strings.
  • Trey then covers a problem with f-strings in that the substitution happens at definition time.
  • t-strings have substitution happen later. this is essentially “lazy string interpolation”
  • This still takes a bit to get your head around, but I appreciate Trey taking a whack at the explanation.

Michael #4: Cronboard

  • Cronboard is a terminal application that allows you to manage and schedule cronjobs on local and remote servers.
  • With Cronboard, you can easily add, edit, and delete cronjobs, as well as view their status.
  • ✨ Features
    • ✔️ Check cron jobs
    • ✔️ Create cron jobs with validation and human-readable feedback
    • ✔️ Pause and resume cron jobs
    • ✔️ Edit existing cron jobs
    • ✔️ Delete cron jobs
    • ✔️ View formatted last and next run times
    • ✔️ Accepts special expressions like @daily, @yearly, @monthly, etc.
    • ✔️ Connect to servers using SSH, using password or SSH keys
    • ✔️ Choose another user to manage cron jobs if you have the permissions to do so (sudo)

Extras

Brian:

Joke: You are so wrong!

  continue reading

460 에피소드

ทุกตอน

×
 
Loading …

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

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

 

빠른 참조 가이드

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