Real Python: Python's Instance, Class, and Static Methods Demystified
Link: https://realpython.com/instance-class-and-static-methods-demystified/
Instance, class, and static methods each serve a distinct role in Python, and knowing when to use one over another is key to writing clean, maintainable code. Instance methods operate on individual ob
Link: https://realpython.com/instance-class-and-static-methods-demystified/
Instance, class, and static methods each serve a distinct role in Python, and knowing when to use one over another is key to writing clean, maintainable code. Instance methods operate on individual ob
Realpython
Python's Instance, Class, and Static Methods Demystified – Real Python
In this tutorial, you'll compare Python's instance methods, class methods, and static methods. You'll gain an understanding of when and how to use each method type to write clear and maintainable object-oriented code.
Python Bytes: #424 We Will Test in Production
Link: https://pythonbytes.fm/episodes/show/424/we-will-test-in-production
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://itnext.io/the-weird-quirk-with-rounding-in-python-e6cd98cb3d55?featured_on=pythonbytes">The weird quirk with ro
Link: https://pythonbytes.fm/episodes/show/424/we-will-test-in-production
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://itnext.io/the-weird-quirk-with-rounding-in-python-e6cd98cb3d55?featured_on=pythonbytes">The weird quirk with ro
pythonbytes.fm
We Will Test in Production
News and announcements from the Python community for the week of Mar 17th, 2025
EuroPython Society: Board Report for February 2025
Link: https://www.europython-society.org/board-report-for-february/
In February, our top priority was event logistics and organizational planning. We worked closely with our event manager, Anežka, on important aspects such as the venue, catering, and other logistics.
Link: https://www.europython-society.org/board-report-for-february/
In February, our top priority was event logistics and organizational planning. We worked closely with our event manager, Anežka, on important aspects such as the venue, catering, and other logistics.
EuroPython Society
Board Report for February 2025
In February, our top priority was event logistics and organizational planning. We worked closely with our event manager, Anežka, on important aspects such as the venue, catering, and other logistics. We're happy to announce that the contract with the venue…
Lucas Cimon: A review of HTML linters
Link: https://chezsoi.org/lucas/blog/a-review-of-html-linters.html
... and how to use them in CI pipelines.
Comparing W3C v.Nu HTML checke, html-tidy, htmlhint, html-validate, LintHTML and html-eslint.
— Permalink
Link: https://chezsoi.org/lucas/blog/a-review-of-html-linters.html
... and how to use them in CI pipelines.
Comparing W3C v.Nu HTML checke, html-tidy, htmlhint, html-validate, LintHTML and html-eslint.
— Permalink
Ludochaordic
A review of html linters
... and how to use them in CI pipelines. Overview Introduction / motivation HTML linters and their usage W3C v.Nu HTML checker html-tidy htmlhint html-validate LintHTML html-eslint Evaluating HTML linters on reference pages Conclusion Related tools & readings…
EuroPython: Keynote & Ticket Sales Announcement!
Link: https://blog.europython.eu/keynote-ticket-sales-announcement/
Hello, Pythonistas! 🐍 Welcome back to our cosy corner of community & code!It&aposs absolutely fantastic to have you here again, especially as we countdown the days until our reunion in Prague! 🎉 Quite
Link: https://blog.europython.eu/keynote-ticket-sales-announcement/
Hello, Pythonistas! 🐍 Welcome back to our cosy corner of community & code!It&aposs absolutely fantastic to have you here again, especially as we countdown the days until our reunion in Prague! 🎉 Quite
EuroPython Blog
Keynote & Ticket Sales Announcement!
Hello, Pythonistas! 🐍 Welcome back to our cosy corner of community & code!
It's absolutely fantastic to have you here again, especially as we countdown the days until our reunion in Prague! 🎉 Quite a few things have happened since our last catch-up so let’s…
It's absolutely fantastic to have you here again, especially as we countdown the days until our reunion in Prague! 🎉 Quite a few things have happened since our last catch-up so let’s…
PyCon: PyCon US 2025 - Travel Grants Transparency Blog Post
Link: https://pycon.blogspot.com/2025/03/travelgrants2025.html
Providing travel grants to community members for PyCon US and witnessing both their growth and contributions to the event is one of the most fulfilling aspects of our work at the PSF, and every year,
Link: https://pycon.blogspot.com/2025/03/travelgrants2025.html
Providing travel grants to community members for PyCon US and witnessing both their growth and contributions to the event is one of the most fulfilling aspects of our work at the PSF, and every year,
Blogspot
PyCon US 2025 - Travel Grants Transparency Blog Post
Providing travel grants to community members for PyCon US and witnessing both their growth and contributions to the event is one of the most...
Real Python: Using Structural Pattern Matching in Python
Link: https://realpython.com/courses/structural-pattern-matching/
Structural pattern matching is a powerful control flow construct invented decades ago that’s traditionally used by compiled languages, especially within the functional programming paradigm.
Most main
Link: https://realpython.com/courses/structural-pattern-matching/
Structural pattern matching is a powerful control flow construct invented decades ago that’s traditionally used by compiled languages, especially within the functional programming paradigm.
Most main
Realpython
Using Structural Pattern Matching in Python – Real Python
In this video course, you'll learn how to harness the power of structural pattern matching in Python. You'll explore the new syntax, delve into various pattern types, and find appropriate applications for pattern matching, all while identifying common pitfalls.
PyBites: FastAPI Deployment Made Easy with Docker and Fly.io
Link: https://pybit.es/articles/fastapi-deployment-made-easy-with-docker-and-fly-io/
For the PDM program I worked on a FastAPI project to track books using the Google Book API and also provide AI powered recommendations using Marvin AI. As the project came closer to deployment, I knew
Link: https://pybit.es/articles/fastapi-deployment-made-easy-with-docker-and-fly-io/
For the PDM program I worked on a FastAPI project to track books using the Google Book API and also provide AI powered recommendations using Marvin AI. As the project came closer to deployment, I knew
Pybites
FastAPI Deployment Made Easy With Docker And Fly.io - Pybites
For the PDM program I worked on a FastAPI project to track books using the Google Book API and also provide AI powered recommendations using Marvin AI. As the
PyCoder’s Weekly: Issue #673: Textual UIs, Tail-Call Performance, Bidirectional Generators, and More (March 18, 2025)
Link: https://pycoders.com/issues/673
#673 – MARCH 18, 2025 View in Browser » Python Textual: Build Beautiful UIs in the Terminal Textual is a Python library for building text-based user interfaces (TUIs) that support rich text, adv
Link: https://pycoders.com/issues/673
#673 – MARCH 18, 2025 View in Browser » Python Textual: Build Beautiful UIs in the Terminal Textual is a Python library for building text-based user interfaces (TUIs) that support rich text, adv
Pycoders
PyCoder’s Weekly | Issue #673
Textual UIs, Tail-Call Performance, Bidirectional Generators, and More
Python Morsels: Refactoring long boolean expressions
Link: https://www.pythonmorsels.com/refactoring-boolean-expressions/
You can improve the readability of long boolean expressions by splitting your code, naming sub-expressions, or rewriting your Boolean logic.
Table of contents
Breaking up long expressions
Naming s
Link: https://www.pythonmorsels.com/refactoring-boolean-expressions/
You can improve the readability of long boolean expressions by splitting your code, naming sub-expressions, or rewriting your Boolean logic.
Table of contents
Breaking up long expressions
Naming s
Pythonmorsels
Refactoring long boolean expressions
You can improve the readability of long boolean expressions by splitting your code, naming sub-expressions, or rewriting your Boolean logic.
Django Weblog: Django 5.2 release candidate 1 released
Link: https://www.djangoproject.com/weblog/2025/mar/19/django-52-rc1/
Django 5.2 release candidate 1 is the final opportunity for you to
try out a composite of new features before Django 5.2 is released.
The release candidate stage marks the string freeze and the call f
Link: https://www.djangoproject.com/weblog/2025/mar/19/django-52-rc1/
Django 5.2 release candidate 1 is the final opportunity for you to
try out a composite of new features before Django 5.2 is released.
The release candidate stage marks the string freeze and the call f
Django Project
Django 5.2 release candidate 1 released
Posted by Sarah Boyce on March 19, 2025
Real Python: Quiz: Python's Bytearray
Link: https://realpython.com/quizzes/python-bytearray/
In this quiz, you’ll test your understanding of Python’s Bytearray: A Mutable Sequence of Bytes.
By working through this quiz, you’ll revisit the key concepts and uses of bytearray in Python.
[ Impro
Link: https://realpython.com/quizzes/python-bytearray/
In this quiz, you’ll test your understanding of Python’s Bytearray: A Mutable Sequence of Bytes.
By working through this quiz, you’ll revisit the key concepts and uses of bytearray in Python.
[ Impro
Realpython
Python's Bytearray Quiz – Real Python
In this quiz, you'll test your understanding of Python's bytearray data type. By working through this quiz, you'll revisit the key concepts and uses of bytearray in Python.
Real Python: LangGraph: Build Stateful AI Agents in Python
Link: https://realpython.com/langgraph-python/
LangGraph is a versatile Python library designed for stateful, cyclic, and multi-actor Large Language Model (LLM) applications. LangGraph builds upon its parent library, LangChain, and allows you to b
Link: https://realpython.com/langgraph-python/
LangGraph is a versatile Python library designed for stateful, cyclic, and multi-actor Large Language Model (LLM) applications. LangGraph builds upon its parent library, LangChain, and allows you to b
Realpython
LangGraph: Build Stateful AI Agents in Python – Real Python
LangGraph is a versatile Python library designed for stateful, cyclic, and multi-actor Large Language Model (LLM) applications. This tutorial will give you an overview of LangGraph fundamentals through hands-on examples, and the tools needed to build your…
Quansight Labs Blog: Quansight Labs Annual Report 2024: Year of focus and execution
Link: https://labs.quansight.org/blog/labs-annual-report-2024
Presenting our 2024 annual report! Read about our open source project and community highlights, initiatives, and work culture.
Link: https://labs.quansight.org/blog/labs-annual-report-2024
Presenting our 2024 annual report! Read about our open source project and community highlights, initiatives, and work culture.
labs.quansight.org
Quansight Labs Annual Report 2024: Year of focus and execution
Presenting our 2024 annual report! Read about our open source project and community highlights, initiatives, and work culture.
PyCon: Refund Policy for International Attendees
Link: https://pycon.blogspot.com/2025/03/refund-policy-for-international.html
International travel to the United States has become more complex for many in our community. PyCon US welcomes all community members to Pittsburgh and we are committed to running a safe and friendly
Link: https://pycon.blogspot.com/2025/03/refund-policy-for-international.html
International travel to the United States has become more complex for many in our community. PyCon US welcomes all community members to Pittsburgh and we are committed to running a safe and friendly
Blogspot
Refund Policy for International Attendees
International travel to the United States has become more complex for many in our community. PyCon US welcomes all community members to P...
PyBites: Optimizing Python: Understanding Generator Mechanics, Expressions, and Efficiency
Link: https://pybit.es/articles/optimizing-python-understanding-generator-mechanics-expressions-and-efficiency/
Python generators provide an elegant mechanism for handling iteration, particularly for large datasets where traditional approaches may be memory-intensive. Unlike standard functions that compute and
Link: https://pybit.es/articles/optimizing-python-understanding-generator-mechanics-expressions-and-efficiency/
Python generators provide an elegant mechanism for handling iteration, particularly for large datasets where traditional approaches may be memory-intensive. Unlike standard functions that compute and
Pybites
Optimizing Python: Understanding Generator Mechanics, Expressions, And Efficiency - Pybites
Python generators provide an elegant mechanism for handling iteration, particularly for large datasets where traditional approaches may be memory-intensive.
PyBites: Optimizing Python: Understanding Generator Mechanics, Expressions, and Efficiency
Link: https://pybit.es/articles/generator-mechanics-expressions-and-efficiency/
Python generators provide an elegant mechanism for handling iteration, particularly for large datasets where traditional approaches may be memory-intensive. Unlike standard functions that compute and
Link: https://pybit.es/articles/generator-mechanics-expressions-and-efficiency/
Python generators provide an elegant mechanism for handling iteration, particularly for large datasets where traditional approaches may be memory-intensive. Unlike standard functions that compute and
Pybites
Optimizing Python: Understanding Generator Mechanics, Expressions, And Efficiency - Pybites
Python generators provide an elegant mechanism for handling iteration, particularly for large datasets where traditional approaches may be memory-intensive.
Seth Michael Larson: I fear for the unauthenticated web
Link: https://sethmlarson.dev/i-fear-for-the-unauthenticated-web?utm_campaign=rss
LLM and AI companies seem to all be in a race to
breathe the last breath of air in every room
they stumble into. This practice started with larger
websites, ones that already had protection from
malic
Link: https://sethmlarson.dev/i-fear-for-the-unauthenticated-web?utm_campaign=rss
LLM and AI companies seem to all be in a race to
breathe the last breath of air in every room
they stumble into. This practice started with larger
websites, ones that already had protection from
malic
sethmlarson.dev
I fear for the unauthenticated web
LLM and AI companies seem to all be in a race to
breathe the last breath of air in every room
they stumble into. This practice started with larger
websites, ones that already had protection from
ma...
breathe the last breath of air in every room
they stumble into. This practice started with larger
websites, ones that already had protection from
ma...
PyCharm: 数据科学中的数据清理
Link: https://blog.jetbrains.com/pycharm/2025/03/data-cleaning-in-data-science
在本数据科学博文系列中,我们探讨了从哪里获取数据以及如何使用 pandas 探索数据,不过虽然这些数据对于学习非常有用,但它与我们所说的真实世界数据并不相似。 用于学习的数据通常已经过清理和整理,方便您快速学习而不必考虑数据清理,但真实世界数据存在问题并且很混乱。 真实世界数据需要清理才能提供有用的洞察,这就是本文的主题。
数据问题可能来自数据本身的行为、数据收集方式,甚至是数据输入方式。 流程
Link: https://blog.jetbrains.com/pycharm/2025/03/data-cleaning-in-data-science
在本数据科学博文系列中,我们探讨了从哪里获取数据以及如何使用 pandas 探索数据,不过虽然这些数据对于学习非常有用,但它与我们所说的真实世界数据并不相似。 用于学习的数据通常已经过清理和整理,方便您快速学习而不必考虑数据清理,但真实世界数据存在问题并且很混乱。 真实世界数据需要清理才能提供有用的洞察,这就是本文的主题。
数据问题可能来自数据本身的行为、数据收集方式,甚至是数据输入方式。 流程
Real Python: The Real Python Podcast – Episode #244: A Decade of Automating the Boring Stuff With Python
Link: https://realpython.com/podcasts/rpp/244/
What goes into updating one of the most popular books about working with Python? After a decade of changes in the Python landscape, what projects, libraries, and skills are relevant to an office worke
Link: https://realpython.com/podcasts/rpp/244/
What goes into updating one of the most popular books about working with Python? After a decade of changes in the Python landscape, what projects, libraries, and skills are relevant to an office worke
Realpython
Episode #244: A Decade of Automating the Boring Stuff With Python – The Real Python Podcast
What goes into updating one of the most popular books about working with Python? After a decade of changes in the Python landscape, what projects, libraries, and skills are relevant to an office worker? This week on the show, we speak with previous guest…