Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Getting the First Match From a Python List or Iterable

Link: https://realpython.com/courses/python-first-match/

At some point in your Python journey, you may need to find the first item that matches a certain criterion in a Python iterable, such as a list or dictionary.
The simplest case is that you need to con
The Three of Wands: Intro to cattrs 23.1.0

Link: https://threeofwands.com/intro-to-cattrs-23-1-0/

Instead of my usual Twitter and Fediverse threads, for this release of cattrs I figured I&aposd try something different. A blog post lets me describe the additions in more detail, provide context and
Stack Abuse: How to Split String on Multiple Delimiters in Python

Link: https://stackabuse.com/how-to-split-string-on-multiple-delimiters-in-python/

Introduction
Among the plenty of string operations, splitting a string is a significant one, offering the capability to divide a large, composite text into smaller, manageable components. Typically, w
PyCoder’s Weekly: Issue #579 (May 30, 2023)

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

#579 – MAY 30, 2023 View in Browser » Python’s .__call__() Method: Creating Callable Instances In this tutorial, you’ll learn what a callable is in Python and how to create callable instances us
Python Bytes: #338 Scripting iOS with Python

Link: https://pythonbytes.fm/episodes/show/338/scripting-ios-with-python

<a href='https://www.youtube.com/watch?v=Ho9hznYVxeE' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>

<p>Sponsored by us! Support our work through:</p
Brett Cannon: In response to the Changelog #526

Link: https://snarky.ca/in-response-to-the-changelog-526/

In episode 526 of the Changelog podcast entitled, "Git with your friends", they discussed various tools involving git (disclaimer: I have been on the podcast multiple times and had dinner with the hos
Python GUIs: Your First Steps With the Kivy Library for GUI Development

Link: https://www.pythonguis.com/tutorials/getting-started-kivy/

Kivy is an open-source Python software library for developing graphical user interfaces. It supports cross-platform development for the desktop as well as the creation of multi-touch apps for mobile d
The Python Coding Blog: From Classes to Turtles via Functools and more | May in Review

Link: https://thepythoncodingbook.com/2023/05/31/from-classes-to-turtles-via-functools-and-more-may-in-review/

I kept myself quite busy May. Not only did I finish running the first The Python Coding Programme cohort and starting running the second. I published seven new articles on The Python Coding Stack. Her
Stack Abuse: Reading and Writing SQL Files in Pandas

Link: https://stackabuse.com/reading-and-writing-sql-files-in-pandas/

When I started learning Data Analysis a few years ago, the first thing I learned was SQL and Pandas. As a data analyst, it is crucial to have a strong foundation in working with SQL and Pandas. Both a
Python for Beginners: Unpacking in Python

Link: https://www.pythonforbeginners.com/basics/unpacking-in-python

Python provides us with the packing and unpacking operator to convert one iterable object to another easily. In this article, we will discuss the unpacking operator in Python with different examples.
Real Python: Create and Modify PDF Files in Python

Link: https://realpython.com/creating-modifying-pdf/

It’s really useful to know how to create and modify PDF (portable document format) files in Python. This is one of the most common formats for sharing documents over the Internet. PDF files can contai
Python Software Foundation: PSF Board Election Dates for 2023

Link: https://pyfound.blogspot.com/2023/05/psf-board-election-dates-for-2023.html

Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 4 seats open on the PSF b
PyCharm: Five Things To Love About the New UI

Link: https://blog.jetbrains.com/pycharm/2023/05/five-things-to-love-about-the-new-ui/

Are you using the New UI yet? Not yet? Let me tell you why it’s the best thing since sliced bread!
Let’s get it enabled and take a look around. The easiest way to do that is from the Settings cog at
Test and Code: 202: Using Towncrier to Keep a Changelog

Link: https://testandcode.com/202

Hynek joins the show to discuss towncrier.
At the top of the towncrier documentation, it says "towncrier is a utility to produce useful, summarized news files (also known as changelogs) for your pro
Python Software Foundation: Thinking about running for the Python Software Foundation Board of Directors? Let’s talk!

Link: https://pyfound.blogspot.com/2023/05/thinking-about-running-for-python.html

This year’s Board Election Nomination period is opening tomorrow. Current board members want to share what being on the board is like and are making themselves available to answer all your questions a
PyBites: What’s enough as a developer and in life?

Link: https://pybit.es/articles/what-is-enough/

Welcome back to the Pybites podcast!
Watch here:


Listen here:

Welcome back to the Pybites podcast! Today we hone in on the concept of “Enough”, which we read about in the book “Psychology of Money”
Tryton News: Newsletter June 2023

Link: https://discuss.tryton.org/t/newsletter-june-2023/6134


After the Tryton 6.8 release the developers are sprinting toward the next long term support (LTS) version 7.0 which is planned to be released in November 2023. Also please don’t miss our News from th
Stack Abuse: Simple NLP in Python with TextBlob: Lemmatization

Link: https://stackabuse.com/simple-nlp-in-python-with-textblob-lemmatization/

Introduction
TextBlob is a package built on top of two other packages, one of them is called Natural Language Toolkit, known mainly in its abbreviated form as NLTK, and the other is Pattern. NLTK is a
PyCharm: PyCharm 2023.3 EAP 2: Live Templates for Django Forms and Models, Support for Polars DataFrames

Link: https://blog.jetbrains.com/pycharm/2023/06/2023-3-eap-2/

The second Early Access Program build brings a bunch of features for both web developers and data scientists. Try new, time-saving live templates for Django forms, models, and views, as well as suppor