Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Python Bytes: #292 Thursday, it's always a Thursday

Link: https://pythonbytes.fm/episodes/show/292/thursday-its-always-a-thursday

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=fErspGiTLCM' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Real Python: SQLite and SQLAlchemy in Python: Moving Your Data Beyond Flat Files

Link: https://realpython.com/courses/sqlite-sqlalchemy-python/

All programs process data in one form or another, and many need to be able to save and retrieve that data from one invocation to the next. Python, SQLite, and SQLAlchemy give your programs database fu
Talk Python to Me: #373: Reinventing Azure's Python CLI

Link: https://talkpython.fm/episodes/show/373/reinventing-azures-python-cli

Deploying and managing your application after you create it can be a big challenge. Cloud platforms such as Azure have literally hundreds of services. Which ones should you choose? How do you link the
PyCoder’s Weekly: Issue #533 (July 12, 2022)

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

#533 – JULY 12, 2022 View in Browser » Python 3.11 Preview: TOML and tomllib Python 3.11 will be released in the fall of 2022. In this tutorial, you’ll install the latest beta release of Python
Read the Docs: Read the Docs newsletter - July 2022

Link: https://blog.readthedocs.com/newsletter-july-2022/


Summer has come,
which means our overall development has slowed a bit as the team takes some well-deserved vacation time.
That said,
we’re still excited about our recent hire and the ongoing work we’
Python for Beginners: Convert CSV to PDF file in python

Link: https://www.pythonforbeginners.com/basics/convert-csv-to-pdf-file-in-python

CSV files contain comma-separated values that usually contain tabular. Sometimes, we might need to covert a csv file into a PDF file. In this article, we will discuss how we can convert a csv file to
Real Python: NumPy's max() and maximum(): Find Extreme Values in Arrays

Link: https://realpython.com/numpy-max-maximum/

The NumPy library supports expressive, efficient numerical programming in Python. Finding extreme values is a very common requirement in data analysis. The NumPy max() and maximum() functions are two
PyCharm: PyCharm 2022.2 EAP 6 Is Available

Link: https://blog.jetbrains.com/pycharm/2022/07/2022-2-eap-6/

With the major release of PyCharm 2022.2 quickly approaching, we are putting the finishing touches on the new features and enhancements. At this stage, we are particularly keen to get your feedback so
scikit-learn: The Value of Open Source Sprints, the scikit-learn Experience

Link: https://blog.scikit-learn.org/events/sprints-value/














Author:
Reshama Shaikh


With contributions from: Gaël Varoquaux, Andreas Mueller, Olivier Grisel, Julien Jerphanion, Guillaume LeMaitre
Top Line Summary
Sprints are
Real Python: The Real Python Podcast – Episode #117: Measuring Python Code Quality, Simplicity, and Maintainability

Link: https://realpython.com/podcasts/rpp/117/

How maintainable is your Python code? Is it possible to hold the code for your functions in your head? When is it appropriate to use measurements in a code review? This week on the show, Reka Horvath