- Python Weekly
- Posts
- Python Weekly (Issue 760 August 27 2026)
Python Weekly (Issue 760 August 27 2026)
Welcome to issue 760 of Python Weekly. Let's get straight to the links this week.
2 Free AI Courses. No Credit Card Needed.
5,000+ professionals use Skill Leap to get ahead with AI. Right now, two of their best courses are completely free - Claude 101 and the 14-Day AI Boot Camp.
Claude 101 covers prompting frameworks, Artifacts, file analysis, and real-world workflows in 19 lessons.
The Boot Camp covers ChatGPT, Gemini, Midjourney, and prompt engineering in 16 lessons. Downloadable workbooks. LinkedIn certificate.
Zero cost, no credit card, no catch.
Articles, Tutorials and Talks
The author solved Sofia Santos’s Gralhix 004 OSINT challenge using a custom geometric pipeline and CUDA GPU acceleration to filter 80.7 million candidate landmass triplets down to 26 locations. The analysis successfully geolocated the image to Oan Resort in Micronesia at 7°21'48.4"N, 151°45'20.7"E, with the camera facing northwest.
Nathan Cooper shows how to turn IPython into a full terminal shell that runs Bash commands without !, displays images, and retains rich execution history. He then adds an AI assistant that can understand shell context, outputs, images, and errors, and safely execute Python and Bash commands through allowlisted tools.
Sentence Transformers 6.0 introduces MultiVectorEncoder for training and fine-tuning ColBERT-style retrieval models in Python. The tutorial walks through the full training stack and shows a domain-tuned medical model outperforming over 50 retrieval model configurations on the author’s evaluation.
Django’s Count expression only works on a single column, which makes counting distinct combinations such as unique pet-vet pairs awkward. A custom CountSubquery shows how Django’s expression system can generate the needed SQL while staying inside the ORM instead of dropping to raw SQL.
AI-generated ML code can run successfully while still containing subtle mistakes that waste hours or days of training. The video shows how to set up a reliable Python ML workflow with the right tools, validation steps, and verification habits to catch problems before expensive training runs.
JupyterGIS 0.16 adds richer geospatial visualization with collaborative Story Maps, openEO layers, lazy Xarray rendering, new symbology, and support for GeoZarr and GeoPackage. The release also expands real-time collaboration to vector editing and introduces an R API alongside the existing Python workflow.
In this article, you will learn how to think in terms of vectorized operations using NumPy, replacing slow Python loops with efficient array-level computations.
Speculative programmatic tool calling (sPTC) speeds up AI agent harnesses by pre-launching tool calls from partially generated code instead of waiting for the model to finish generating. The approach overlaps tool execution with token generation and can also parallelize independent calls, acting like a lightweight JIT compiler for agent-generated programs.
This is a comprehensive guide to reinforcement learning for LLMs, starting from first principles and building through the policy-gradient algorithms used in modern LLM training. It covers RLHF, verifiable rewards, REINFORCE, PPO, and the newer RL methods being used to improve reasoning, agents, reliability, and efficiency.
The videos from the EuroPython 2026 talks are now available.
Django and PostgreSQL can handle fuzzy name matching with Soundex, Daitch-Mokotoff, Levenshtein distance, and trigram similarity, each suited to different kinds of misspellings and phonetic variation. The article shows how to expose these techniques through Django ORM expressions and pair them with the right PostgreSQL indexes for efficient search at scale.
The videos from the PyData & PyCon Yerevan 2026 talks are now available.
Interesting Projects, Tools, and Libraries
The job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
VoiceStudio is the open-source, fully local ElevenLabs alternative for voice cloning, voice design, video dubbing, dictation, transcription, and audiobook creation in 646 languages.
A full-stack AI Red Teaming platform securing AI ecosystems via Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
World's first hazard checker for NVIDIA Blackwell (sm_120), with an assembler and scheduler matched against their own compiler byte for byte. The check they never shipped.
Create and update a practical brief to help patients and caregivers advocate for themselves.
AIPerf is a comprehensive benchmarking tool that measures the performance of generative AI models served by your preferred inference solution.
DBLift is a Python-native database migration toolkit that brings application-style safety to schema changes with validation, dry runs, SQL previews, rollback support, and CI/CD integration.
Autonomous multi-agent pentest framework that plans, exploits, verifies with required proof, assigns CVSS scores, and generates client-ready reports. It achieved 104/104 (100%) on the XBOW validation benchmarks and is powered by Kimi K3.
Fastaddress is a Python package that keeps the familiar usaddress API while moving its CRF runtime to Rust for much faster US address parsing. It delivers 11.3x higher single-core throughput, scales to 360K+ addresses per second on eight threads, and matches usaddress output across 20,738 real addresses.
VectorSmith turns vector database collections into LLM tools and exposes them through an MCP server. Using the existing collection schemas and a simple YAML configuration, you can make your vector DB data available to AI agents without writing custom tool and MCP integrations from scratch.
Upcoming Events and Webinars
There will be a talk, Building an AI Travel Agent That Actually Remembers You.
There will be a talk, The AI Security Paradox: Asymmetric Threats and the Future of Defense.
Our Other Newsletters |
Programmer Weekly - A free weekly newsletter for programmers.
Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.
