#Python

[ follow ]
#python
fromRealpython
2 days ago
Python

Episode #296: Managing Polars Schema Issues & Profiling GitHub Users - The Real Python Podcast

Python
fromdeath and gravity
3 days ago

reader 3.24 released - help, multi-user updates

Version 3.24 adds context-sensitive help, structured logging, fixes feed update threading, and advances hosted multi-user feed update architecture.
Python
fromRealpython
5 days ago

Tapping Into the Zen of Python - Real Python

The Zen of Python provides 19 guiding aphorisms for Python’s design, emphasizing readability, simplicity, and explicitness while prioritizing practicality.
Python
fromGrahamdumpleton
14 hours ago

Stateful decorators in wrapt - Graham Dumpleton

Wrapt 2.2.0 adds a helper that simplifies creating decorators that retain and expose state across calls, including for methods.
JavaScript
fromGrahamdumpleton
14 hours ago

Per-instance lru_cache using wrapt - Graham Dumpleton

wrapt.lru_cache provides a thin wrapper around functools.lru_cache that correctly handles instance methods without changing caching behavior or eviction semantics.
fromRealpython
2 days ago
Python

Episode #296: Managing Polars Schema Issues & Profiling GitHub Users - The Real Python Podcast

Python
fromLoopwerk
2 days ago

uv is fantastic, but its package management UX is a mess

uv is fast and consolidates tooling, but its maintenance workflow is clunkier, and its default dependency constraints can be unsafe for production stability.
Python
fromdeath and gravity
3 days ago

reader 3.24 released - help, multi-user updates

Version 3.24 adds context-sensitive help, structured logging, fixes feed update threading, and advances hosted multi-user feed update architecture.
Python
fromRealpython
5 days ago

Tapping Into the Zen of Python - Real Python

The Zen of Python provides 19 guiding aphorisms for Python’s design, emphasizing readability, simplicity, and explicitness while prioritizing practicality.
Django
fromRealpython
4 days ago

How to Use the Claude API in Python Quiz - Real Python

Quiz tests knowledge of using the Claude API in Python, including SDK installation, sending prompts, system parameters, and structured JSON output via schema or Pydantic.
#httpx
Python
fromTildeweb
1 week ago

httpx2! | Blog

httpxyz remains supported while httpx2 is welcomed as the blessed fork for users moving away from httpx.
Web frameworks
fromTildeweb
3 weeks ago

httpxyz one month in | Blog

httpxyz offers significant bug fixes and performance improvements over httpx, encouraging users to switch to their version.
Python
fromTildeweb
1 week ago

httpx2! | Blog

httpxyz remains supported while httpx2 is welcomed as the blessed fork for users moving away from httpx.
Web frameworks
fromTildeweb
3 weeks ago

httpxyz one month in | Blog

httpxyz offers significant bug fixes and performance improvements over httpx, encouraging users to switch to their version.
Python
fromTalkpython
1 week ago

Event Sourcing Design Pattern

Event sourcing stores every change as immutable events that can be replayed to rebuild state, enabling clear history and strong support for AI-assisted coding workflows.
#django
Django
fromPycoders
1 month ago

PyCoder's Weekly | Issue #730

Django's type hints integration is complex due to its early release before Python's standardization.
Django
fromPycoders
1 month ago

PyCoder's Weekly | Issue #728

Django projects can be improved with Alpine AJAX and friendly classes for better code quality and maintainability.
Django
fromDjango Project
1 week ago

DSF member of the month - Bhuvnesh Sharma

Bhuvnesh Sharma contributes to Django since 2022, mentors GSoC, leads DEFI and DjangoDay India, and seeks new opportunities.
Django
fromDjango Project
1 month ago

DSF member of the month - Rob Hudson

Rob Hudson is recognized as the DSF member of the month for his contributions to Django and open source software.
Django
fromPycoders
1 month ago

PyCoder's Weekly | Issue #730

Django's type hints integration is complex due to its early release before Python's standardization.
Django
fromPycoders
1 month ago

PyCoder's Weekly | Issue #728

Django projects can be improved with Alpine AJAX and friendly classes for better code quality and maintainability.
Python
fromMedium
2 weeks ago

Understanding Programming Languages - Purpose, Evolution, and Use Cases

Programming languages evolved to address specific software development problems, improving readability, portability, productivity, scalability, concurrency, and safety over time.
fromTalkpython
2 weeks ago

Parallel Python at Any Scale with Ray

Ray was originally built for reinforcement learning research, then quietly faded as RL hit a wall. Until ChatGPT showed up. Suddenly reinforcement learning was back, as the post-training step that turns a raw language model into something genuinely useful.
Python
#textual
Python
fromMouse Vs Python
1 month ago

Textual - Logging to File and to Textual Console - Mouse Vs Python

Textual simplifies logging in user interfaces by integrating with Python's logging module, allowing easy setup for logging to files and consoles.
jQuery
fromMouse Vs Python
1 month ago

Textual - An Intro to DOM Queries (Part I) - Mouse Vs Python

Querying the DOM in Textual allows for efficient widget retrieval and updates using the query_one() method.
Python
fromMouse Vs Python
1 month ago

Textual - Logging to File and to Textual Console - Mouse Vs Python

Textual simplifies logging in user interfaces by integrating with Python's logging module, allowing easy setup for logging to files and consoles.
jQuery
fromMouse Vs Python
1 month ago

Textual - An Intro to DOM Queries (Part I) - Mouse Vs Python

Querying the DOM in Textual allows for efficient widget retrieval and updates using the query_one() method.
Python
fromRealpython
2 weeks ago

Use Codex CLI to Enhance Your Python Projects - Real Python

Codex CLI enables adding features to Python projects directly from the terminal using AI-powered assistance.
#httpxyz
Python
fromTildeweb
2 weeks ago

Talk at PyGrunn on httpxyz | Blog

A new fork of the Python package httpx called httpxyz will be presented at PyGrunn on May 8, 2026.
Python
fromTildeweb
4 weeks ago

Talk at PyAmsterdam on httpxyz | Blog

A lightning talk on the new Python package httpxyz will be presented at PyAmsterdam on April 29, 2026.
Python
fromTildeweb
2 weeks ago

Talk at PyGrunn on httpxyz | Blog

A new fork of the Python package httpx called httpxyz will be presented at PyGrunn on May 8, 2026.
Python
fromTildeweb
4 weeks ago

Talk at PyAmsterdam on httpxyz | Blog

A lightning talk on the new Python package httpxyz will be presented at PyAmsterdam on April 29, 2026.
Python
fromPycon
3 weeks ago

Asking the Key Questions: Q&A with the PyCon US 2026 keynote speaker amanda casari

Building inclusive communities in tech fosters connection and hope in open source.
Django
fromMouse Vs Python
3 weeks ago

Textual-cogs 0.0.5 Released - Mouse Vs Python

Creating open source libraries can be rewarding, as demonstrated by the development of the textual-cogs package for Textual.
#factory-method-pattern
Python
fromRealpython
1 month ago

Implementing the Factory Method Pattern in Python Quiz - Real Python

The quiz tests understanding of the Factory Method Pattern in Python.
Python
fromRealpython
1 month ago

Implementing the Factory Method Pattern in Python Quiz - Real Python

The quiz tests understanding of the Factory Method Pattern in Python.
#streamlit
jQuery
fromPython GUIs
3 weeks ago

Connect Streamlit buttons to trigger actions

Streamlit allows developers to create interactive web applications using buttons for user-triggered actions.
Web frameworks
fromPython GUIs
4 weeks ago

Streamlit Widgets: Build your apps using common UI components

Streamlit is a Python library for building interactive web apps with a variety of customizable widgets.
jQuery
fromPython GUIs
3 weeks ago

Connect Streamlit buttons to trigger actions

Streamlit allows developers to create interactive web applications using buttons for user-triggered actions.
Web frameworks
fromPython GUIs
4 weeks ago

Streamlit Widgets: Build your apps using common UI components

Streamlit is a Python library for building interactive web apps with a variety of customizable widgets.
Information security
fromThe Hacker News
3 weeks ago

New Python Backdoor Uses Tunneling Service to Steal Browser and Cloud Credentials

DEEP#DOOR is a Python-based backdoor framework that enables persistent access and sensitive information harvesting from compromised systems.
fromEuroPython Blog
3 weeks ago

EuroPython 2026: Ticket Sales Now Open

EuroPython is more than just talks and tutorials: it's a time when the entire community is together, regardless of experience level or background.
Python
Software development
fromMedium
3 weeks ago

Multi-Agent A2A with the Agent Development Kit(ADK), Azure AKS, and Gemini CLI

Multi-Agent applications can be built using the Google Agent Development Kit and Gemini LLM on Azure AKS with Python.
Python
fromMariatta
3 weeks ago

PyCascades 2026 Recap

Permacomputing promotes sustainable computing practices to prevent digital assets from becoming obsolete or lost due to vendor decisions or external circumstances.
fromPyPy
3 weeks ago
Python

PyPy v7.3.22 release

PyPy v7.3.22 is a bug-fix release improving JIT performance and compatibility with CPython for both Python 2.7 and 3.11.
Django
fromPaolo Melchiorre
3 weeks ago

My DjangoCon Europe 2026

The journey to DjangoCon Europe 2026 began in Lecce, continued in Bari, and culminated in Athens, capturing real-time experiences through Mastodon posts.
#ai
fromPycon
3 weeks ago
Python

Asking the Key Questions: Q&A with the PyCon US 2026 keynote speaker Lin Qiao

Python
fromPycon
1 month ago

Python and the Future of AI: Agents, Inference, and Edge AI

AI tools are increasingly integrated into development, with a dedicated track at PyCon US focusing on their future and practical applications.
Python
fromPycon
3 weeks ago

Asking the Key Questions: Q&A with the PyCon US 2026 keynote speaker Lin Qiao

AI products lack competitive advantage without unique infrastructure and community engagement.
Python
fromPycon
1 month ago

Python and the Future of AI: Agents, Inference, and Edge AI

AI tools are increasingly integrated into development, with a dedicated track at PyCon US focusing on their future and practical applications.
Python
fromRealpython
1 month ago

Episode #292: Becoming a Better Python Developer Through Learning Rust - The Real Python Podcast

Learning Rust enhances Python development skills by enforcing discipline in code quality and design through its compiled nature.
#altair
Data science
fromRealpython
1 month ago

Altair: Declarative Charts With Python - Real Python

Altair simplifies data visualization in Python by allowing users to describe data meaning rather than scripting every detail.
Data science
fromRealpython
1 month ago

Altair: Declarative Charts With Python - Real Python

Altair simplifies data visualization in Python by allowing users to describe data meaning rather than scripting every detail.
Python
fromRealpython
1 month ago

SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files Quiz - Real Python

The quiz tests understanding of SQLite and SQLAlchemy concepts in Python.
Information security
fromThe Hacker News
1 month ago

Cohere AI Terrarium Sandbox Flaw Enables Root Code Execution, Container Escape

A critical vulnerability in the Terrarium Python sandbox allows arbitrary code execution with root privileges, rated 9.3 on the CVSS scale.
Python
fromRealpython
1 month ago

Gemini CLI vs Claude Code: Which to Choose for Python Tasks - Real Python

Gemini CLI and Claude Code are compared based on performance, user experience, and installation requirements for building a Python CLI-based to-do application.
Python
fromPycon
1 month ago

How to Build Your PyCon US 2026 Schedule

PyCon US 2026 offers curated pathways for attendees to navigate over 100 talks on various Python topics from May 13-19 in Long Beach.
fromNed Batchelder
1 month ago
Python

Linklint

Linklint is a Sphinx extension that suppresses excessive links in Python documentation to improve clarity and accessibility.
Python
fromPycoders
1 month ago

PyCoder's Weekly | Issue #729

SerpApi provides structured JSON from search engines, simplifying data retrieval for AI applications.
Python
fromRealpython
1 month ago

Using Loguru to Simplify Python Logging - Real Python

Logging is essential for tracking and debugging applications, and Loguru simplifies this process in Python.
Python
fromRealpython
1 month ago

Building a Python GUI Application With Tkinter Quiz - Real Python

Test understanding of Tkinter through a 10-question interactive quiz on core widgets and application building.
Python
fromTalkpython
1 month ago

Deep Agents: LangChain's SDK for Agents That Plan and Delegate

Deep Agents framework enables building advanced AI agents using Python functions and middleware, enhancing capabilities beyond standard LLMs.
fromPeterbe
1 month ago

pytest "import file mismatch" - Peterbe.com

The error indicated that the imported module 'test_comments' had a different __file__ attribute than the test file intended for collection, leading to confusion in pytest.
Python
Python
fromRealpython
1 month ago

Test-Driven Development With pytest Quiz - Real Python

The quiz tests understanding of Test-Driven Development with pytest through 8 questions.
Fundraising
fromPycon
1 month ago

Support PyLadies: Donate to the PyLadies Auction at PyCon US 2026!

Items that are artsy, nerdy, and Python-specific are popular for donation to the PyLadies Charity Auction.
fromThe JetBrains Blog
1 month ago

What's New in PyCharm 2026.1 | The PyCharm Blog

PyCharm now offers the option to use debugpy as the default debugger backend, providing the industry-standard Debug Adapter Protocol (DAP) that aligns the IDE with the broader Python ecosystem.
Python
Python
fromPython GUIs
1 month ago

Using QThr

PySide6 allows direct use of Python callables with QThreadPool.start() for simple background tasks, eliminating the need for QRunnable subclasses.
[ Load more ]