Planet Python RSS
215 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-april-2022/?utm_source=python-rss-feed

29th issue of the Python Monthly Newsletter! Read by 20,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
Real Python: Real Python at PyCon US 2022

Link: https://realpython.com/real-python-pycon-us-2022/

PyCon US is back as an in-person conference. PyCon US 2022 is happening in Salt Lake City April 29 to May 1, and Real Python is there as well. Come join us at our booth and at the open space on Saturd
STX Next: Python vs. C++: A Comparison of Key Features and Differences

Link: https://www.stxnext.com/blog/python-vs-c-plus-plus-comparison/




C++ and Python, two of the most popular and commonly used programming languages, aren’t only versatile and object-oriented, but they can be used to create a wide array of various programs and fun
William Minchin: Static Comments Plugin 2.1.1 for Pelican Released

Link: https://blog.minchin.ca/2022/04/static-comments-211-released.html

Static Comments is a plugin for Pelican,
a static site generator written in Python. It is meant as a drop in replacement
for the Pelican Comment System.
Static Comments allows you to have a comment se
Nikola: Nikola v8.2.2 is out!

Link: https://getnikola.com/blog/nikola-v822-is-out.html

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.2.2. This is a bugfix release, whose only
change is support for the latest version of Pygments.

What is
Matt Layman: User Requests - Building SaaS with Python and Django #134

Link: https://www.mattlayman.com/blog/2022/user-requests-building-saas-with-python-and-django-134/

In this episode, we took a break between big projects and worked on some smaller usability features requested by users of the app.
Python GUIs: Packaging PySide6 applications into a macOS app with PyInstaller (updated for 2022)

Link: https://www.pythonguis.com/tutorials/packaging-pyside6-applications-pyinstaller-macos-dmg/

There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving it to someon
John Ludhi/nbshare.io: PySpark GroupBy Examples

Link: https://www.nbshare.io/notebook/989366242/PySpark-GroupBy-Examples/








PySpark GroupBy Examples








In this notebook, we will go through PySpark GroupBy method. For this exercise, I will be using following data from Kaggle...

https://www.kaggle.com/code/kiric
Zato Blog: Integrating with Salesforce in Python

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

Overview
Salesforce connections are one of the newest additions to
Zato
3.2, allowing you to look up and manage Salesforce records
and other business data. To showcase it, the article will create a sa
Podcast.__init__: Accelerate Your Machine Learning Experimentation With Automatic Checkpoints Using FLOR

Link: https://www.pythonpodcast.com/flor-machine-learning-experiment-episode-362/

The experimentation phase of building a machine learning model requires a lot of trial and error. One of the limiting factors of how many experiments you can try is the length of time required to trai
Mike Driscoll: PyDev of the Week: Jyotika Singh

Link: https://www.blog.pythonlibrary.org/2022/05/02/pydev-of-the-week-jyotika-singh/

The PyDev of the Week this week is Jyotika Singh (@JyotikaSingh_). Jyotika is the maintainer of pyAudioProcessing and a speaker at multiple conferences. You can check out what Jyotika is up to by goin
Codementor: Functions in Python

Link: https://www.codementor.io/sadhanareddy/functions-in-python-1sykx9e5kq

In This Article We are going to learn how functions will work.
Let's first discuss What exactly is a Python Function.
In Python, Function is a group of related statements that performs a specific...
Real Python: Python's min() and max(): Find Smallest and Largest Values

Link: https://realpython.com/python-min-and-max/

Python’s built-in min() and max() functions come in handy when you need to find the smallest and largest values in an iterable or in a series of regular arguments. Even though these might seem like fa
Python Morsels: Unicode character encodings

Link: https://www.pythonmorsels.com/unicode-character-encodings-in-python/

When working with text files in Python, it's considered a best practice to specify the character encoding that you're working with.



Table of contents

All input starts as raw bytes
Encoding strings
Glyph Lefkowitz: Inbox Zero, Cost: Zero

Link: https://glyph.twistedmatrix.com/2022/05/inbox-zero-cost-zero.html

One consistent bit of feedback that I’ve received on my earlier writing about
email workflow is that I didn’t include
a concrete enough set of instructions for getting started with task-management
wor
EuroPython: EuroPython April 2022 Newsletter

Link: https://blog.europython.eu/europython-april-2022-newsletter/

Hello fellow Pythonistas,We hope you all are enjoying the longer daylight and the warmer weather that April has brought to us (in the northern hemisphere anyway). April also brings a new newsletter pa
Mike Driscoll: Announcing: The Python 101 Video Course

Link: https://www.blog.pythonlibrary.org/2022/05/03/announcing-the-python-101-video-course/

I am happy to announce that I am creating a Python 101 video course, which is based on Python 101: 2nd Edition.
The course will eventually include videos that cover the chapters in the books. It is la