Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Stack Abuse: Fix Error "xlrd.biffh.XLRDError: Excel xlsx file; not supported"

Link: https://stackabuse.com/fix-error-xlrd-biffh-xlrderror-excel-xlsx-file-not-supported/

Introduction
Python has a rich ecosystem of libraries that make it an ideal language for data analysis. One of those libraries is pandas, which simplifies the process of reading and writing data betwe
TechBeamers Python: Floating Point Numbers in Python

Link: https://www.techbeamers.com/floating-point-numbers-in-python/

Floating-point numbers are a fundamental data type in Python used to represent real numbers. They represent a wide range of values, from very small numbers to very large numbers. For example, the numb
PyCharm: Building APIs With Django REST Framework

Link: https://blog.jetbrains.com/pycharm/2023/09/building-apis-with-django-rest-framework/

In this Django REST framework tutorial, you will create a rental platform API. The tutorial demonstrates how to use Python and Django REST framework in PyCharm to develop APIs.
By the time you complet