Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
John Cook: Illustrating Gershgorn disks with NumPy

Link: https://www.johndcook.com/blog/2021/03/14/illustrating-gershgorn-disks-with-numpy/

Gershgorn’s theorem gives bounds on the locations of eigenvalues for an arbitrary square complex matrix.
The eigenvalues are contained in disks, known as Gershgorn disks, centered on the diagonal elem
Mike Driscoll: PyDev of the Week: Žan Anderle

Link: https://www.blog.pythonlibrary.org/2021/03/15/pydev-of-the-week-zan-anderle/

This week we welcome Žan Anderle (@z_anderle) as our PyDev of the Week! Žan is a freelance software developer. You can check out his blog or check out his Github profile you’d like to know what he is
Learn PyQt: PySide6 Book now available: Create GUI Applications with Python & Qt6 — The hands-on guide to making apps with Python

Link: https://www.learnpyqt.com/blog/pyside6-book-create-gui-applications-python-qt6/

Hello! This morning I released the first Qt6 edition of my PySide book Create GUI Applications, with Python & Qt6.
This update follows the 4th Edition of the PySide2 book updating all the code example
Stack Abuse: How to Convert DOCX To Html With Python Mammoth

Link: https://stackabuse.com/how-to-convert-docx-to-html-with-python-mammoth/

Introduction
At some point in your software development path, you'll have to convert files from one format to another.
DOCX (used by Microsoft Word) is a pretty common file format for a lot of people
Real Python: Python Community Interview With Ewa Jodlowska

Link: https://realpython.com/interview-ewa-jodlowska/

Today I’m joined by Ewa Jodlowska, executive director of the Python Software Foundation (PSF), the organization devoted to advancing open source technology related to the Python programming language.