2 630
Subscribers
-124 hours
+197 days
+4930 days
Posts Archive
2 631
Modern Python Boilerplate - good package basic structure
https://www.reddit.com/r/Python/comments/1krsxut/modern_python_boilerplate_good_package_basic/
2 631
How to become a data scientist in 2025 ?
https://www.reddit.com/r/learnpython/comments/1ku8ksa/how_to_become_a_data_scientist_in_2025/
2 631
Template Strings in Python 3.14: Structured Interpolation
Python 3.14 introduces template strings (t""), which return structured Template objects instead of plain strings, enabling full inspection and control of interpolated expressions. This allows safer, customizable rendering for use cases like shell commands, HTML output, logging, and config generation—offering a powerful alternative to f-strings when you need pre-render control.
https://blog.abhimanyu-saharan.com/posts/template-strings-in-python-3-14-structured-interpolation
2 631
LangGraph Complete Course for Beginners – Complex AI Agents with Python
This video course introduces LangGraph, a Python library for building advanced conversational AI workflows using a graph-based approach. It guides viewers through designing, implementing, and managing scalable dialogue systems, covering both theoretical concepts and hands-on coding exercises.
https://www.youtube.com/watch?v=jGg_1h0qzaM
2 631
kit
kit is a production-ready Python toolkit for codebase mapping, symbol extraction, code search, and building LLM-powered developer tools, agents, and workflows. Use kit to build things like code reviewers, code generators, even IDEs, all enriched with the right code context.
https://github.com/cased/kit
2 631
Microsoft layoffs hit Faster CPython team - including the Technical Lead, Mark Shannon
https://www.reddit.com/r/Python/comments/1kmwdbu/microsoft_layoffs_hit_faster_cpython_team/
2 631
Exploring flexicache
An exploration of using flexicache for caching in Python.
https://daniel.feldroy.com/posts/2025-05-flexicache
2 631
"Goodwill", key member of the SoCal Python Community has passed away
https://socalpython.org/in-memoriam-michael/
2 631
Airweave
Airweave is a tool that lets agents semantically search any app. It's MCP compatible and seamlessly connects any app, database, or API, to transform their contents into agent-ready knowledge.
https://github.com/airweave-ai/airweave
2 631
What IS a Django App?
This post sets the stage for a series on useful Django apps by first clarifying what a Django app is and its role within a project. It highlights the benefits of using separate apps for modularity, clarity, and reusability—for both developers and end-users.
https://www.revsys.com/tidbits/what-is-a-django-app/
2 631
DeerFlow
DeerFlow is a community-driven framework for deep research, combining language models with tools like web search, crawling, and Python execution, while contributing back to the open-source community.
https://github.com/bytedance/deer-flow
2 631
Write the most clever code you possibly can
The author advocates writing clever code as a form of deliberate practice to enhance programming skills. While emphasizing that such code shouldn't be committed to production, he suggests that experimenting with complex code structures can deepen understanding and prepare developers for challenging scenarios. This approach encourages pushing the boundaries of one's comfort zone to foster...
https://buttondown.com/hillelwayne/archive/write-the-most-clever-code-you-possibly-can/
2 631
LegoGPT
This is the official repository for LegoGPT, the first approach for generating physically stable LEGO brick models from text prompts.
https://avalovelace1.github.io/LegoGPT/
2 631
A Rust API Inspired by Python, Powered by Serde
https://ohadravid.github.io/posts/2025-05-serde-reflect/
2 631
Querying 10M rows in 11 seconds: Benchmarking ConnectorX, Asyncpg and Psycopg vs QuestDB
https://www.reddit.com/r/Python/comments/1klke8k/querying_10m_rows_in_11_seconds_benchmarking/
