Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Martin Fitzpatrick: PyQt6 Book now available in Korean: 파이썬과 Qt6로 GUI 애플리케이션 만들기

Link: https://blog.martinfitzpatrick.com/pyqt6-book-now-available-in-korean/

I am very happy to announce that my Python GUI programming book
Create GUI Applications with Python & Qt6 / PyQt6 Edition is now available
in Korean from Acorn Publishing
It's more than a little mind-
Real Python: Object-Oriented Programming (OOP) in Python 3

Link: https://realpython.com/python3-object-oriented-programming/

Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriente
Talk Python to Me: #429: Taming Flaky Tests

Link: https://talkpython.fm/episodes/show/429/taming-flaky-tests

We write tests to show us when there are problems with our code. But what if there are intermittent problems with the tests themselves? That can be big hassle. In this episode, we have Gregory Kapfham
death and gravity: When to use classes in Python? When you repeat the same functions

Link: https://death.andgravity.com/same-functions

Are you having trouble figuring out when to use classes or how to organize them?
Have you repeatedly searched for "when to use classes in Python",
read all the articles and watched all the talks,
and
Stack Abuse: Remove Trailing Newlines in Python

Link: https://stackabuse.com/remove-trailing-newlines-in-python/

Introduction
Handling string data is a task that most software has to do in some capacity. These strings aren't always properly formatted, like those that may have a trailing newline that doesn't actu
scikit-learn: scikit-learn 2023 In-person Developer Sprint in Paris, France

Link: https://blog.scikit-learn.org/events/paris-dev-sprint/













Author:
Reshama Shaikh
,












François Goupil



During the week of June 19 to 23, 2023, the scikit-learn team held its first developer
Real Python: Inheritance and Internals: Object-Oriented Programming in Python

Link: https://realpython.com/courses/python-class-inheritance/

Python includes mechanisms for writing object-oriented code where the
data and operations on that data are structured together. The class keyword
is how you create these structures in Python. The defi
Stack Abuse: Why does Python Code Run Faster in a Function?

Link: https://stackabuse.com/why-does-python-code-run-faster-in-a-function/

Introduction
Python is not necessarily known for its speed, but there are certain things that can help you squeeze out a bit more performance from your code. Surprisingly, one of these practices is ru
Malthe Borch: Switching to managed encryption keys

Link: https://maltheborch.com/2023/09/switching-to-managed-encryption-keys.html


In most systems I come across, private keys are all over the place, made available as secrets to the workloads that need them. The trouble is not just that sometimes, secrets are not really secre
PyCoder’s Weekly: Issue #594 (Sept. 12, 2023)

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

#594 – SEPTEMBER 12, 2023 View in Browser » Playing With Genetic Algorithms in Python A Genetic Algorithm (GA) is an AI technique where random code is mutated and tested for fitness iteratively
Robin Wilson: Pandas-FSDR: a simple function for finding significant differences in pandas DataFrames

Link: https://blog.rtwilson.com/pandas-fsdr-a-simple-function-for-finding-significant-differences-in-pandas-dataframes/

In the spirit of my Previously Unpublicised Code series, today I’m going to share Pandas-FSDR. This is a simple library with one function which finds significant differences between two columns in a p
Python Bytes: #352 Helicopter Time Comes to Python

Link: https://pythonbytes.fm/episodes/show/352/helicopter-time-comes-to-python

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><a href="https://pypi.org/project/heliclockter/"><strong>Heliclockter</strong></a> - Like datetime, but more timezone-aware</li>
<li><a
PyBites: Debunking 7 Myths About Software Development Coaching

Link: https://pybit.es/articles/debunking-7-myths-about-software-development-coaching/


If you give a man a fish, you feed him for a day. If you teach a man to fish, you feed him for a lifetime.
Chinese proverb
Transformative power of guidance
10 years ago I was overweight, maybe not mo
Stack Abuse: How to List Installed Python Modules

Link: https://stackabuse.com/how-to-list-installed-python-modules/

Introduction
Python, somewhat similar ot Node, uses a system of installed modules/packages. But as you continue to install more and more modules, it might get a bit tricky to keep track of all of them
Real Python: Bypassing the GIL for Parallel Processing in Python

Link: https://realpython.com/python-parallel-processing/

Unlocking Python’s true potential in terms of speed through shared-memory parallelism has traditionally been limited and challenging to achieve. That’s because the global interpreter lock (GIL) doesn’
Stack Abuse: Opening Multiple Files Using 'with open' in Python

Link: https://stackabuse.com/opening-multiple-files-using-with-open-in-python/

Introduction
Python provides some very convenient ways to work with file-like objects, including the with feature. But what if we need to open multiple files in this way? Your could wouldn't exactly b
Python GUIs: PyQt vs. Tkinter — Which Should You Choose for Your Next GUI Project?

Link: https://www.pythonguis.com/faq/pyqt-vs-tkinter/

Graphical User Interfaces (GUIs) allow users to interact with software through intuitive and user-friendly graphical elements such as buttons, icons, text boxes, and windows. GUIs provide a simple way
Python GUIs: Input Validation in Tkinter GUI Apps

Link: https://www.pythonguis.com/tutorials/input-validation-tkinter/

When writing GUI applications you often need to accept data from users. A reliable application must verify and validate all its input data before taking any further action or doing any processing. Inp
Python GUIs: PyQt6 Book now available in Korean: 파이썬과 Qt6로 GUI 애플리케이션 만들기

Link: https://www.pythonguis.com/blog/pyqt6-book-translated-korean/

I am very happy to announce that my Python GUI programming book
Create GUI Applications with Python & Qt6 / PyQt6 Edition is now available
in Korean from Acorn Publishing
It's more than a little mind-