Do you feel like Python's type hinting got "stable"?
https://www.reddit.com/r/Python/comments/1ef1ym0/do_you_feel_like_pythons_type_hinting_got_stable/
https://www.reddit.com/r/Python/comments/1ef1ym0/do_you_feel_like_pythons_type_hinting_got_stable/
Reddit
From the Python community on Reddit: Do you feel like Python's type hinting got "stable"?
Explore this post and more from the Python community
lipku / metahuman-stream
Real time interactive streaming digital human
https://github.com/lipku/metahuman-stream
Real time interactive streaming digital human
https://github.com/lipku/metahuman-stream
GitHub
GitHub - lipku/LiveTalking: Real time interactive streaming digital human
Real time interactive streaming digital human. Contribute to lipku/LiveTalking development by creating an account on GitHub.
DataChain
Process and curate unstructured data using local ML models and LLM calls.
https://github.com/iterative/datachain
Process and curate unstructured data using local ML models and LLM calls.
https://github.com/iterative/datachain
GitHub
GitHub - iterative/datachain: ETL, Analytics, Versioning for Unstructured Data
ETL, Analytics, Versioning for Unstructured Data. Contribute to iterative/datachain development by creating an account on GitHub.
agent-zero
Agent Zero is an AI framework designed for creating general-purpose assistants capable of handling a wide range of tasks through a highly customizable and extensible system. It emphasizes dynamic learning, multi-agent cooperation, and the use of computer tools to accomplish tasks, all while being open-source and adaptable to user needs.
https://github.com/frdel/agent-zero
Agent Zero is an AI framework designed for creating general-purpose assistants capable of handling a wide range of tasks through a highly customizable and extensible system. It emphasizes dynamic learning, multi-agent cooperation, and the use of computer tools to accomplish tasks, all while being open-source and adaptable to user needs.
https://github.com/frdel/agent-zero
GitHub
GitHub - frdel/agent-zero: Agent Zero AI framework
Agent Zero AI framework. Contribute to frdel/agent-zero development by creating an account on GitHub.
React + Django Ninja: Full-Stack Auth (in 15 Mins)
We'll create a full-stack application using React.js frontend and a Django REST API, using the awesome Django Ninja (Much nicer than Django REST framework), including user authentication.
https://www.youtube.com/watch?v=8_yp3UqdKjk
We'll create a full-stack application using React.js frontend and a Django REST API, using the awesome Django Ninja (Much nicer than Django REST framework), including user authentication.
https://www.youtube.com/watch?v=8_yp3UqdKjk
YouTube
React + Django Ninja: Full-Stack Auth (in 15 Mins) ⚡️
We'll create a full-stack application using React.js frontend and a Django REST API, using the awesome Django Ninja (Much nicer than Django REST framework), including user authentication.
👉 Written guide: https://www.photondesigner.com/articles/react-auth?ref=yt…
👉 Written guide: https://www.photondesigner.com/articles/react-auth?ref=yt…
Tracing the evolution of a Python function with git log
The article explains how to use the git log -L command to trace the evolution of a specific function in a Python file, providing a more focused view of code changes over time. It demonstrates the process using an example from the Authlib package, highlighting the importance of setting up .gitattributes for Python files and showcasing how this method can help in debugging and understandin...
https://nerderati.com/tracing-the-evolution-of-a-python-function-with-git-log/
The article explains how to use the git log -L command to trace the evolution of a specific function in a Python file, providing a more focused view of code changes over time. It demonstrates the process using an example from the Authlib package, highlighting the importance of setting up .gitattributes for Python files and showcasing how this method can help in debugging and understandin...
https://nerderati.com/tracing-the-evolution-of-a-python-function-with-git-log/
Nerderati
Tracing the evolution of a Python function with git log
I primarily yell at code. Well, I look sternly in its general direction, gently urging it to do my bidding.
torchchat
Run PyTorch LLMs locally on servers, desktop and mobile.
https://github.com/pytorch/torchchat
Run PyTorch LLMs locally on servers, desktop and mobile.
https://github.com/pytorch/torchchat
GitHub
GitHub - pytorch/torchchat: Run PyTorch LLMs locally on servers, desktop and mobile
Run PyTorch LLMs locally on servers, desktop and mobile - pytorch/torchchat
Building A Generative AI Platform
The article outlines the common components and architecture of a generative AI platform, discussing how to enhance context input, implement guardrails, add model routing and gateways, optimize with caching, and incorporate complex logic and write actions. It provides a comprehensive guide for building and scaling AI applications, emphasizing the importance of observability and orchestrat...
https://huyenchip.com//2024/07/25/genai-platform.html
The article outlines the common components and architecture of a generative AI platform, discussing how to enhance context input, implement guardrails, add model routing and gateways, optimize with caching, and incorporate complex logic and write actions. It provides a comprehensive guide for building and scaling AI applications, emphasizing the importance of observability and orchestrat...
https://huyenchip.com//2024/07/25/genai-platform.html
Chip Huyen
Building A Generative AI Platform
After studying how companies deploy generative AI applications, I noticed many similarities in their platforms. This post outlines the common components of a generative AI platform, what they do, and how they are implemented. I try my best to keep the architecture…
patchwork
Automate development gruntwork like code reviews, patching and documentation with LLM workflows.
https://github.com/patched-codes/patchwork
Automate development gruntwork like code reviews, patching and documentation with LLM workflows.
https://github.com/patched-codes/patchwork
GitHub
GitHub - patched-codes/patchwork: Agentic AI framework for enterprise workflow automation.
Agentic AI framework for enterprise workflow automation. - patched-codes/patchwork
❤1
Datoviz – Vulkan-based GPU scientific visualization (C/C++/Python)
https://github.com/datoviz/datoviz
https://github.com/datoviz/datoviz
GitHub
GitHub - datoviz/datoviz: ⚡ Datoviz: high-performance rendering for scientific data visualization
⚡ Datoviz: high-performance rendering for scientific data visualization - datoviz/datoviz
Debugging distributed database mysteries with Rust, packet capture and Polars
Unravel a mysterious network bandwidth issue in QuestDB's primary-replica replication was identified and resolved. Learn about the tools and techniques used, including Rust for packet capture and Python with Polars for data analysis, to optimize network performance.
https://questdb.io/blog/debugging-distributed-database-mysteries-with-rust-pcap-and-polars/
Unravel a mysterious network bandwidth issue in QuestDB's primary-replica replication was identified and resolved. Learn about the tools and techniques used, including Rust for packet capture and Python with Polars for data analysis, to optimize network performance.
https://questdb.io/blog/debugging-distributed-database-mysteries-with-rust-pcap-and-polars/
QuestDB
Debugging distributed database mysteries with Rust, packet capture and Polars | QuestDB
Unravel a mysterious network bandwidth issue in QuestDB's primary-replica replication was identified and resolved. Learn about the tools and techniques used, including Rust for packet capture and Python with Polars for data analysis, to optimize network performance.
A simply utility script which allows you to analyze your Python file
https://github.com/mraza007/python-file-analyzer
https://github.com/mraza007/python-file-analyzer
GitHub
GitHub - mraza007/python-file-analyzer: A simple utility script which allows you to analyze your python file
A simple utility script which allows you to analyze your python file - mraza007/python-file-analyzer
Dioptra
Dioptra is a software test platform for assessing the trustworthy characteristics of artificial intelligence (AI).
https://github.com/usnistgov/dioptra
Dioptra is a software test platform for assessing the trustworthy characteristics of artificial intelligence (AI).
https://github.com/usnistgov/dioptra
GitHub
GitHub - usnistgov/dioptra: Test Software for the Characterization of AI Technologies
Test Software for the Characterization of AI Technologies - GitHub - usnistgov/dioptra: Test Software for the Characterization of AI Technologies