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...
Django Weblog: Django at PyCon FR 2025 🇫🇷
Link: https://www.djangoproject.com/weblog/2025/nov/07/django-at-pycon-fr-2025/
Last week, we had a great time at PyCon FR 2025 - a free (!) gathering for Pythonistas in France. Here are some of our highlights.
Sprints on Django, our website, IA, marketing
Over two days, the conf
Link: https://www.djangoproject.com/weblog/2025/nov/07/django-at-pycon-fr-2025/
Last week, we had a great time at PyCon FR 2025 - a free (!) gathering for Pythonistas in France. Here are some of our highlights.
Sprints on Django, our website, IA, marketing
Over two days, the conf
Django Project
Django at PyCon FR 2025 🇫🇷
Posted by Sarah Abderemane & Thibaud Colas on Nov. 7, 2025
Real Python: The Real Python Podcast – Episode #273: Advice for Writing Maintainable Python Code
Link: https://realpython.com/podcasts/rpp/273/
What are techniques for writing maintainable Python code? How do you make your Python more readable and easier to refactor? Christopher Trudeau is back on the show this week, bringing another batch of
Link: https://realpython.com/podcasts/rpp/273/
What are techniques for writing maintainable Python code? How do you make your Python more readable and easier to refactor? Christopher Trudeau is back on the show this week, bringing another batch of
Realpython
Episode #273: Advice for Writing Maintainable Python Code – The Real Python Podcast
What are techniques for writing maintainable Python code? How do you make your Python more readable and easier to refactor? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
Rodrigo Girão Serrão: Module compression overview
Link: https://mathspp.com/blog/module-compression-overview
A high-level overview of how to use the module compression, new in Python 3.14.
This article will teach you how to use the package compression, new in Python 3.14.
You will learn how to
compress and
Link: https://mathspp.com/blog/module-compression-overview
A high-level overview of how to use the module compression, new in Python 3.14.
This article will teach you how to use the package compression, new in Python 3.14.
You will learn how to
compress and
Mathspp
Module compression overview
A high-level overview of how to use the module compression, new in Python 3.14.
The Python Coding Stack: The Misunderstood Hashable Types and Why Dictionaries Are Called Dictionaries • [Club]
Link: https://www.thepythoncodingstack.com/p/the-misunderstood-hashable-types
Pick up a dictionary. No, not that one. The real dictionary you have on your bookshelf, the one that has pages made of paper, which you use to look up the meaning of English words. Or whatever other l
Link: https://www.thepythoncodingstack.com/p/the-misunderstood-hashable-types
Pick up a dictionary. No, not that one. The real dictionary you have on your bookshelf, the one that has pages made of paper, which you use to look up the meaning of English words. Or whatever other l
Thepythoncodingstack
The Misunderstood Hashable Types and Why Dictionaries Are Called Dictionaries • [Club]
What does hashable really mean? And what’s the real superpower in dictionaries?
Chris Warrick: Distro Hopping, Server Edition
Link: https://chriswarrick.com/blog/2025/11/09/distro-hopping-server-edition/
I’ve recently migrated my VPS from Fedora to Ubuntu. Here’s a list of things that might be useful to keep in mind before, during, and after a migration of a server that hosts publicly accessible Web s
Link: https://chriswarrick.com/blog/2025/11/09/distro-hopping-server-edition/
I’ve recently migrated my VPS from Fedora to Ubuntu. Here’s a list of things that might be useful to keep in mind before, during, and after a migration of a server that hosts publicly accessible Web s
Chris Warrick
Distro Hopping, Server Edition
I’ve recently migrated my VPS from Fedora to Ubuntu. Here’s a list of things that might be useful to keep in mind before, during, and after a migration of a server that hosts publicly accessible Web s
Ned Batchelder: Three releases, one new organization
Link: https://nedbatchelder.com/blog/202511/three_releases_one_new_organization.html
It’s been a busy, bumpy week with coverage.py. Some things did not go
smoothly, and I didn’t handle everything as well as I could have.It started with trying to fix issue 2064 about
conflicts between
Link: https://nedbatchelder.com/blog/202511/three_releases_one_new_organization.html
It’s been a busy, bumpy week with coverage.py. Some things did not go
smoothly, and I didn’t handle everything as well as I could have.It started with trying to fix issue 2064 about
conflicts between
Nedbatchelder
Three releases, one new organization
This weekend I made three releases of coverage.py. What happened?
Talk Python to Me: #527: MCP Servers for Python Devs
Link: https://talkpython.fm/episodes/show/527/mcp-servers-for-python-devs
Today we’re digging into the Model Context Protocol, or MCP. Think LSP for AI: build a small Python service once and your tools and data show up across editors and agents like VS Code, Claude Code, an
Link: https://talkpython.fm/episodes/show/527/mcp-servers-for-python-devs
Today we’re digging into the Model Context Protocol, or MCP. Think LSP for AI: build a small Python service once and your tools and data show up across editors and agents like VS Code, Claude Code, an
talkpython.fm
MCP Servers for Python Devs
Today we’re digging into the Model Context Protocol, or MCP. Think LSP for AI: build a small Python service once and your tools and data show up across editors and agents like VS Code, Claude Code, and more. My guest, Den Delimarsky from Microsoft, helps…
PyCharm: Rust vs. Python: Finding the right balance between speed and simplicity
Link: https://blog.jetbrains.com/rust/2025/11/10/rust-vs-python-finding-the-right-balance-between-speed-and-simplicity/
Link: https://blog.jetbrains.com/rust/2025/11/10/rust-vs-python-finding-the-right-balance-between-speed-and-simplicity/
The JetBrains Blog
Rust vs. Python: Finding the right balance between speed and simplicity | The RustRover Blog
Compare Rust and Python across performance, usability, tooling, and ecosystem. Learn which language is best for your next project.
Real Python: Python 3.14 Released and Other Python News for November 2025
Link: https://realpython.com/python-news-november-2025/
Python 3.14 is out now, bringing t-strings, deferred annotations, better error messages, and plenty more to explore. As developers start adopting the new version, Python 3.15 begins its alpha phase, a
Link: https://realpython.com/python-news-november-2025/
Python 3.14 is out now, bringing t-strings, deferred annotations, better error messages, and plenty more to explore. As developers start adopting the new version, Python 3.15 begins its alpha phase, a
Realpython
Python 3.14 Released and Other Python News for November 2025 – Real Python
Python 3.14 is officially out, Python 3.15 begins, and Python 3.9 reaches end of life. Plus, Django 6.0 first beta released, new PEPs, and more Python news.
Patrick Altman: Using Vite with Vue and Django
Link: https://wedgworth.dev/using-vite-with-vue-and-django/
I&aposve been building web applications with Vue and Django for a long time. I don&apost remember my first one—certainly before Vite was available. As soon as I switched to using Vite, I ended up bu
Link: https://wedgworth.dev/using-vite-with-vue-and-django/
I&aposve been building web applications with Vue and Django for a long time. I don&apost remember my first one—certainly before Vite was available. As soon as I switched to using Vite, I ended up bu
Wedgworth Technology
Using Vite with Vue and Django
Learn how we integrate Vue and Django for a bullet proof deployment.
Glyph Lefkowitz: The “Dependency Cutout” Workflow Pattern, Part I
Link: https://blog.glyph.im/2025/11/dependency-cutout-workflow-pattern.html
Tell me if you’ve heard this one before.
You’re working on an application. Let’s call it “FooApp”. FooApp has a
dependency on an open source library, let’s call it “LibBar”. You find a bug
in LibBa
Link: https://blog.glyph.im/2025/11/dependency-cutout-workflow-pattern.html
Tell me if you’ve heard this one before.
You’re working on an application. Let’s call it “FooApp”. FooApp has a
dependency on an open source library, let’s call it “LibBar”. You find a bug
in LibBa
blog.glyph.im
The “Dependency Cutout” Workflow Pattern, Part I
It’s important to be able to fix bugs in your open source dependencies, and not just work around them.