Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: Finishing Simple Signup - Building SaaS #213

Link: https://www.mattlayman.com/videos/finishing-simple-signup-building-saas-213/

In this episode, I completed the simplified sign up process for my JourneyInbox app. I finished off the final features that add account verification and initial engagement features to make sign up and
Real Python: Build a Tic-Tac-Toe Game With Python and Tkinter

Link: https://realpython.com/tic-tac-toe-python/

Developing a tic-tac-toe game in Python using Tkinter combines programming logic with graphical user interface design (GUI). This tutorial guides you through creating the game logic and a Tkinter-base
Real Python: Python & APIs: A Winning Combo for Reading Public Data

Link: https://realpython.com/python-api/

Python is an excellent choice for working with Application Programming Interfaces (APIs), allowing you to efficiently consume and interact with them. By using the Requests library, you can easily fetc
Real Python: A Guide to Modern Python String Formatting Tools

Link: https://realpython.com/python-formatted-output/

In modern Python, you have f-strings and the .format() method to approach the tasks of interpolating and formatting strings.
These tools help you embed variables and expressions directly into strings,
Real Python: Develop Data Visualization Interfaces in Python With Dash

Link: https://realpython.com/python-dash/

Dash is a popular Python framework for creating interactive data visualization interfaces. With Dash, you build web applications using only Python, without needing advanced web development skills. It
Real Python: Build a Dice-Rolling Application With Python

Link: https://realpython.com/python-dice-roll/

In this tutorial, you’ll learn how to create a Python dice roll simulator. The tutorial guides you through building a text-based user interface (TUI) application that simulates rolling dice using Pyth
Real Python: Top Python Game Engines

Link: https://realpython.com/top-python-game-engines/

You can use several Python game engines for crafting video games using your existing Python skills. Popular Python game engines are Pygame, Arcade, and Ren’Py, each offering unique features. In this t
Real Python: Build a Quiz Application With Python

Link: https://realpython.com/python-quiz-application/

In this tutorial, you’ll build a Python quiz application for the terminal. You’ll start by developing a basic app capable of asking questions, collecting answers, and checking correctness. As you prog
Zato Blog: LDAP and Active Directory as Python API Services

Link: https://zato.io/en/blog/ldap-active-directory.html


LDAP and Active Directory as Python API Services


2025-02-03, by Dariusz Suchojad


LDAP and Active Directory often play key a role in the management of a company's network resources yet it is not
Quansight Labs Blog: From napari to the world: how we generalized the `conda/constructor` stack for distributing Python applications

Link: https://labs.quansight.org/blog/napari-conda-constructor-menuinst

Our work for the napari project resulted in multiple beneficial side effects for the conda packaging ecosystem.
Seth Michael Larson: Connection without Connectivity (#1: Space)

Link: https://sethmlarson.dev/connection-without-connectivity-space?utm_campaign=rss

This is the first article in a 7-part series about software for connection.
Feeling connected to others is a basic human need,
so it is no surprise we want software to enable human connection.
The sur
Real Python: Python for Loops: The Pythonic Way

Link: https://realpython.com/python-for-loop/

Python’s for loop allows you to iterate over the items in a collection, such as lists, tuples, strings, and dictionaries. The for loop syntax declares a loop variable that takes each item from the col
Eli Bendersky: Decorator JITs - Python as a DSL

Link: https://eli.thegreenplace.net/2025/decorator-jits-python-as-a-dsl/

Spend enough time looking at Python programs and packages for machine learning,
and you'll notice that the "JIT decorator" pattern is pretty popular. For
example, this JAX snippet:
import jax.numpy as
PyBites: The Mutable Trap: Avoiding Unintended Side Effects in Python

Link: https://pybit.es/articles/the-mutable-trap-avoiding-unintended-side-effects-in-python/

Ever had a Python function behave strangely, remembering values between calls when it shouldn’t? You’re not alone! This is one of Python’s sneakiest pitfalls—mutable default parameters.Recently someon
Armin Ronacher: Fat Rand: How Many Lines Do You Need To Generate A Random Number?

Link: http://lucumr.pocoo.org/2025/2/4/fat-rand

I recently wrote about dependencies in Rust. The feedback, both within and outside
the Rust community, was very different. A lot of people, particularly
some of those I greatly admire expressed supp
Python Circle: Installing Python3.13 on Ubuntu 22.04

Link: https://pythoncircle.com/post/789/installing-python313-on-ubuntu-2204/

python3.13 installation, building python from source code, python 3.13, latest python installation, solving sqlite not found error, python stable version installation on linux, ubuntu python 3.13 inst