Real Python: Building UIs in the Terminal With Python Textual
Link: https://realpython.com/courses/building-uis-terminal-python-textual/
Have you ever wanted to create an app with an appealing interface that works in the command line? Welcome to Textual, a Python toolkit and framework for creating beautiful, functional text-based user
Link: https://realpython.com/courses/building-uis-terminal-python-textual/
Have you ever wanted to create an app with an appealing interface that works in the command line? Welcome to Textual, a Python toolkit and framework for creating beautiful, functional text-based user
Realpython
Building UIs in the Terminal With Python Textual – Real Python
Learn to build rich, interactive terminal UIs in Python with Textual: a powerful library for modern, event-driven TUIs.
PyCoder’s Weekly: Issue #707: Python Infrastructure, Concurrency, Django in 2025, and More (Nov. 4, 2025)
Link: https://pycoders.com/issues/707
#707 – NOVEMBER 4, 2025 View in Browser » Michael Kennedy: Managing Your Own Python Infrastructure How do you deploy your Python application without getting locked into an expensive cloud-based
Link: https://pycoders.com/issues/707
#707 – NOVEMBER 4, 2025 View in Browser » Michael Kennedy: Managing Your Own Python Infrastructure How do you deploy your Python application without getting locked into an expensive cloud-based
Pycoders
PyCoder’s Weekly | Issue #707
Python Infrastructure, Concurrency, Django in 2025, and More
Rodrigo Girão Serrão: A generator, duck typing, and a branchless conditional walk into a bar
Link: https://mathspp.com/blog/a-generator-duck-typing-and-a-branchless-conditional-walk-into-a-bar
A generator, duck typing, and a branchless conditional walk into a bar.
What's your favourite line of Python code?
My friend Aaron is quite a character.
One day, he was giving a talk and said that ev
Link: https://mathspp.com/blog/a-generator-duck-typing-and-a-branchless-conditional-walk-into-a-bar
A generator, duck typing, and a branchless conditional walk into a bar.
What's your favourite line of Python code?
My friend Aaron is quite a character.
One day, he was giving a talk and said that ev
Mathspp
A generator, duck typing, and a branchless conditional walk into a bar
A generator, duck typing, and a branchless conditional walk into a bar.
Python Morsels: __slots__ for optimizing classes
Link: https://www.pythonmorsels.com/__slots__/
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Table of contents
How are class attributes stored by default?
Link: https://www.pythonmorsels.com/__slots__/
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Table of contents
How are class attributes stored by default?
Pythonmorsels
__slots__ for optimizing classes
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Python Morsels: __slots__ for optimizing classes
Link: https://www.pythonmorsels.com/DELETE_ME___slots__/
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Table of contents
How are class attributes stored by default?
Link: https://www.pythonmorsels.com/DELETE_ME___slots__/
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Table of contents
How are class attributes stored by default?
Pythonmorsels
__slots__ for optimizing classes
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Real Python: Quiz: Python MarkItDown: Convert Documents Into LLM-Ready Markdown
Link: https://realpython.com/quizzes/python-markitdown/
In this quiz, you’ll test your understanding of the Python MarkItDown: Convert Documents Into LLM-Ready Markdown tutorial.
By working through this quiz, you’ll revisit how to install MarkItDown, conve
Link: https://realpython.com/quizzes/python-markitdown/
In this quiz, you’ll test your understanding of the Python MarkItDown: Convert Documents Into LLM-Ready Markdown tutorial.
By working through this quiz, you’ll revisit how to install MarkItDown, conve
Realpython
Python MarkItDown: Convert Documents Into LLM-Ready Markdown Quiz – Real Python
Practice MarkItDown basics. Convert PDFs, Word documents, Excel documents, and HTML documents to Markdown. Try the quiz.
PyCharm: 10 Smart Performance Hacks For Faster Python Code
Link: https://blog.jetbrains.com/pycharm/2025/11/10-smart-performance-hacks-for-faster-python-code/
This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field.
In the rapidly evolving domain of software development, Python has es
Link: https://blog.jetbrains.com/pycharm/2025/11/10-smart-performance-hacks-for-faster-python-code/
This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field.
In the rapidly evolving domain of software development, Python has es
The JetBrains Blog
10 Smart Performance Hacks For Faster Python Code | The PyCharm Blog
Learn practical optimization hacks, from data structures to built-in modules, that boost speed, reduce overhead, and keep your Python code clean.
Django Weblog: Django security releases issued: 5.2.8, 5.1.14, and 4.2.26
Link: https://www.djangoproject.com/weblog/2025/nov/05/security-releases/
In accordance with our security release policy, the Django team
is issuing releases for
Django 5.2.8,
Django 5.1.14, and
Django 4.2.26.
These releases address the security issues detailed below. We en
Link: https://www.djangoproject.com/weblog/2025/nov/05/security-releases/
In accordance with our security release policy, the Django team
is issuing releases for
Django 5.2.8,
Django 5.1.14, and
Django 4.2.26.
These releases address the security issues detailed below. We en
Django Project
Django security releases issued: 5.2.8, 5.1.14, and 4.2.26
Posted by Natalia Bidart on Nov. 5, 2025
Real Python: Python MarkItDown: Convert Documents Into LLM-Ready Markdown
Link: https://realpython.com/python-markitdown/
The MarkItDown library lets you quickly turn PDFs, Office files, images, HTML, audio, and URLs into LLM-ready Markdown. In this tutorial, you’ll compare MarkItDown with Pandoc, run it from the command
Link: https://realpython.com/python-markitdown/
The MarkItDown library lets you quickly turn PDFs, Office files, images, HTML, audio, and URLs into LLM-ready Markdown. In this tutorial, you’ll compare MarkItDown with Pandoc, run it from the command
Realpython
Python MarkItDown: Convert Documents Into LLM-Ready Markdown – Real Python
Get started with Python MarkItDown to turn PDFs, Office files, images, and URLs into clean, LLM-ready Markdown in seconds.
TestDriven.io: Cursor vs. Claude for Django Development
Link: https://testdriven.io/blog/django-cursor-vs-claude/
This article looks at how Cursor and Claude compare when developing a Django application.
Link: https://testdriven.io/blog/django-cursor-vs-claude/
This article looks at how Cursor and Claude compare when developing a Django application.
testdriven.io
Cursor vs. Claude for Django Development
This article looks at how Cursor and Claude compare when developing a Django application.
👍1
Django Weblog: 2026 DSF Board Candidates
Link: https://www.djangoproject.com/weblog/2025/nov/05/2026-dsf-board-candidates/
Thank you to the 19 individuals who have chosen to stand for election. This page contains their candidate statements submitted as part of the 2026 DSF Board Nominations.
Our deepest gratitude goes to
Link: https://www.djangoproject.com/weblog/2025/nov/05/2026-dsf-board-candidates/
Thank you to the 19 individuals who have chosen to stand for election. This page contains their candidate statements submitted as part of the 2026 DSF Board Nominations.
Our deepest gratitude goes to
Django Project
2026 DSF Board Candidates
Posted by Thibaud Colas on Nov. 5, 2025
Seth Michael Larson: Ice Pikmin and difficulty of Pikmin Bloom event decor sets
Link: https://sethmlarson.dev/ice-pikmin-and-difficulty-of-pikmin-bloom-event-decor-sets?utm_campaign=rss
I play Pikmin Bloom regularly with a group of friends. The game
can be best described as “Pokémon Go, but walking”. One of
the main goals of the game is to collect “decor Pikmin” which can
come from t
Link: https://sethmlarson.dev/ice-pikmin-and-difficulty-of-pikmin-bloom-event-decor-sets?utm_campaign=rss
I play Pikmin Bloom regularly with a group of friends. The game
can be best described as “Pokémon Go, but walking”. One of
the main goals of the game is to collect “decor Pikmin” which can
come from t
sethmlarson.dev
Ice Pikmin and difficulty of Pikmin Bloom event decor sets
I play Pikmin Bloom regularly with a group of friends. The game
can be best described as “Pokémon Go, but walking”. One of
the main goals of the game is to collect “decor Pikmin” which can
come fro...
can be best described as “Pokémon Go, but walking”. One of
the main goals of the game is to collect “decor Pikmin” which can
come fro...