Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCon: PyCon US 2022 Recap and Recording Announcement

Link: https://pycon.blogspot.com/2022/05/pycon-us-2022-recap-and-recording.html

We would like to announce that the first group of PyCon US 2022 recordings, the Keynotes and Lightning Talks, are now available on our YouTube channel. Be sure to subscribe to our channel for notifica
Podcast.__init__: Hunting Black Swans With Bees: Catching Up With The Inimitable Russell Keith-Magee

Link: https://www.pythonpodcast.com/beeware-revisited-episode-365/

Russell Keith-Magee is an accomplished engineer and a fixture of the Python community. His work on the Beeware suite of projects is one of the most ambitious undertakings in the ecosystem and unfailin
Reuven Lerner: Announcing PythonDAB: The course I’ve always wanted to teach

Link: https://lerner.co.il/2022/05/24/announcing-pythondab-the-course-ive-always-wanted-to-teach/

I spend each day teaching Python and data science to companies around the world. From “Python for non-programmers” to day-long advanced workshops, I earn my living by helping people to improve their s
PyCharm: Webinar “The Functools Module” with Mike Driscoll

Link: https://blog.jetbrains.com/pycharm/2022/05/webinar-the-functools-module-with-mike-driscoll/

Are you ready to power up your Python skills? The Python programming language has more than 200 modules in its standard library. In this tutorial, you will learn about functools, a module that is tail
PyCoder’s Weekly: Issue #526 (May 24, 2022)

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

#526 – MAY 24, 2022 View in Browser » Build a URL Shortener With FastAPI and Python In this step-by-step project, you’ll build an app to create and manage shortened URLs. Your Python URL shorten
ListenData: Run SAS in Python without Installation

Link: https://www.listendata.com/2021/01/run-sas-in-python-without-installation.html

IntroductionIn the past few years python has gained a huge popularity as a programming language in data science world. Many banks and pharma organisations have started using Python and some of them ar
Python for Beginners: Python any() Function

Link: https://www.pythonforbeginners.com/basics/python-any-function

In python, we normally use the comparison operators and the logical operators to check for conditions for a different number of elements. What if you have to check for a condition in a list of element
Real Python: Level Up Your Skills With the Real Python Slack Community

Link: https://realpython.com/community-slack-guide/

The Real Python Community Slack is an English-medium Python community with members located worldwide. It’s a welcoming group in which you’re free to discuss any questions you may have, celebrate your
Python Morsels: Python's "functions" are sometimes classes

Link: https://www.pythonmorsels.com/class-function-and-callable/

Sometimes we call classes functions in Python. Why? And what's a "callable"?


Table of contents

Class or function?
What's a callable?
Classes are callables
Disguising classes as functions
Callable o
Python Bytes: #285 Where we talk about UIs and Python

Link: https://pythonbytes.fm/episodes/show/285/where-we-talk-about-uis-and-python

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

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

<p><strong>About the show</strong></p>
Talk Python to Me: #367: Say Hello to PyScript (WebAssembly Python)

Link: https://talkpython.fm/episodes/show/367/say-hello-to-pyscript-webassembly-python

Despite Python being overwhelmingly popular and positive, there are major areas of computing where Python is not present. Most notably on mobile and on the frontend side of the web. PyScript, a new pr
Mike Driscoll: Python Automation Libraries (Video)

Link: https://www.blog.pythonlibrary.org/2022/05/25/python-automation-libraries-video/

Learn about some of the automation packages that you can use in Python in this handy video. Links are also provided here underneath the video.

Web Automation Packages

Selenium - https://www.selenium
Python⇒Speed: Making pip installs a little less slow

Link: https://pythonspeed.com/articles/faster-pip-installs/

Installing your Python application’s dependencies can be surprisingly slow.
Whether you’re running tests in CI, building a Docker image, or installing an application, downloading and installing depend
Kay Hayen: Nuitka Release 0.8

Link: https://nuitka.net/posts/nuitka-release-08.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has a massive amount of bug fixes, builds on existing
feature
Ned Batchelder: Custom search keywords

Link: https://nedbatchelder.com/blog/202205/custom_search_keywords.html

You can define custom search keywords in your browser to make common searches
easier. How to do it isn’t well documented, so I’m showing you how here.
As an example, I have a custom keyword “pypi”, s
Python Software Foundation: PyCon JP Association Awarded the PSF Community Service Award for Q4 2021

Link: http://pyfound.blogspot.com/2022/05/pycon-jp-association-awarded-psf.html

The PyCon JP Association team was awarded the 2021 Q4 Community Service Award.RESOLVED, that the Python Software Foundation award the 2021 Q4 Community Service Award to the following members of the Py
Mike Driscoll: The Functools Module (PyCharm Webinar)

Link: https://www.blog.pythonlibrary.org/2022/05/26/the-functools-module-pycharm-webinar/

Are you ready to power up your Python skills? The Python programming language has more than 200 modules in its standard library. In this tutorial, you will learn about functools, a module that is tail
The Python Coding Blog: Beware Python Iterators That Are Not Independent

Link: https://thepythoncodingbook.com/2022/05/26/shuffle-a-generator-in-python-without-using-a-list/

Python iterators are cool. And very useful. Often, you use them to perform operations on existing data without creating copies of those data.
An iterator is a Python object that represents a stream of
Kay Hayen: Next Nuitka Live Stream

Link: https://nuitka.net/posts/next-nuitka-live-stream-04-06-2022.html

In the coming weekend, Saturday 04.06.2022, there will be the next live
streams of me coding on Nuitka, and talking and chatting with visitors
in the Discord channel created specifically for this. I w