Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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=
PyCon: PyCon US 2024: Call for Volunteers and Hatchery Registration now Open!

Link: https://pycon.blogspot.com/2024/04/pycon-us-2024-call-for-volunteers-and.html

Looking to make a meaningful contribution to the Python community? Look no further than PyCon US 2024! Whether you're a seasoned Python pro or a newcomer to the community and looking to get involved,
Robin Wilson: Simple self-hosted OpenStreetMap routing using Valhalla and Docker

Link: https://blog.rtwilson.com/simple-self-hosted-openstreetmap-routing-using-valhalla-and-docker/

I came up with an interesting plan for an artistic map recently (more on that when I’ve finished working on it), and to create it I needed to be able to calculate a large number of driving routes arou
Django Weblog: Django bugfix release issued: 5.0.4

Link: https://www.djangoproject.com/weblog/2024/apr/03/bugfix-release/

Today we've issued the
5.0.4 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Real Python: Install and Execute Python Applications Using pipx

Link: https://realpython.com/python-pipx/

A straightforward way to distribute desktop and command-line applications written in Python is to publish them on the Python Package Index (PyPI), which hosts hundreds of thousands of third-party pack
PyCharm: PyCharm 2024.1 Is Here! Hugging Face Model Card Previews, Local Full Line Code Completion Updates, and more!

Link:

PyCharm 2024.1 is out with many key updates, including full line code completion for frontend frameworks, documentation preview for Hugging Face models and datasets, and multiple improvements to the u
Python Engineering at Microsoft: Python in Visual Studio Code – April 2024 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2024-release/

We’re excited to announce the April 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:

Improved debug config flow for Flask a
Talk Python to Me: #455: Land Your First Data Job

Link: https://talkpython.fm/episodes/show/455/land-your-first-data-job

Interested in data science but you're not quite working in it yet? In software, getting that very first job can truly be the hardest one to land. On this episode, we have Avery Smith from Data Career
Real Python: The Real Python Podcast – Episode #199: Leveraging Documents and Data to Create a Custom LLM Chatbot

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

How do you customize a LLM chatbot to address a collection of documents and data? What tools and techniques can you use to build embeddings into a vector database? This week on the show, Calvin Hendry
Amjith Ramanujam: Rapid Prototyping in Python

Link: https://blog.amjith.com/rapid-prototyping-in-python

I was recently assigned to a new project at work. Like any good software engineer I started writing the pseudocode for the modules. We use C++ at work to write our programs.
I quickly realized it's no
PyBites: Python F-String Codes I Use Every Day

Link: https://pybit.es/articles/python-f-string-codes-i-use-every-day/


A few examples that will save the day probably* 95% of time.
*I don’t have the actual data but seriously, I bet you’ll find those tips useful more often than not!

Introduction
This article was origi