Quoting Seth Larson
PyPI now rejects uploads to releases older than 14 days to prevent supply-chain attacks, as explained by Seth Larson.
PyPI now rejects uploads to releases older than 14 days to prevent supply-chain attacks, as explained by Seth Larson.
PyPI now rejects uploads to releases older than 14 days to prevent supply-chain attacks, as explained by Seth Larson.
A developer shares a custom skill to sync agentic coding session artifacts with teammates via Git commits.
WidgetDAG: interactive graph-based notebooks using marimo and wigglystuff for static sites.
An analysis of Django's resurgence in popularity, comparing it to FastAPI and discussing its advantages for AI-driven development.
Using Python to reverse engineer data analysis by enumerating possibilities with itertools.product.
A conference talk summary on deploying Python web apps in 2026, covering hosting options and deployment best practices.
A recap of EuroPython 2026 in Krakow, Poland, from a PyCharm team member's perspective, including talks, booths, and community events.
A developer shares Django features they enjoy while building backend-focused websites with SQL and HTML, including query builders and template filters.
A personal timeline of a speaker's experience at EuroPython 2026 in Kraków, including talks, community events, and social moments.
Explains how to fit a list of words into a compact regular expression using trie data structures, with examples in Python and grep/ripgrep.
Explores quadratic residues modulo primes, focusing on low squares and a unique signature property for primes congruent to 3 mod 4.
A blog post noting the recent commit to the Quixote web framework, which has a 21-year-old Git history.
A blog post noting the recent commit to the Quixote Python web framework, which started 21 years ago.
Python scripts to scrape and convert SwissDelphiCenter Delphi tips from the Wayback Machine for GExperts import.
Using Python's squarify library to create treemaps visualizing the distribution of ICD-10 and HCPCS medical codes by starting letter.
Learn to connect Azure App Service to Azure SQL Database using a User-Assigned Managed Identity with Python and pyodbc, eliminating passwords.
Learn a cache-friendly method for using uvx in GitHub Actions to avoid repeated PyPI downloads and speed up workflows.
DOOMQL is a Doom-like game built with SQLite as the game engine, using recursive CTEs for ray tracing and Python for terminal play.
DOOMQL is a Doom-like game built using SQLite as the game engine, with ray tracing via recursive CTEs, playable in a Python terminal.