Tryton News: Security Release for issue #14290
Link: https://discuss.tryton.org/t/security-release-for-issue-14290/8895
Brandon Da Costa and Mahdi Afshar have found that sao executes JavaScript included in HTML documents (such as attachments). These documents may be uploaded by any authenticated user. The JavaScript is
Link: https://discuss.tryton.org/t/security-release-for-issue-14290/8895
Brandon Da Costa and Mahdi Afshar have found that sao executes JavaScript included in HTML documents (such as attachments). These documents may be uploaded by any authenticated user. The JavaScript is
Tryton Discussion
Security Release for issue #14290
Brandon Da Costa and Mahdi Afshar have found that sao executes JavaScript included in HTML documents (such as attachments). These documents may be uploaded by any authenticated user. The JavaScript is executed in the same context as sao which gives access…
Armin Ronacher: Regulation Isn’t the European Trap — Resignation Is
Link: https://lucumr.pocoo.org/2025/10/21/eu-resigation/
Plenty has been written about how hard it is to build in Europe versus the US.
The list is always the same with little process: brittle politics, dense
bureaucracy, mandatory notaries, endless and rig
Link: https://lucumr.pocoo.org/2025/10/21/eu-resigation/
Plenty has been written about how hard it is to build in Europe versus the US.
The list is always the same with little process: brittle politics, dense
bureaucracy, mandatory notaries, endless and rig
Armin Ronacher's Thoughts and Writings
Regulation Isn’t the European Trap — Resignation Is
The difference between business in Europe and the US.
Reuven Lerner: Your personal mentor for Python and Pandas
Link: https://lerner.co.il/2025/10/21/your-personal-mentor-for-python-and-pandas/
I’ve been teaching Python and Pandas for decades — in companies, at conferences, and on YouTube — and I keep hearing the same frustrations everywhere I go:
“I understand the basics, but Pandas still
Link: https://lerner.co.il/2025/10/21/your-personal-mentor-for-python-and-pandas/
I’ve been teaching Python and Pandas for decades — in companies, at conferences, and on YouTube — and I keep hearing the same frustrations everywhere I go:
“I understand the basics, but Pandas still
Reuven Lerner
Your personal mentor for Python and Pandas
I’ve been teaching Python and Pandas for decades — in companies, at conferences, and on YouTube — and I keep hearing the same frustrations everywhere I go: “I understand the basics, but Pandas still feels
Real Python: Investigating Quasar Data With Polars and Interactive marimo Notebooks
Link: https://realpython.com/courses/investigating-quasar-data-polars-marimo-notebooks/
Learn to visualize quasar redshift data by building an interactive marimo dashboard using Polars, pandas, and Matplotlib.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Tri
Link: https://realpython.com/courses/investigating-quasar-data-polars-marimo-notebooks/
Learn to visualize quasar redshift data by building an interactive marimo dashboard using Polars, pandas, and Matplotlib.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Tri
Realpython
Investigating Quasar Data With Polars and Interactive marimo Notebooks – Real Python
Learn to visualize quasar redshift data by building an interactive marimo dashboard using Polars, pandas, and Matplotlib. You'll practice retrieving, cleaning, and displaying data in your notebook. You'll also build interactive UI components that live-update…
PyCoder’s Weekly: Issue #705: Lazy Imports, Descriptors, REPL Customization, and More (Oct. 21, 2025)
Link: https://pycoders.com/issues/705
#705 – OCTOBER 21, 2025 View in Browser » Python Lazy Imports You Can Use Today There’s a proposal for Python to natively support lazy importing starting in Python 3.15. However, there are techn
Link: https://pycoders.com/issues/705
#705 – OCTOBER 21, 2025 View in Browser » Python Lazy Imports You Can Use Today There’s a proposal for Python to natively support lazy importing starting in Python 3.15. However, there are techn
Pycoders
PyCoder’s Weekly | Issue #705
Lazy Imports, Descriptors, REPL Customization, and More
Seth Michael Larson: Drawing an ASCII TIE fighter for post-quantum cryptography
Link: https://sethmlarson.dev/drawing-an-ascii-tie-fighter-for-post-quantum-cryptography?utm_campaign=rss
This is a funny short story about contributing to internet standards.
The real heroes of the story are Filippo Valsorda and all the other contributors to post-quantum cryptography standards (PQC). Wit
Link: https://sethmlarson.dev/drawing-an-ascii-tie-fighter-for-post-quantum-cryptography?utm_campaign=rss
This is a funny short story about contributing to internet standards.
The real heroes of the story are Filippo Valsorda and all the other contributors to post-quantum cryptography standards (PQC). Wit
sethmlarson.dev
Drawing an ASCII TIE fighter for post‑quantum cryptography
This is a funny short story about contributing to internet standards.
The real heroes of the story are Filippo Valsorda and all the other contributors to post-quantum cryptography standards (PQC). ...
The real heroes of the story are Filippo Valsorda and all the other contributors to post-quantum cryptography standards (PQC). ...
Real Python: Quiz: What Can I Do With Python?
Link: https://realpython.com/quizzes/what-can-i-do-with-python/
How well do you know the different areas where Python shines? In this quiz, you’ll revisit web apps and APIs, GUI apps, CLI tools, machine learning, and more.
You’ll also check what Python isn’t suite
Link: https://realpython.com/quizzes/what-can-i-do-with-python/
How well do you know the different areas where Python shines? In this quiz, you’ll revisit web apps and APIs, GUI apps, CLI tools, machine learning, and more.
You’ll also check what Python isn’t suite
Realpython
What Can I Do With Python? Quiz – Real Python
Test your knowledge of what Python can and can't do, from web and GUI apps to data science, CLI tools, and embedded systems.
Daniel Roy Greenfeld: uv+just for testing multiple Python versions
Link: https://daniel.feldroy.com/posts/2025-10-uv-just-for-testing-multiple-python-versions
For years I used tox and nox to test my Python projects against multiple Python versions on multiple operating systems. While both tools are powerful, they require configuration complex enough that I
Link: https://daniel.feldroy.com/posts/2025-10-uv-just-for-testing-multiple-python-versions
For years I used tox and nox to test my Python projects against multiple Python versions on multiple operating systems. While both tools are powerful, they require configuration complex enough that I
https://daniel.feldroy.com
uv+just for testing multiple Python versions
In the old days we relied on tox and nox to test a Python project against multiple Python versions, now we can lean on uv+just. For most projects this keeps our configuration straightforward and reduces dependencies.
Real Python: What Can I Do With Python?
Link: https://realpython.com/what-can-i-do-with-python/
If you’re new to programming and considering Python, knowing what you can do with it can be motivating. Python is used in many fields, including web and desktop development, data science, artificial i
Link: https://realpython.com/what-can-i-do-with-python/
If you’re new to programming and considering Python, knowing what you can do with it can be motivating. Python is used in many fields, including web and desktop development, data science, artificial i
Realpython
What Can I Do With Python? – Real Python
Learn how Python builds software, powers AI, automates tasks, and drives robotics. Discover tools and projects to guide your programming journey.
Django Weblog: Django 6.0 beta 1 released
Link: https://www.djangoproject.com/weblog/2025/oct/22/django-60-beta-released/
Django 6.0 beta 1 is now available. It represents the second
stage in the 6.0 release cycle and is an opportunity to try out
the changes coming in Django 6.0.
Django 6.0 assembles a mosaic of modern t
Link: https://www.djangoproject.com/weblog/2025/oct/22/django-60-beta-released/
Django 6.0 beta 1 is now available. It represents the second
stage in the 6.0 release cycle and is an opportunity to try out
the changes coming in Django 6.0.
Django 6.0 assembles a mosaic of modern t
Django Project
Django 6.0 beta 1 released
Posted by Natalia Bidart on Oct. 22, 2025
Patrick Altman: Reusing GraphQL Queries within Django
Link: https://wedgworth.dev/reusing-graphql-queries-within-django/
We like to use GraphQL as the API layer for building SPAs (Single Page App) written with a VueJS frontend and Django backend. Types tend to map pretty nicely to models and frontend development can re
Link: https://wedgworth.dev/reusing-graphql-queries-within-django/
We like to use GraphQL as the API layer for building SPAs (Single Page App) written with a VueJS frontend and Django backend. Types tend to map pretty nicely to models and frontend development can re
Wedgworth Technology
Reusing GraphQL Queries within Django
How we query our GraphQL API directly through Python avoiding duplication of query logic and overhead of web requests.
Django Weblog: PyCharm & Django annual fundraiser
Link: https://www.djangoproject.com/weblog/2025/oct/23/pycharm-django-annual-fundraiser/
We are excited to share the news about our annual fundraiser – and a new way for you to benefit from it. We need your help to support key initiatives such as:
Django Fellows: Ensuring the rapid devel
Link: https://www.djangoproject.com/weblog/2025/oct/23/pycharm-django-annual-fundraiser/
We are excited to share the news about our annual fundraiser – and a new way for you to benefit from it. We need your help to support key initiatives such as:
Django Fellows: Ensuring the rapid devel
Django Project
PyCharm & Django annual fundraiser
Posted by Thibaud Colas and JetBrains on Oct. 23, 2025
Quansight Labs Blog: BLAS/LAPACK packaging
Link: https://labs.quansight.org/blog/blas-lapack-packaging
An overview of differences between BLAS / LAPACK implementations and their packaging.
Link: https://labs.quansight.org/blog/blas-lapack-packaging
An overview of differences between BLAS / LAPACK implementations and their packaging.
labs.quansight.org
BLAS/LAPACK packaging
An overview of differences between BLAS / LAPACK implementations and their packaging.
PyCharm: Why Performance Matters in Python Development
Link: https://blog.jetbrains.com/pycharm/2025/10/why-performance-matters-in-python-development/
This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field.
Python’s flexibility and ease of use make it a go-to language for dev
Link: https://blog.jetbrains.com/pycharm/2025/10/why-performance-matters-in-python-development/
This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field.
Python’s flexibility and ease of use make it a go-to language for dev
The JetBrains Blog
Why Performance Matters in Python Development | The PyCharm Blog
Learn why code optimization is important and how efficient Python code improves speed, scalability, and the user experience.