Planet Python RSS
212 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
ItsMyCode: [Solved] Error: command errored out with exit status 1

Link: https://itsmycode.com/error-command-errored-out-with-exit-status-1/

If you are installing auto-py-to-exe package on Python 3.8 or below, you will get an error stating ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full comma
PyCoder’s Weekly: Issue #514 (March 1, 2022)

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

#514 – MARCH 1, 2022 View in Browser » Python’s Assert: Debug and Test Your Code Like a Pro Learn how to use Python’s assert statement to document, debug, and test code in development. REAL PYTH
The Python Coding Blog: What is coding? Beyond the obvious…

Link: https://thepythoncodingbook.com/2022/03/01/what-is-coding/

This week, instead of one of the tutorial-type articles I’ve been publishing recently, I’ll go back to basics with an article aimed at those who are new to coding or those who are interested to know m
Python GUIs: Packaging PySide6 applications for Windows with PyInstaller & InstallForge (updated for 2022)

Link: https://www.pythonguis.com/tutorials/packaging-pyside6-applications-windows-pyinstaller-installforge/

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
Real Python: Manage Your To-Do Lists Using Python and Django

Link: https://realpython.com/django-todo-lists/

Have you ever struggled to keep track of the things that you need to do? Perhaps you’re in the habit of using a handwritten to-do list to remind you of what needs doing, and by when. But handwritten n
Anarcat: procmail considered harmful

Link: https://anarc.at/blog/2022-03-02-procmail-considered-harmful/

TL;DR: procmail is a security liability and has been abandoned
upstream for the last two decades. If you are still using it, you
should probably drop everything and at least remove its SUID
flag. Ther
Alex Grönholm: Unit testing SQLAlchemy apps

Link: http://alextechrants.blogspot.com/2013/08/unit-testing-sqlalchemy-apps.html

I help out a lot on the #sqlalchemy channel on Freenode IRC. When people ask questions there, one of the issues that comes up often is unit testing applications that use SQLAlchemy. Almost all develop
Alex Grönholm: concurrent.futures backport updated

Link: http://alextechrants.blogspot.com/2015/05/concurrentfutures-backport-updated.html

It's been a while since I last updated the backport of the concurrent.futures package for Python versions older than 3.2. I was looking at my github repositories and noticed that I wasn't marked as wa
Justin Mayer: Python Development Environment on macOS Monterey and Big Sur

Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/

While installing Python and Virtualenv on macOS Monterey and Big Sur can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python de
Python for Beginners: Union of Lists in Python

Link: https://www.pythonforbeginners.com/basics/union-of-lists-in-python

We use lists in almost every program in python. Sometimes, we might need to combine two lists. It is possible that the lists that need to be combined might have some common elements. To avoid includin
EuroPython: EuroPython February 2022 Newsletter

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

Hello fellow Pythonistas,We apologise for the delay in the release of the February newsletter. Our heart goes out to everyone affected by the humanitarian crisis, especially members of our community.
The Open Sourcerer: Getting Things GNOME 0.6 released

Link: https://fortintam.com/blog/gtg-0-6-released/

Yes, ladies, gentlemen, and seemingly-dead plants, it’s happening: after over 10 months of incremental work from the community, we are now releasing version 0.6 of our favorite personal productivity a
Python Software Foundation: We are hiring to expand our Infrastructure staff!

Link: http://pyfound.blogspot.com/2022/03/we-are-hiring-to-expand-our.html

On behalf of the Python Software Foundation, and with much excitement as the hiring manager, I am elated to announce that we are hiring for a full-time position to double the PSF staff dedicated to ou
Python Engineering at Microsoft: Python in Visual Studio Code – March 2022 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2022-release/

The March 2022 release of the Python Extension for Visual Studio Code is now available.
This is a short release as during the past month our team has largely focused on features and changes that will
Python GUIs: Display numpy and pandas tables in PySide6 QTableView (updated for PySide6)

Link: https://www.pythonguis.com/tutorials/pyside6-qtableview-modelviews-numpy-pandas/

In the previous chapter we covered an introduction to the Model View architecture. However, we only touched on one of the model views — QListView. There are two other Model Views available in Qt5 — QT
Real Python: The Real Python Podcast – Episode #100: Defining Optional Arguments and Moving Beyond "Beginner" Python

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

How do you define Python functions that accept optional arguments or default values? Are you wondering how to go beyond being a beginner with Python? This week on the show, Christopher Trudeau is here
Python for Beginners: Intersection of Lists in Python

Link: https://www.pythonforbeginners.com/basics/intersection-of-lists-in-python

Lists are one of the most used data structures in python. Sometimes, we might need to find the common elements between any two given lists. In this article, we will discuss how we can perform the inte
Matt Layman: PDF Debugging - Building SaaS with Python and Django #129

Link: https://www.mattlayman.com/blog/2022/pdf-debugging-building-saas-with-python-and-django-129/

In this episode, I debugged the static file handling that my homeschool application is using when it generates PDF reports. Note: There was some stream trouble. This segment of the stream had no webca
Python Bytes: #273 Getting dirty with __eq__(self, other)

Link: https://pythonbytes.fm/episodes/show/273/getting-dirty-with-eq-self-other

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

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

<p><strong>About the show</strong></p>
Twisted Matrix Labs: Twisted 22.2.0 Release

Link: https://labs.twistedmatrix.com/2022/03/twisted-2220-release.html

On behalf of the Twisted contributors I announce the final release ofTwisted 22.2.0This is a bugfix release.The main bug is:- CVE-2022-21716 twisted.conch.ssh.transport.SSHTransportBase nowdisconnects