2 632
Subscribers
+324 hours
+57 days
+5230 days
Posts Archive
2 632
Urtext: The Python plaintext library for people who've tried everything else
https://urtext.co/
2 632
Build your gaming simulation AI agent
The article guides readers on building intelligent gaming simulation agents using LangGraph, emphasizing reasoning, memory, and real-time decision-making. It demonstrates how to create production-ready, human-like NPCs by integrating LLMs, agentic RAG, and LLMOps techniques.
https://decodingml.substack.com/p/build-your-gaming-simulation-ai-agent
2 632
Unitree G1 LiDAR, SLAM, navigation and control. Dev w/ G1 Humanoid P.2
The video details software upgrades to the Unitree G1 humanoid robot, focusing on LiDAR integration for SLAM, navigation, and control. It showcases the robot's ability to map its surroundings and navigate using keyboard controls
https://www.youtube.com/watch?v=sJYlJlIEBpg
2 632
College Calculus – Full Course with Python Code
Learn college Calculus from an experienced university mathematics professor. You will also learn how to implement all the Calculus concepts using the Python programming language.
https://www.youtube.com/watch?v=VDFRpjQVaME
2 632
ePub-utils: A Python library and CLI tool for inspecting ePub from the terminal
https://github.com/ernestofgonzalez/epub-utils
2 632
Template Strings in Python 3.14: An Unnecessary New Feature?
https://medium.com/techtofreedom/template-strings-in-python-3-14-an-unnecessary-new-feature-aeb28394132d?sk=41a4bc22f7524fd795d10e769204735e
2 632
Next.js + FastAPI Tutorial: Track Every YouTube Video Event!
This course teaches how to track and store high-frequency YouTube video events using Next.js, FastAPI, and TimescaleDB. It demonstrates a scalable, time-series data pipeline ideal for analyzing user video interactions at massive scale.
https://www.youtube.com/watch?v=7fIvHuqiLws
2 632
synthetic-data-kit
Tool for generating high quality Synthetic datasets.
https://github.com/meta-llama/synthetic-data-kit
2 632
Paper2Code
Automating Code Generation from Scientific Papers in Machine Learning.
https://github.com/going-doer/Paper2Code
2 632
Automating code deletion with Gemini (and a little Python)
The author used Gemini 2.0 Flash and Python to automatically remove deprecated docgen features from 235 GN build files in the Pigweed repo. The hybrid approach combined traditional scripting for file filtering with GenAI for intelligent edits, offering a reusable automation template.
https://technicalwriting.dev/ml/gn.html
2 632
pip 25.1
pip 25.1 introduces support for Dependency Groups (PEP 735), resumable downloads, and an installation progress bar. Dependency resolution has also received a raft of bugfixes and improvements.
https://ichard26.github.io/blog/2025/04/whats-new-in-pip-25.1/
2 632
fastapi-forge
A UI Based FastAPI Project Generation tool.
https://github.com/mslaursen/fastapi-forge
2 632
5 Levels of Using Exception Groups in Python
https://medium.com/techtofreedom/5-levels-of-using-exception-groups-in-python-9d8e40cdd4b2?sk=132e8eea485dd44b24db0d20014b231f
2 632
CPython's optimization for doubly linked lists in deque (amortizes 200% link memory overhead)
https://www.reddit.com/r/Python/comments/1k5nxvt/cpythons_optimization_for_doubly_linked_lists_in/
