Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Anarcat: How big is Debian?

Link: https://anarc.at/blog/2023-09-26-how-big-debian/

Now this was quite a tease! For those who haven't seen it, I
encourage you to check it out, it has a nice photo of a Debian t-shirt
I did not know about, to quote the Fine Article:
Today, when going t
PyCharm: PyCharm 2023.3 Early Access Program Is Open!

Link: https://blog.jetbrains.com/pycharm/2023/09/2023-3-eap-1/

UI/UX Enhancements, Support for PEP 647, and More
The Early Access Program for PyCharm 2023.3 kicks off today, offering you a sneak peek of the exciting new features and improvements we expect to incl
Python Software Foundation: Python Developers Survey Numbers for 2022!

Link: https://pyfound.blogspot.com/2023/09/python-developers-survey-numbers-for.html

We are excited to announce the results of the sixth official annual Python Developers Survey. This work is done each year as a collaborative effort between the Python Software Foundation and JetBrains
Real Python: Python 3.12 Preview: Static Typing Improvements

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

Python’s support for static typing gradually improves with each new release of Python. The core features were in place in Python 3.5. Since then, there’ve been many tweaks and improvements to the type
Zero to Mastery: Python Monthly Newsletter 💻🐍

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

46th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python oddities, cProfile trick, and GIL removal. All this and more. Read the full newsletter to get up-to-date with everything you