Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mahmoud Hashemi: Changing the Tires on a Moving Codebase

Link: http://sedimental.org/tech_refresh.html

2020 was a year of reckonings. And for all that was beyond one’s
control, as the year went on, I found myself pouring more and more
into the one thing that felt within reach: futureproofing of the lar
Stack Abuse: How to Split a List Into Even Chunks in Python

Link: https://stackabuse.com/how-to-split-a-list-into-even-chunks-in-python/

Introduction
Splitting strings and lists are common programming activities in Python and other languages. Sometimes we have to split our data in peculiar ways, but more commonly - into even chunks.
Th
Python Anywhere: System updates on 10 February and 11 March

Link: https://blog.pythonanywhere.com/194/

It’s been a year since PythonAnywhere went all-remote,
but it has not slowed us down, and today was the time to deploy an
exciting set of changes to our system.
John Cook: Pareto and Pandas

Link: https://www.johndcook.com/blog/2021/03/11/pareto-and-pandas/

This post muses about what it means to learn a software library. I’ll use Pandas as an example, but the post isn’t just about Pandas.
Suppose you say “I want to learn Pandas.” That implicitly assumes
PyCon: T-shirt Ordering is Back Online

Link: https://pycon.blogspot.com/2021/03/t-shirt-ordering-is-back-online.html

Thank you for the quick notification from our community questioning the shipping prices. We quickly contacted the supplier to question the pricing and they did identify a bug in the ordering site that
Python Pool: 5 Ways to Remove the Last Character From String in Python

Link: https://www.pythonpool.com/python-remove-last-character-from-string/?utm_source=rss&utm_medium=rss&utm_campaign=python-remove-last-character-from-string

Introduction
String Manipulation is the most important feature in python. You can manipulate the string by many methods such as String slicing techniques, looping over the elements, and string methods
Talk Python to Me: #307 Python from 1994 to 2021, my how you've grown!

Link: https://talkpython.fm/episodes/show/307/python-from-1994-to-2021-my-how-youve-grown

Python has changed a lot since its inception 30 years ago. On this episode, you'll meet Paul Everitt and Barry Warsaw. They have both been involved with Python since the very first Python conference (
Moshe Zadka: So you want to create a universe

Link: https://orbifold.xyz/universe-pi-day.html

A story about looking for a universe, and finding a pi(e)
This is fine.
You need not feel shame.
Many want to create a universe.
But it is good you are being careful.
A universe with sentient beings i
Test and Code: 148: Coverage.py and testing packages

Link: https://testandcode.com/148

How do you test installed packages using coverage.py?
Also, a couple followups from last week's episode on using coverage for single file applications. Sponsored By:Linode: If it runs on Linux, it r
Real Python: The Real Python Podcast – Episode #51: Navigating Options for Deploying Your Python Application

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

What goes into the decision of how to host your Python code or application in the cloud? Which technology stack is the right size for your project? This week on the show, we have Calvin Hendryx-Parker
Learn PyQt: PyQt6 vs PySide6: What's the difference between the two Python Qt libraries? — ...and what's exactly the same (most of it)

Link: https://www.learnpyqt.com/blog/pyqt6-vs-pyside6/

There is a new version of Qt (version 6) and with it new versions of PyQt and PySide -- now named PyQt6 & PySide6 respectively. In preparation for the Qt6 editions of my PyQt5 & PySide2 books I've bee
John Ludhi/nbshare.io: Introduction To Python Tkinter GUI Programming

Link: https://www.nbshare.io/notebook/449534188/Introduction-To-Python-Tkinter-GUI-Programming/

Introduction To Python Tkinter GUI ProgrammingCommonly there are 2 types of interfaces for desktops -  command-line interface (CLI) where users interact with the system by writing commands, and a Grap
Python Pool: 6 Ways to Use Numpy flatten() Method in Python

Link: https://www.pythonpool.com/numpy-flatten/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-flatten

Introduction
In python, there are many ways to re-structure the array according to the need of the person. But, there are some cases when we need a one-dimensional array rather than two- dimensional a
Python Pool: 6 Ways to Calculate Percentile of Numpy Array

Link: https://www.pythonpool.com/numpy-percentile/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-percentile

What is Numpy Percentile?
The percentile method in the numpy module is used to calculate the nth percentile of the given data (array elements) along the specified axis. We basically use percentile in
Python Pool: 8 Examples to Use Python min() Function in the Best Way

Link: https://www.pythonpool.com/python-min/?utm_source=rss&utm_medium=rss&utm_campaign=python-min

Introduction
Python has several built-in functions. These all functions are the global functions of python, which can be called from python code. We do not have to import any library for it. In this t
Python Pool: Numpy outer() Method Explained In-Depth With 5 Examples

Link: https://www.pythonpool.com/numpy-outer/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-outer

Introduction to Numpy outer
Numpy outer() is the function in the numpy module in the python language. It is used to compute the outer level of products like vectors, arrays, etc. If we try to combine
Andre Roberge: Friendly version 0.3 has been released

Link: https://aroberge.blogspot.com/2021/03/friendly-version-03-has-been-released.html

Friendly version 0.3 has been released. This version also marks the official name change from the former friendly-traceback.Before I started working on Friendly, I assumed that to do custom exception