Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Python and TOML: New Best Friends

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

TOML stands for Tom’s Obvious Minimal Language. Its human-readable syntax makes TOML convenient to parse into data structures across various programming languages. In Python, you can use the built-in
Real Python: How to Download Files From URLs With Python

Link: https://realpython.com/python-download-file-from-url/

Python makes it straightforward to download files from a URL with its robust set of libraries. For quick tasks, you can use the built-in urllib module or the requests library to fetch and save files.
Real Python: How to Flush the Output of the Python Print Function

Link: https://realpython.com/python-flush-print-output/

Python’s flush parameter in the print() function allows you to control when to empty the output data buffer, ensuring your output appears immediately. This is useful when building visual progress indi
Real Python: Executing Python Scripts With a Shebang

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

In shell scripts, the shebang line (#!) specifies the path to the interpreter that should execute the file. You can place it at the top of your Python file to tell the shell how to run your script, al
Real Python: Python's raise: Effectively Raising Exceptions in Your Code

Link: https://realpython.com/python-raise-exception/

When you use the raise statement in Python to raise (or throw) an exception, you signal an error or an unusual condition in your program. With raise, you can trigger both built-in and custom exception
Quansight Labs Blog: libsf_error_state: SciPy's first shared library

Link: https://labs.quansight.org/blog/libsf-error-state

The story of the first shared library to make it into the world of low level code that lies beneath SciPy's surface.
Real Python: Python's zipfile: Manipulate Your ZIP Files Efficiently

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

Python’s zipfile module allows you to efficiently manipulate ZIP files, a standard format for compressing and archiving data. With this module, you can create, read, write, extract, and list files wit
Real Python: Python's Mutable vs Immutable Types: What's the Difference?

Link: https://realpython.com/python-mutable-vs-immutable-types/

Python’s mutable objects, such as lists and dictionaries, allow you to change their value or data directly without affecting their identity. In contrast, immutable objects, like tuples and strings, do
Real Python: Python's "in" and "not in" Operators: Check for Membership

Link: https://realpython.com/python-in-operator/

Python’s in and not in operators allow you to quickly check if a given value is or isn’t part of a collection of values. This type of check is generally known as a membership test in Python. Therefore
Real Python: Lists vs Tuples in Python

Link: https://realpython.com/python-lists-tuples/

Python lists and tuples are sequence data types that store ordered collections of items. While lists are mutable and ideal for dynamic, homogeneous data, tuples are immutable, making them suitable for
Zato Blog: Network packet brokers and automation in Python

Link: https://zato.io/en/blog/network-packet-broker-automation-python.html


Network packet brokers and automation in Python


2025-01-27, by Dariusz Suchojad



Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
PyCon: Applications for Free Booth Space on Startup Row at PyCon US 2025 Are Now Open

Link: https://pycon.blogspot.com/2025/01/startup-row-applications-open-2025.html

Calling all startup founders and aspiring entrepreneurs: did you know that PyCon US has been giving away free booth space to early-stage tech companies since 2011? Did you know that, since then, over
PyCharm: PyCharm 2024.3.2: uv Package Management Support and More!

Link: https://blog.jetbrains.com/pycharm/2025/01/pycharm-2024-3-2/


PyCharm 2024.3.2 is here with uv package management support, flame graph visualization, and other improvements!
Get the latest version from our download page or update through our free Toolbox App. 
Real Python: Creating a Scalable Flask Web Application From Scratch

Link: https://realpython.com/courses/create-scalable-flask-web-app/

Flask is a powerful and flexible micro web framework for Python, ideal for both small and large web projects. It provides a straightforward way to get a web application up and running, with all the fe
PyCoder’s Weekly: Issue #666: Monkeypatching Django, LLMs with Python, RegExes, and More (Jan. 28, 2025)

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

#666 – JANUARY 28, 2025 View in Browser » Monkeypatching Django The nanodjango project is a modification to the Django framework that lets you get started with a single file instead of the usual
PyBites: Bridging the Skills Gap Across Africa with Pybites

Link: https://pybit.es/articles/bridging-the-skills-gap-across-africa-with-pybites/

When Bob and I first started Pybites, there was no way I could have imagined it’d grow to what it is today.Launching our first products was a massive moment for us both, not just because these were wa
IronPython-URLs: In memory: Michael Foord 1974-2025

Link: http://ironpython-urls.blogspot.com/2025/01/in-memory-michael-foord-1974-2025.html

I never met Michael in person, but we communicated online about all things Python. He was one of the most prolific contributors to this blog during the heyday of IronPython. If you use Python, chances