Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
PyCharm: An Introduction to Django Views

Link: https://blog.jetbrains.com/pycharm/2025/01/django-views/


Views are central to Django’s architecture pattern, and having a solid grasp of how to work with them is essential for any developer working with the framework. If you’re new to developing web apps w
Real Python: Split Your Dataset With scikit-learn's train_test_split()

Link: https://realpython.com/train-test-split-python-data/

With train_test_split() from scikit-learn, you can efficiently divide your dataset into training and testing subsets to ensure unbiased model evaluation in machine learning. This process helps prevent
PyCon: The Hatchery Program at PyCon US 2025

Link: https://pycon.blogspot.com/2025/01/the-hatchery-program-at-pycon-us-2025.html

 We are pleased to announce the return of the Hatchery program in PyCon US 2025.What is the Hatchery program?This program offers the pathways for PyCon US attendees to introduce new tracks, activities
Armin Ronacher: How I Use AI: Meet My Promptly Hired Model Intern

Link: http://lucumr.pocoo.org/2025/1/30/how-i-ai

After Musk's acquisition of Twitter, many people I respect and follow
moved to Bluesky. I created an account there and made an honest attempt of
making it my primary platform. Sadly, I found Bluesky
PyCharm

Link:


Hi, I’m a new Python Developer Advocate, focusing especially on web development. If you have any questions or want to share ideas around JetBrains products, most notably PyCharm, say hi at william.vi
Python⇒Speed: The surprising way to save memory with BytesIO

Link: https://pythonspeed.com/articles/bytesio-reduce-memory-usage/

If you need a file-like object that stores bytes in memory in Python, chances are you you’re using Pytho’s built-in io.BytesIO().
And since you’re already using an in-memory object, if your data is bi
Pythonicity: Go iterators

Link: https://coady.github.io/posts/go-iterators.html

Pythonic Go code.
The long arc of language convergence continues. With generics and iterators, Go is significantly closer to Python’s reusability and expressiveness.
Take the built-in function sum. Pr
Talk Python to Me: #492: Great Tables

Link: https://talkpython.fm/episodes/show/492/great-tables

Join me as I chat with Rich Iannone and Michael Chow from Posit where we explore the transformative power of data tables with the Great Tables library. We'll cover practical applications of Great Tabl