Please turn JavaScript on
Planet Python icon

Planet Python

follow.it gives you an easy way to subscribe to Planet Python's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.

You can also unsubscribe anytime painlessly. You can even combine feeds from Planet Python with other site's feeds!

Title: Planet Python

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  3.88 / day

Message History

In this quiz, you’ll test your understanding of ChatterBot: Build a Chatbot With Python.

You’ll revisit how ChatterBot learns from conversation data, how it picks replies based on similarity to what it’s already seen, and how it can pull in a local LLM to...


Read full story

Test your knowledge of the redesigned interactive interpreter introduced in Python 3.13: A Modern REPL, including the help system, multiline statement editing, code pasting improvements, and the history browser.

Good luck!

[ Improve Your Python With 🐍 Python ...


Read full story

I have a main window that starts background threads (e.g., handling GPIO data). From the main window I open secondary windows using buttons. When I press a button in a secondary window, I can't change anything in the background threads. But if I press a button in the main window, everything works. How do I communicate between a secondary window and a thread that was started ...


Read full story

We expect that most people who listen to Talk Python do so through their podcast player apps on their phone or even on their laptops. But there are plenty of times that people end up on an episode page and would love to have a nice experience interacting with that episode as well. One really common example: you go back to an episode you discovered several years ago, and the c...


Read full story