Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Seth Michael Larson: Extracting Genesis & Game Gear ROMs from SEGA GameCube collections

Link: https://sethmlarson.dev/extracting-genesis-and-game-gear-roms-from-sega-gamecube-collections?utm_campaign=rss


The GameCube library had multiple SEGA game collections: Sonic Mega Collection,
Sonic Adventure DX, and Sonic Gems Collection which
all contain ROM files for the Genesis and Game Gear (among others).
Real Python: Deep vs Shallow Copies in Python

Link: https://realpython.com/courses/deep-vs-shallow-copies/

When working with Python objects, you’ll often need to make copies rather than modify the originals. In this video course, you’ll explore various ways to copy objects in Python, including using the bu
Ruslan Spivak: 5 to 18: Why Your Count Might Be Off by One

Link: https://ruslanspivak.com/bb07/

Quick question:
How many numbers are there from 5 to 18, including both ends?
Your first instinct might be to subtract:
18 - 5 = 13
Feels right.
But it’s wrong.
It’s a small thing, and kind of basic,
Python Engineering at Microsoft: Announcing the Data Wrangler powered Notebook Results Table

Link: https://devblogs.microsoft.com/python/data-wrangler-results-table/

If you have ever found yourself rewriting the last line of a notebook cell repeatedly just to get an overview of your data, you’re not alone. In VS Code the default output for Pandas DataFrames is a s
PyCoder’s Weekly: Issue #695: Subinterpreters, Asyncio, Pytest, and More (Aug. 19, 2025)

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

#695 – AUGUST 19, 2025 View in Browser » Subinterpreters and Asyncio Subinterpreters are new and not well understood by the community, a library to abstract away some of the complexities is need