Public list by ~pycoders

Issue #743: Stacks & Queues, Django F-Expressions, MCP Clients, and More (2026-07-14)

Nifty Django Feature: F Expressions

https://www.better-simple.com/django/2026/07/02/nifty-feature-f-expressions/

Nifty Django Feature: F Expressions Django’s F-Expression provides a way of querying fields from the ORM. They’re particularly handy to traverse relationships in more complex queries. TIM SCHILLING

#django #nifty django feature #orm #concurrency

about 1 month ago

AURI for Developers | AI-Native AppSec Platform | Endor La

https://www.endorlabs.com/platform/developer

Secure Your Code, Wherever, or However You Write It AI coding agents have blind spots, they reproduce patterns but struggle with security context. AURI by Endor Labs plugs into your editor via MCP, catching flaws, signaling exposed secrets, and spotting malicious dependencies. Ship secure by default. Try AURI Free → ENDOR LABS sponsor

about 1 month ago

Testing MCP Servers With a Python MCP Client

https://realpython.com/courses/testing-mcp-servers-with-a-python-mcp-client/

Testing MCP Servers With a Python MCP Client Learn how to build a Python MCP client that tests MCP servers from your terminal. List their tools, prompts, and resources, then call each one. REAL PYTHON course

about 1 month ago

PyData Bristol | Meetup

https://www.meetup.com/PyData-Bristol/

PyData Bristol Meetup July 16, 2026 MEETUP.COM

about 1 month ago

Django Girls Tamale on 15th November 2026

https://djangogirls.org/en/tamale/

DjangoGirls Tamale 2026 July 17 to July 19, 2026 DJANGOGIRLS.ORG

#programming #python #django #workshop #women #females

about 1 month ago

Stacks and queues in Python

https://www.pythonmorsels.com/stacks-and-queues/

Stacks and Queues in Python This post shows you how to use a Python list for stack operations (last-in, first-out) and a deque from the collections module for queue operations (first-in, first-out). TREY HUNNER

about 1 month ago

Django security releases issued: 6.0.7 and 5.2.16

https://www.djangoproject.com/weblog/2026/jul/07/security-releases/

Django Security Releases Issued: 6.0.7 and 5.2.16 DJANGO SOFTWARE FOUNDATION

#python #django #framework #open-source

about 1 month ago

Constructing and Judging Modern Agentic Workflows

https://realpython.com/podcasts/rpp/302/

Constructing and Judging Modern Agentic Workflows How can you improve your LLM agent systems through specification enrichment? What are the advantages of having an LLM act as a judge within an agent system? This week on the show, Senior IEEE Member and Quality Engineer Suneet Malhotra joins us to discuss building and evaluating agentic architecture. REAL PYTHON podcast

about 1 month ago

What `for x in y` hides from you

https://fromscratchcode.com/blog/what-for-x-in-y-hides-from-you/

What for x in y Hides From You An explanation of how Python’s for x in y syntax is a thin wrapper around the iterator protocol: iter(...), next(...), and StopIteration. Using examples from Memphis, a Python interpreter written in Rust, it shows how this design makes lists, ranges, and generators feel unified rather than magical. TYLER GREEN • Shared by Tyler Green

about 1 month ago

HydraDB

https://hydradb.com/

Stop stitching 5 different systems together for your agents. Dev teams spend weeks fitting together vector DBs, graph DBs, relational stores, filesystem primitives and optimizing cache. How about everything via a single API? P90 sub-200ms recall - the fastest graph database to unlock true agent memory, knowledge graphs and user-personalization. Click Here to Try HydraDB Out for Free HYDRADB sponsor

about 1 month ago

Building a fast HTML toolkit in C for Python

https://bernat.tech/posts/blazing-fast-html-parser/

Building a Fast HTML Toolkit in C for Python turbohtml began as a patch to speed up html.escape and html.unescape in CPython. When the core team declined to maintain SIMD in the standard library, it became a third party library instead. This post is its story. BERNÁT GÁBOR • Shared by Bernát Gábor

#html parser #html toolkit #python c extension #simd #swar #zero-copy

about 1 month ago

How to publish to PyPI using GitHub Actions securely

https://snarky.ca/how-to-publish-to-pypi-using-github-actions-securely/

How to Publish to PyPI Using GitHub Actions Securely If you’re using GitHub Actions to publish your Python libraries, this article is for you. Learn what are the best practices to ensure the process is secure and what tools you can use to validate it. BRETT CANNON

#python #packaging

about 1 month ago

Python 3.15’s Ultra-Low Overhead Interpreter Profiling Mode

https://fidget-spinner.github.io/posts/ultra-fast-tracing.html

Python 3.15’s Ultra-Low Overhead Interpreter Profiling Mode Ken is one of the key contributors to the experimental JIT. This post talks about how Python 3.15’s interpreter profiling mode is helping them figure out what is working with the JIT and what isn’t. KEN JIN

about 1 month ago

PEP 814: Add frozendict built-in type — Victor Stinner blog 3

https://vstinner.github.io/pep-814-add-frozendict-builtin-type.html

PEP 814: Add Frozendict Built-in Type Victor has been involved in multiple attempts to add a frozen dict type to Python. His latest PEP has been accepted and frozen dictionaries will be added to Python 3.15. This post is his story. VICTOR STINNER

about 1 month ago

How to Clean Messy CSV Files with Python: A Beginner’s Guide - KDnuggets

https://www.kdnuggets.com/how-to-clean-messy-csv-files-with-python-a-beginners-guide

How to Clean Messy CSV Files With Python This introductory article shows you how to do data cleaning on CSV files using pandas, including dealing with duplicate rows, missing values, mixed date formats, and more. ABID ALI AWAN,

#python

about 1 month ago

PSF News: Security, Elections, and PyCon US 2026 🌴🐍

https://mailchi.mp/python/python-software-foundation-july-2024-newsletter-19888023

PSF News: Security, Elections, and PyCon US 2026 This post is the monthly news round up of all things PSF. It covers a re-cap of PyCon US, several security fixes, updates from the PSF board, and more. PYTHON SOFTWARE FOUNDATION

about 1 month ago

How to Use GitHub

https://realpython.com/how-to-use-github/

How to Use GitHub Learn how to use GitHub step by step to create a remote repository, push your local Python project, and collaborate with others using GitHub Issues. REAL PYTHON

about 1 month ago

Quiz: How to Use GitHub

https://realpython.com/quizzes/how-to-use-github/

Quiz: How to Use GitHub REAL PYTHON

about 1 month ago