Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Reading and Writing WAV Files in Python

Link: https://realpython.com/python-wav-files/

There’s an abundance of third-party tools and libraries for manipulating and analyzing audio WAV files in Python. At the same time, the language ships with the little-known wave module in its standard
Real Python: The Real Python Podcast – Episode #198: Build a Video Game With Python Turtle & Visualize Data in Seaborn

Link: https://realpython.com/podcasts/rpp/198/

Can you build a Space Invaders clone using Python's built-in turtle module? What advantages does the Seaborn data visualization library provide compared to Matplotlib? Christopher Trudeau is back on t
Python Software Foundation: DjangoCon Africa Grant Process Retrospective

Link: https://pyfound.blogspot.com/2024/03/djangocon-africa-grant-process.html

The PSF received an open letter asking us, amongst other things, to look into some of our recent grant decisions and make recommendations to the PSF Board for improving the Grants Program. We contract
Glyph Lefkowitz: DBXS 0.1.0

Link: https://blog.glyph.im/2024/03/dbxs-0.1.0.html

New Release
Yesterday I published a new release of
DBXS for you all. It’s still
ZeroVer, but it has graduated from double-ZeroVer as this
is the first nonzero minor version.
More to the point though,
Glyph Lefkowitz: The Hat

Link: https://blog.glyph.im/2024/03/the-hat.html

This year I will be going to two conferences: PyCon
2024, and North Bay Python
2024.
At PyCon, I will be promoting my open source work and my writing on this blog.
As I’m not giving a talk this year,
Robin Wilson: Explore UK place names on a map – my new web app

Link: https://blog.rtwilson.com/explore-uk-place-names-on-a-map-my-new-web-app/

As an Easter present for you all, I’ve got a new web app you can play with.
It lets you search for UK place names – things like ‘ends with burgh’ or ‘starts with great’ or ‘contains sea’ – and then pl
Glyph Lefkowitz: Software Needs To Be More Expensive

Link: https://blog.glyph.im/2024/03/software-needs-to-be-more-expensive.html

The Cost of Coffee
One of the ideas that James Hoffmann
— probably the most influential… influencer in the coffee industry — works hard
to popularize is that “coffee needs to be more expensive”.
The c
Go Deh: Finding a sub-list within a list, in Python

Link: http://paddy3118.blogspot.com/2024/03/finding-sub-list-within-list-in-python.html

 

  Existing?  As part of a larger project, I thought I might need to search for a sub-list within a given list, and because I am lazy i did a quick google and did not like the answers I found.I star
👍1
Armin Ronacher: Skin in the Game

Link: http://lucumr.pocoo.org/2024/3/31/skin-in-the-game

There was a bit of a kerfuffle about
subverting open source projects recently. That incident made me think
about something that's generally on my mind. That thought again was
triggered by that incid
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-march-2024/?utm_source=python-rss-feed

52nd issue of Andrei Neagoie's must-read monthly Python Newsletter: The Rye Option, Think Python, Sora, and much more. Read the full newsletter to get up-to-date with everything you need to know from
Luke Plant: Enforcing conventions in Django projects with introspection

Link: https://lukeplant.me.uk/blog/posts/enforcing-conventions-in-django-projects-with-introspection/

Naming conventions can make a big difference to the maintenance issues in software projects. This post is about how we can use the great introspection capabilities in Python to help enforce naming con
Python Software Foundation: New Open Initiative for Cybersecurity Standards

Link: https://pyfound.blogspot.com/2024/04/new-open-initiative-for-cybersecurity.html

The Python Software Foundation is pleased to announce our participation in co-starting a new Open Initiative for Cybersecurity Standards collaboration with the Apache Software Foundation, the Eclipse
EuroPython: EuroPython 2024: Ticket sales now open! 🐍

Link: https://blog.europython.eu/europython-2024-ticket-sales-now-open/

Hey hey, everyone,We are thrilled to announce that EuroPython is back and better than ever! EuroPython 2024 will be held 8-14 July at the Prague Congress Centre (PCC), Czech Republic. Details of how
Hynek Schlawack: Python Project-Local Virtualenv Management Redux

Link: https://hynek.me/articles/python-virtualenv-redux/

One of my first TIL entries was about how you can imitate Node’s node_modules semantics in Python on UNIX-like operating systems. A lot has happened since then (to the better!) and it’s time for an up
Real Python: Python Deep Learning: PyTorch vs Tensorflow

Link: https://realpython.com/courses/deep-learning-pytorch-tensorflow/

PyTorch vs TensorFlow: What’s the difference? Both are open source Python libraries that use graphs to perform numerical computation on data. Both are used extensively in academic research and commerc
PyCoder’s Weekly: Issue #623 (April 2, 2024)

Link: https://pycoders.com/issues/623

#623 – APRIL 2, 2024 View in Browser » Reading and Writing WAV Files in Python In this tutorial, you’ll learn how to work with WAV audio files in Python using the standard-library wave module. A
Python Bytes: #377 A Dramatic Episode

Link: https://pythonbytes.fm/episodes/show/377/a-dramatic-episode

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><a href="https://github.com/epogrebnyak/justpath"><strong>justpath</strong></a></li>
<li><strong>xz back door</strong></li>
<li><a href=