Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-december-2022/?utm_source=python-rss-feed

37th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Kushal Das: Congratulations Anwesha

Link: https://kushaldas.in/posts/congratulations-anwesha.html


The year 2022 gave me one of the happiest moments in my life, and I also felt
proud as Anwesha joined the
Ansible community team as a software engineer in Red
Hat. Proud because she became the best e
Python Circle: Automating WhatsApp web using selenium to send messages

Link: https://pythoncircle.com/post/775/automating-whatsapp-web-using-selenium-to-send-messages/

Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk messages via whatsapp using automation.
Django Weblog: Django bugfix release: 4.1.5

Link: https://www.djangoproject.com/weblog/2023/jan/02/bugfix-release/

Today we've issued the 4.1.5 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Mike Driscoll: PyDev of the Week: Kevin McAleer

Link: https://www.blog.pythonlibrary.org/2023/01/02/pydev-of-the-week-kevin-mcaleer/

This week we welcome Kevin McAleer (@kevmac) as our PyDev of the Week! Kevin likes making robots, using Python, and sharing that passion on social media, such as YouTube. You can catch up with Kevin (
Python for Beginners: Extract Unique Characters From String in Python

Link: https://www.pythonforbeginners.com/basics/extract-unique-characters-from-string-in-python

Strings are extensively used for text analysis in Python. This article discusses how to extract unique characters from a string in Python.
Table of ContentsExtract Unique Characters From String in Py
Python Morsels: Making a singleton in Python

Link: https://www.pythonmorsels.com/making-singletons/

While it is possible to make singleton objects in Python, the classic singleton design pattern doesn't always make a lot of sense.



Table of contents

What is a singleton?
Making a singletons in Pyt
Mike Driscoll: The Python Papers Newsletter

Link: https://www.blog.pythonlibrary.org/2023/01/02/the-python-papers-newsletter/

I've been kicking around the idea of starting a Python newsletter for a couple of months now. I decided to bite the bullet and give it a try in 2023.
My newsletter is called The Python Papers.

I will
Brett Cannon: The many shapes and sizes of keyboards

Link: https://snarky.ca/the-many-shapes-and-sizes-of-keyboards/

Like many people in the programming industry, I work from home. And as such, I do not get up from my desk as much as I probably should as my office space is pretty comfortable. Unfortunately, this has
Kushal Das: Startup/execution time for a specific command line tool

Link: https://kushaldas.in/posts/startup-execution-time-for-a-specific-command-line-tool.html


Generally I don’t have to bother about the startup time of any command line
tool. For a human eye and normal day to day usage, if a command takes half a
second to finish the job, it is not much of a
PyCoder’s Weekly: Issue #558 (Jan. 3, 2023)

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

#558 – JANUARY 3, 2023 View in Browser » 2022 Real Python Tutorial & Video Course Wrap Up “It’s been another year of changes at Real Python! The Real Python team has written, edited, curated, il
Python Bytes: #317 Most loved and most dreaded dev tools of 2022

Link: https://pythonbytes.fm/episodes/show/317/most-loved-and-most-dreaded-dev-tools-of-2022

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

<p><strong>About the show</strong></p>

<p>Sponsored by <a href="http://pythonbytes.fm/f
Pythonicity: Random Selection

Link: https://coady.github.io/posts/random-selection/




Random selection utilities used to be common in interviews. Less so in Python circles because of the builtin random module. Still advanced examples may come up. First is a generalization of shuffle