Planet Python RSS
217 subscribers
16.9K 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


2024-07-15, by Dariusz Suchojad



Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
Kushal Das: Disable this Firefox preference to save privacy

Link: https://kushaldas.in/posts/disable-this-firefox-preference-to-save-privacy.html


If you are on the latest Firefox 128 (which is there on Fedora 40), you should
uncheck the following preference to disable Privacy-Preserving
Attribution.
Firefox added this experimental feature and
Real Python: Quiz: How to Flatten a List of Lists in Python

Link: https://realpython.com/quizzes/python-flatten-list/

In this quiz, you’ll test your understanding of how to flatten a list in Python.
You’ll write code and answer questions to revisit the concept of converting a multidimensional list, such as a matrix,
Real Python: Split Your Dataset With scikit-learn's train_test_split()

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

One of the key aspects of supervised machine learning is model evaluation and validation. When you evaluate the predictive performance of your model, it’s essential that the process be unbiased. Using
Mike Driscoll: Creating Images in Your Terminal with Python and Rich Pixels

Link: https://www.blog.pythonlibrary.org/2024/07/15/creating-images-in-your-terminal-with-python-and-rich-pixels/

A newer Python package called Rich Pixels allows you to create images in your terminal and display them. Darren Burns, one of the team members from the Textual project, created this package.
Anyway, l
Kushal Das: Friends, the most important part of any conference

Link: https://kushaldas.in/posts/friends-the-most-important-part-of-any-conference.html


At the beginning one goes to the conferences to listen to the talks and make
new contacts. You meet a lot of new faces every time. Over time a few of them
will become great friends and then all confe
Real Python: Quiz: How to Write Beautiful Python Code With PEP 8

Link: https://realpython.com/quizzes/python-pep8/

In this quiz, you’ll test your understanding of
how to write beautiful Python code with PEP 8.
By working through this quiz, you’ll revisit the key guidelines laid out in PEP 8 and how to set up your
Real Python: Quiz: How to Use Generators and yield in Python

Link: https://realpython.com/quizzes/generators-and-yield-in-python/

In this quiz, you’ll test your understanding of Python generators.
Generators and the Python yield statement can help you when you’re working with large datasets that might overwhelm your machine’s me
PyCoder’s Weekly: Issue #638 (July 16, 2024)

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

#638 – JULY 16, 2024 View in Browser » Customize VS Code Settings In this course, Philipp helps you customize your Visual Studio Code settings to switch from a basic cluttered look to a clean pr
Anwesha Das: Looking back to Euro Python 2024

Link: http://anweshadas.in/looking-back-to-euro-python-2024/

Over the years, when  I am low, I always go to the 2014 Euro Python talk  "Farewell and Welcome Home: Python in Two Genders" by Naomi. It has become the first step of my coping mechanism and the door
Real Python: Python Protocols: Leveraging Structural Subtyping

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

In Python, a protocol specifies the methods and attributes that a class must implement to be considered of a given type. Protocols are important in Python’s type hint system, which allows for static t
Real Python: Quiz: How Do You Choose Python Function Names?

Link: https://realpython.com/quizzes/python-function-names/

In this quiz, you’ll test your understanding of
how to choose Python function names.
By working through this quiz, you’ll revisit the rules and conventions for naming Python functions
and why they’re
scikit-learn: Interview with Yao Xiao, scikit-learn Team Member

Link: https://blog.scikit-learn.org/team/yao-interview/

Yao Xiao recently earned his undergraduate degree in mathematics and computer science. He wil
Python Insider: Python 3.13.0 beta 4 released

Link: https://pythoninsider.blogspot.com/2024/07/python-3130-beta-4-released.html

I'm pleased to announce the release of Python 3.13 beta 4.https://www.python.org/downloads/release/python-3130b4/
 This is a beta preview of Python 3.13
Python 3.13 is still in development. This rele
Quansight Labs Blog: The convoluted story behind `np.top_k`

Link: https://labs.quansight.org/blog/convoluted-story-behind-topk

In this blog post, I describe my experience as a first-time contributor to NumPy and talk about the story behind `np.top_k`.
PyBites: How to convert a Python script into a web app, a product others can use

Link: https://pybit.es/articles/from-python-script-to-web-app-and-product/

So, you’re a Python developer or you just use Python to make your life easier by writing utility scripts to automate repetitive tasks and boost your productivity.Such Python scripts are usually local
Real Python: Quiz: Python Strings and Character Data

Link: https://realpython.com/quizzes/python-strings-update/

This quiz will evaluate your understanding of Python’s string data type and test your knowledge about manipulating textual data with string objects. You’ll cover the basics of creating strings using l