Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Awesome Python Applications: Grafana OnCall

Link: https://github.com/grafana/oncall


Grafana OnCall: Developer-friendly incident response with brilliant Slack integration, with a PagerDuty migration path.
Links:

Repo
Docs
"Mathspp Pydon'ts": Dunder methods | Pydon't 🐍

Link: https://mathspp.com/blog/pydonts/dunder-methods


This is an introduction to dunder methods in Python,
to help you understand what they are and what they are for.

(If you are new here and have no idea what a Pydon't is, you may want to read the
Pyd
Gaël Varoquaux: My Mayavi story: discovering open source communities

Link: http://gael-varoquaux.info/programming/my-mayavi-story-discovering-open-source-communities.html

The Mayavi Python software, and my personal history: A thread on
Python and scipy ecosystems, building open source codebase, and
meeting really cool and friendly people

I am writing today as a goodby
Linux Stans: How to Install Pip on CentOS

Link: https://linuxstans.com/install-pip-centos/

In this tutorial, we’re going to show you how to install Pip (Python) on CentOS. This tutorial will work for CentOS 7, CentOS 8, and even Fedora. If you got an error like: -bash: pip: command not foun
Jaime Buelta: Interview in the Network Automation Nerds Podcast

Link: https://wrongsideofmemphis.com/2022/07/10/interview-in-the-network-automation-nerds-podcast/

I had a nice chat with Eric Chou in his Network Automation Nerds Podcast about some of the topics that I’ve talked about on my books, like Software Architecture and Automation. We also covered topics
"Mathspp Pydon'ts": Object initialisation with __init__

Link: https://mathspp.com/blog/object-initialisation-with-__init__


Learn about the dunder method __init__, responsible for initialising class instances.
Background photo by Олександр К on UnsplashIntroduction
The dunder method __init__ is probably the first dunder m
Podcast.__init__: Stream Processing In Real Time And At Scale In Pure Python With Bytewax

Link: https://www.pythonpodcast.com/bytewax-python-stream-processing-episode-370/

Analysis of streaming data in real time has long been the domain of big data frameworks, predominantly written in Java. In order to take advantage of those capabilities from Python requires using clie
IslandT: Space shooter Pygame project republished!

Link: https://islandtropicaman.com/wp/2022/07/11/space-shooter-pygame-project-republished/

Hi there again and again! I have republished another Pygame project created years ago on Github through this link!
The history of this project
This project has been created years ago and I once posted
Mike Driscoll: PyDev of the Week: Bas Steins

Link: https://www.blog.pythonlibrary.org/2022/07/11/pydev-of-the-week-bas-steins/

This week we welcome Bas Steins (@bascodes) as our PyDev of the Week! Bas is active in the Python community and freely gives out advice on Twitter. You can see what else Bas is up to on his blog.

Let
Python for Beginners: Capitalize Column Names in a Dataframe

Link: https://www.pythonforbeginners.com/basics/capitalize-column-names-in-a-dataframe

Pandas dataframes are used to handle tabular data in python. In this article, we will discuss different ways to capitalize column names in a dataframe in python.
Capitalize Column Names Using the str.
Python Engineering at Microsoft: Microsoft at EuroPython 2022

Link: https://devblogs.microsoft.com/python/microsoft-at-europython-2022/

We’re thrilled to be a Platinum Sponsor of EuroPython this year, happening from July 11th-17th in Dublin, Ireland. If you can’t make it in person, you can still attend the conference remotely, as Euro
ListenData: Pollution in India : Real-time AQI Data

Link: https://www.listendata.com/2022/07/pollution-in-india-real-time-aqi-data.html

Air pollution has become a serious problem in recent years across the world. Effects of Air Pollution is devastating and its harmful effects are not just limited to Humans but also animals and plants
Real Python: Python and TOML: New Best Friends

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

TOML—Tom’s Obvious Minimal Language—is a reasonably new configuration file format that the Python community has embraced over the last couple of years. TOML plays an essential part in the Python ecosy
James Bennett: Yes, I have opinions on your open source contributions

Link: https://www.b-list.org/weblog/2022/jul/11/pypi/

Recently the Python Package Index announced that they will be implementing new account-security policies, and hoo boy are some people ever worked up about it. This has already escalated to the author
Python Insider: Python 3.11.0b4 is now available

Link: https://pythoninsider.blogspot.com/2022/07/python-3110b4-is-now-available.html

I cannot believe I am writing this, but Python 3.11.b4 is available!https://www.python.org/downloads/release/python-3110b4/This is a beta preview of Python 3.11Python 3.11 is still in development. 3.1
ItsMyCode: TypeError: ‘str’ object does not support item assignment

Link: https://itsmycode.com/typeerror-str-object-does-not-support-item-assignment/

In Python, strings are immutable, which means we cannot change certain characters or the text of a string using the assignment operator. If you try to change the string value, the Python interpreter w
ItsMyCode: [Solved] ValueError: I/O operation on closed file

Link: https://itsmycode.com/python-valueerror-io-operation-on-closed-file/

The i/o operations in Python are performed when the file is in an open state. So if we are trying to read or write into a file that is already closed state Python interpreter will raise the ValueError
William Minchin: Image Process Plugin 3.0.2 for Pelican Released

Link: https://blog.minchin.ca/2022/07/image-process-302.html

Image Process is a plugin for Pelican,
a static site generator written in Python.
Image Process let you automate the processing of images based on their HTML
class attributes. Use this plugin to minim
William Minchin: Summary Plugin 1.2.0 for Pelican Released

Link: https://blog.minchin.ca/2022/07/summary-for-pelican-120-released.html

Summary is a plugin for Pelican, a static
site generator written in Python.
Summary allows easy, variable length summaries directly embedded within the
body of your articles.
This Release
This release