Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Python News: What's New From April 2022

Link: https://realpython.com/python-news-april-2022/

April 2022 saw the return of the PyCon US conference in person in Salt Lake City. During the conference, Python developers met for the annual Language Summit, and Anaconda announced PyScript, a way to
Zato Blog: Salesforce API integrations and connected apps

Link: https://zato.io/blog/posts/salesforce-credentials.html

Overview
This instalment in a series of articles about API integrations with Salesforce
covers connected apps - how to create them
and how to obtain their credentials needed to exchange REST messages
Podcast.__init__: Making Investment Data Easy To Access And Analyze With The OpenBB Terminal

Link: https://www.pythonpodcast.com/openbb-terminal-investment-data-framework-episode-363/

Investing effectively is largely a game of information access and analysis. This can involve a substantial amount of research and time spent on finding, validating, and acquiring different information
Python Software Foundation: No Starch Press has released an all-Python Humble Bundle!

Link: http://pyfound.blogspot.com/2022/05/no-starch-press-has-released-all-python.html

No Starch Press, an indie tech-book publisher and Community sponsor of the PSF,  just announced a partnership with Humble Bundle that lets you pay what you want for all-Python DRM-free ebook titles fo
PyCoder’s Weekly: Issue #524 (May 10, 2022)

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

#524 – MAY 10, 2022 View in Browser » PyCon US 2022 Highlights “It was wonderful to be back at PyCon US in person again. PyCon is way too big for any one person’s summary to tell the whole story
Test and Code: 185: Python + Django + Rich + Testing == Awesome

Link: https://testandcode.com/185

Django has a handful of console commands to help manage and develop sites.
django-rich adds color and nice formatting. Super cool.
In a recent release, django-rich also adds nice colorized tracebacks
Python for Beginners: Remove Elements From a Set in Python

Link: https://www.pythonforbeginners.com/basics/remove-elements-from-a-set-in-python

We use sets in python to store unique immutable objects. In this article, we will discuss how we can remove elements from a set in python. For this, we will discuss four approaches using different met
Real Python: pandas GroupBy: Your Guide to Grouping Data in Python

Link: https://realpython.com/pandas-groupby/

Whether you’ve just started working with pandas and want to master one of its core capabilities, or you’re looking to fill in some gaps in your understanding about .groupby(), this tutorial will help
Python Software Foundation: The 2022 Python Language Summit: A per-interpreter GIL

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit-per.html

“Hopefully,” the speaker began, “This is the last time I give a talk on this subject.”“My name is Eric Snow, I’ve been a core developer since 2012, and I’ve been working towards a per-interpreter GIL
Python Software Foundation: The 2022 Python Language Summit: Achieving immortality

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit_11.html

What does it mean to achieve immortality? At the 2022 Python Language Summit, Eddie Elizondo, an engineer at Instagram, and Eric Snow, CPython core developer, set out to explain just that.Only for Pyt
Python Software Foundation: The 2022 Python Language Summit: Python in the browser

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit-python.html

Python can be run on many platforms: Linux, Windows, Apple Macs, microcomputers, and even Android devices. But it’s a widely known fact that, if you want code to run in a browser, Python is simply no
Python Software Foundation: The 2022 Python Language Summit: Performance Improvements by the Faster CPython team

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit_2.html

Python 3.11, if you haven’t heard, is fast. Over the past year, Microsoft has funded a team – led by core developers Mark Shannon and Guido van Rossum – to work full-time on making CPython faster. Wit
Python Software Foundation: The 2022 Python Language Summit: Upstreaming optimisations from Cinder

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit_60.html

In May 2021, the team at Instagram made waves in the world of Python by open-sourcing Cinder, a performance-oriented fork of CPython.Cinder is a version of CPython 3.8 with a ton of optimisations adde
Python Software Foundation: The 2022 Python Language Summit: F-Strings in the grammar

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit-f.html

Formatted string literals, known as “f-strings” for short, were first introduced in Python 3.6 via PEP 498. Since then, they’ve swiftly become one of the most popular features of modern Python.At the
Python Software Foundation: The 2022 Python Language Summit: Python without the GIL

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit-python_11.html

If you peruse the archives of language-summit blogs, you’ll find that one theme comes up again and again: the dream of Python without the GIL. Continuing this venerable tradition, Sam Gross kicked off
Python Software Foundation: The 2022 Python Language Summit: Dealing with CPython's issue and PR backlog

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit-dealing.html


“Any noise annoys an oyster, but a noisy noise annoys an oyster most.”
– Tongue twister, author unknown
As the Python programming language continues to grow in popularity, so too does the accumulatio
Python Software Foundation: The 2022 Python Language Summit

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit_01678898482.html

Every year, just before the start of PyCon US, around 30 core developers, triagers, and special guests gather for the Python Language Summit: an all-day event of talks where the future direction of Py
Python Software Foundation: The 2022 Python Language Summit: Lightning talks

Link: http://pyfound.blogspot.com/2022/05/the-2022-python-language-summit.html

These were a series of short talks, each lasting around five minutes.Read the rest of the 2022 Python Language Summit coverage here.Lazy imports, with Carl MeyerCarl Meyer, an engineer at Instagram, p
PyBites: How to achieve more deep work

Link: https://pybit.es/articles/pp69-how-to-achieve-more-deep-work/

Listen now:

How much deep work do you get done on a typical work day?
In our case, we thought plenty.
It turns out that lately it’s been less and less.
As the authors of Practical Productivity with P