Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Quansight Labs Blog: Improving SymPy's Documentation

Link: https://labs.quansight.org/blog/sympy-documentation

SymPy's documentation has received many significant improvements over the past two years thanks to funding by the Chan Zuckerberg Initiative.
Real Python: Build a Hangman Game for the Command Line in Python

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

Many people learn basic language and word skills by playing the game of hangman. First mentioned in print in the late nineteenth century and popularized in international media as the game show Wheel o
The Python Coding Blog: The Python Coding Place is Live! | October in Review

Link: https://thepythoncodingbook.com/2023/11/01/the-python-coding-place-is-live-october-review/

The big news for October is that The Python Coding Place is now live and my first video course is available for beginners starting to learn to code–well, the first few chapters anyway.
This is big new
PyBites: New Pybites Python Developer Certificates and How They Are Different

Link: https://pybit.es/articles/new-pybites-python-developer-certificates-and-how-they-are-different/

Welcome back to the Pybites Podcast. We’ve been teasing this for a while, and it’s finally here: our Python Developer Certificates. 
Listen here:

Or watch it on YouTube:


Our certificates are not ju
Armin Ronacher: Post Covid Remote Work Doesn't Work As Well

Link: http://lucumr.pocoo.org/2023/11/1/remote-before-and-after-covid

This year I decided that I want to share my most important learnings about
engineering, teams and quite frankly personal mental health. My hope is that
those who want to learn from me find it useful.
TechBeamers Python: How to Slice a Python String with Examples

Link: https://www.techbeamers.com/slice-python-string/

In this tutorial, we’ll explore various ways to slice Python strings providing several code examples. We’ll also make a comparison of different slicing methods to help you choose the most suitable one
CodersLegacy: Interactive Plots in Matplotlib: Mouse-Driven Selection of Artists

Link: https://coderslegacy.com/interactive-plots-in-matplotlib/

Matplotlib is a versatile and widely-used library for data visualization in Python. While it excels at creating static plots and charts, it’s also capable of producing interactive visualizations. In t
Stack Abuse: Guide to Stacks in Python

Link: https://stackabuse.com/guide-to-stacks-in-python/

Introduction
While some data structures are versatile and can be used in a wide range of applications, others are specialized and designed to handle specific problems. One such specialized structure,
Python Engineering at Microsoft: Python in Visual Studio Code – November 2023 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2023-release/

We’re excited to announce the November 2023 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:

Improvements to Shift + Enter run l
Python Bytes: #359 gil--;

Link: https://pythonbytes.fm/episodes/show/359/gil

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

<ul>
<li><a href="https://us.pycon.org/2024/"><strong>PyCon 2024 is up</strong></a><strong>?</strong></li>
<li><a href="https://astral.sh/blog/th
Brian Okken: pytest slow order

Link: https://pythontest.com/pytest-slow-order/

I received a question the other day about combining the notion of marking slow tests and ordering them to run the slow tests first.
This post describes a bit of background and a solution to the proble
Real Python: The Real Python Podcast – Episode #179: Improving Your Git Developer Experience in Python

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

Are you getting by with a few fundamental commands for Git when building your Python projects? Would you like to improve your version control techniques and become more efficient with the Git command
Mike Driscoll: Episode 20 – Python on Windows with Steve Dower

Link: https://www.blog.pythonlibrary.org/2023/11/03/episode-20-python-on-windows-with-steve-dower/

The latest episode of The Python Podcast came out this week. In this episode, I chatted with Steve Dower.

Steve is a part of the Python team at Microsoft and is also a core developer of the Python la