Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Peter Bengtsson: Pip-Outdated.py with interactive upgrade

Link: http://www.peterbe.com/plog/pip-outdated.py-with-interactive-upgrade

Last year I wrote a nifty script called Pip-Outdated.py "Pip-Outdated.py - a script to compare requirements.in with the output of pip list --outdated". It basically runs pip list --outdated but filter
Stack Abuse: How to Flatten Specific Dimensions of NumPy Array

Link: https://stackabuse.com/how-to-flatten-specific-dimensions-of-numpy-array/

Introduction
In data manipulation and scientific computing, NumPy stands as one of the most-used libraries as it provides quite a few functionalities. One such operation, "flattening," helps to transf
William Minchin: minchin.jrnl v7 “Phoenix” released

Link: https://blog.minchin.ca/2023/09/minchin-jrnl-700-released.html

Today, I do something that I should have done 5 years ago, and something that
I’ve been putting off for the last 2 years1: I’m releasing a personal fork
of jrnl2! I’ve given this release the codename
Stack Abuse: How to Pass Multiple Arguments to the map() Function in Python

Link: https://stackabuse.com/pass-multiple-arguments-to-the-map-function-in-python/

Introduction
The goal of Python, with its rich set of built-in functions, is to allow developers to accomplish complex tasks with relative ease. One such powerful, yet often overlooked, function is th
Real Python: The Real Python Podcast – Episode #173: Getting Involved in Open Source & Generating QR Codes With Python

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

Have you thought about contributing to an open-source Python project? What are possible entry points for intermediate developers? Christopher Trudeau is back on the show this week, bringing another ba
Stack Abuse: Fix the "AttributeError: module object has no attribute 'Serial'" Error in Python

Link: https://stackabuse.com/fix-the-attributeerror-module-object-has-no-attribute-serial-error-in-python/

Introduction
Even if you're a seasoned Python developer, you'll occasionally encounter errors that can be pretty confusing. One such error is the AttributeError: module object has no attribute 'Serial
Stack Abuse: Importing Python Modules

Link: https://stackabuse.com/importing-python-modules/

Introduction
Python allows us to create just about anything, from simple scripts to complex machine learning models. But to work on any complex project, you'll likely need to use or create modules. Th
Stack Abuse: How to Position Legend Outside the Plot in Matplotlib

Link: https://stackabuse.com/how-to-position-legend-outside-the-plot-in-matplotlib/

Introduction
In data visualization, often create complex graphs that need to have legends for the reader to be able to interpret the graph. But what if those legends get in the way of the actual data
Stack Abuse: How to Check for NaN Values in Python

Link: https://stackabuse.com/how-to-check-for-nan-values-in-python/

Introduction
Today we're going to explore how to check for NaN (Not a Number) values in Python. NaN values can be quite a nuisance when processing data, and knowing how to identify them can save you f
Kushal Das: Documentation of Puppet code using sphinx

Link: https://kushaldas.in/posts/documentation-of-puppet-code-using-sphinx.html


Sphinx is the primary documentation
tooling for most of my projects. I use it for the Linux command line
book too. Last Friday while in a chat with Leif about
documenting all of our puppet codebase,
eGenix.com: Python Meeting Düsseldorf - 2023-09-27

Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2023-09-27

The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.

Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:

27.0
Erik Marsja: Seaborn Confusion Matrix: How to Plot and Visualize in Python

Link: https://www.marsja.se/seaborn-confusion-matrix-how-to-plot-and-visualize-in-python/

The post Seaborn Confusion Matrix: How to Plot and Visualize in Python appeared first on Erik Marsja.
In this Python tutorial, we will learn how to plot a confusion matrix using Seaborn. Confusion mat
Mike Driscoll: PyDev of the Week: Claudia Ng

Link: https://www.blog.pythonlibrary.org/2023/09/25/pydev-of-the-week-claudia-ng/

This week we welcome Claudia Ng as the PyDev of the Week! Claudia is an author / contributor at Real Python! If you’d like to see what else Claudia has been up to, you should check out her personal we
Real Python: Python 3.12 Preview: Subinterpreters

Link: https://realpython.com/python312-subinterpreters/

With the upcoming release of Python 3.12 this fall and Python 3.13 following a year later, you might have heard about how Python subinterpreters are changing. The upcoming changes will first give exte
PyBites: Meet Will Raphaelson: From Script to Production Flow With Prefect & Marvin AI

Link: https://pybit.es/articles/meet-will-raphaelson-from-script-to-production-flow-with-prefect-marvin-ai/

This week Robin Beer – one of our coaches – interviews Will Raphaelson, Principal Product Manager at Prefect.
They talk about his use of Python, Prefect as a tool and its philosophy, open source + bu
TechBeamers Python: Python String Splitting: split(), rsplit(), regex

Link: https://www.techbeamers.com/python-string-splitting/

String manipulation is a fundamental skill in Python, and understanding how to split strings is a crucial aspect of it. In this comprehensive guide, we’ll explore various methods and techniques for sp
PyCoder’s Weekly: Issue #596 (Sept. 26, 2023)

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

#596 – SEPTEMBER 26, 2023 View in Browser » Design and Guidance: Object-Oriented Programming in Python In this video course, you’ll learn about the SOLID principles, which are five well-establis