MicroRabbit
A lightweight, asynchronous Python framework for RabbitMQ that simplifies building microservices and distributed systems. Features include easy message routing, plugin support, and intuitive client configuration.
https://github.com/TonnoBelloSnello/microrabbit
A lightweight, asynchronous Python framework for RabbitMQ that simplifies building microservices and distributed systems. Features include easy message routing, plugin support, and intuitive client configuration.
https://github.com/TonnoBelloSnello/microrabbit
GitHub
GitHub - TonnoBelloSnello/microrabbit: MicroRabbit: A lightweight, asynchronous Python framework for RabbitMQ that simplifies building…
MicroRabbit: A lightweight, asynchronous Python framework for RabbitMQ that simplifies building microservices and distributed systems. Features include easy message routing, plugin support, and int...
AdalFlow
The Library to Build and Auto-optimize LLM Applications.
https://github.com/SylphAI-Inc/AdalFlow
The Library to Build and Auto-optimize LLM Applications.
https://github.com/SylphAI-Inc/AdalFlow
GitHub
GitHub - SylphAI-Inc/AdalFlow: AdalFlow: The library to build & auto-optimize LLM applications.
AdalFlow: The library to build & auto-optimize LLM applications. - SylphAI-Inc/AdalFlow
thuml / Time-Series-Library
A Library for Advanced Deep Time Series Models.
https://github.com/thuml/Time-Series-Library
A Library for Advanced Deep Time Series Models.
https://github.com/thuml/Time-Series-Library
GitHub
GitHub - thuml/Time-Series-Library: A Library for Advanced Deep Time Series Models.
A Library for Advanced Deep Time Series Models. Contribute to thuml/Time-Series-Library development by creating an account on GitHub.
CPython Compiler Hardening
The article details the author's Google Summer of Code project to implement compiler hardening options for CPython, following recommendations from the OpenSSF Memory Safety SIG. It covers the process of selecting and testing compiler options, addressing challenges with benchmarking and cross-platform compatibility, and developing tooling to track and manage warnings generated by the new ...
http://nohlson.com/blog/CPython-Compiler-Hardening-Summer-Retrospective/
The article details the author's Google Summer of Code project to implement compiler hardening options for CPython, following recommendations from the OpenSSF Memory Safety SIG. It covers the process of selecting and testing compiler options, addressing challenges with benchmarking and cross-platform compatibility, and developing tooling to track and manage warnings generated by the new ...
http://nohlson.com/blog/CPython-Compiler-Hardening-Summer-Retrospective/
home-assistant / operating-system
🔰 Home Assistant Operating System
https://github.com/home-assistant/operating-system
🔰 Home Assistant Operating System
https://github.com/home-assistant/operating-system
GitHub
GitHub - home-assistant/operating-system: :beginner: Home Assistant Operating System
:beginner: Home Assistant Operating System. Contribute to home-assistant/operating-system development by creating an account on GitHub.
Build a One-Product Shop With the Python Django Framework and Htmx
This is the first of a two-part series using Django, htmx, and Stripe to create a one-product e-commerce website. In this part, we'll start our Django project and integrate it with htmx.
https://blog.appsignal.com/2024/08/28/build-a-one-product-shop-with-the-python-django-framework-and-htmx.html
This is the first of a two-part series using Django, htmx, and Stripe to create a one-product e-commerce website. In this part, we'll start our Django project and integrate it with htmx.
https://blog.appsignal.com/2024/08/28/build-a-one-product-shop-with-the-python-django-framework-and-htmx.html
Appsignal
Build a One-Product Shop With the Python Django Framework and Htmx | AppSignal Blog
We'll use Django, htmx, and Stripe to create a one-product e-commerce website.
NTLM Credential Theft in Python Windows Applications
The article discloses vulnerabilities in popular Python frameworks (Gradio, Jupyter Server, and Streamlit) that can lead to NTLMv2 hash theft on Windows systems through exploitation of file system operations. It explains how these vulnerabilities can be exploited, potentially leading to credential theft or remote code execution, and emphasizes the increased risk as Python applications be...
https://www.horizon3.ai/attack-research/disclosures/ntlm-credential-theft-in-python-windows-applications/
The article discloses vulnerabilities in popular Python frameworks (Gradio, Jupyter Server, and Streamlit) that can lead to NTLMv2 hash theft on Windows systems through exploitation of file system operations. It explains how these vulnerabilities can be exploited, potentially leading to credential theft or remote code execution, and emphasizes the increased risk as Python applications be...
https://www.horizon3.ai/attack-research/disclosures/ntlm-credential-theft-in-python-windows-applications/
Horizon3.ai
NTLM Credential Theft in Python Windows Applications
NTLM credential theft vulnerabilities in Python Windows applications: Jupyter Notebook CVE-2024-35178, Streamlit from Snowflake CVE-2024-42474 and Hugging Face Gradio CVE-2024-34510
New LLM Pre-training and Post-training Paradigms
A Look at How Modern LLMs Are Trained.
https://magazine.sebastianraschka.com/p/new-llm-pre-training-and-post-training
A Look at How Modern LLMs Are Trained.
https://magazine.sebastianraschka.com/p/new-llm-pre-training-and-post-training
Sebastianraschka
New LLM Pre-training and Post-training Paradigms
A Look at How Moderns LLMs Are Trained
Quick and Easy Rate Limiting for FastAPI
If you don’t want your API to crash due to too many requests, use rate limiting! This video covers how rate limiting works, what types of rate limiting you can do, how to implement it in FastAPI, and what you need to be mindful of.
https://www.youtube.com/watch?v=pZunzLJ1qcQ
If you don’t want your API to crash due to too many requests, use rate limiting! This video covers how rate limiting works, what types of rate limiting you can do, how to implement it in FastAPI, and what you need to be mindful of.
https://www.youtube.com/watch?v=pZunzLJ1qcQ
YouTube
Quick and Easy Rate Limiting for FastAPI
✅ Learn how to build robust and scalable software architecture: https://arjan.codes/checklist.
If you don’t want your API to crash due to too many requests, use rate limiting! In this video, I cover how rate limiting works, what types of rate limiting you…
If you don’t want your API to crash due to too many requests, use rate limiting! In this video, I cover how rate limiting works, what types of rate limiting you…
Layman's Guide to Python Built-in Functions
This is a plain language guide to every built-in function in Python, paired with a simple example that shows each function in action.
https://www.mattlayman.com/blog/2024/layman-guide-python-built-in-functions/
This is a plain language guide to every built-in function in Python, paired with a simple example that shows each function in action.
https://www.mattlayman.com/blog/2024/layman-guide-python-built-in-functions/
Matt Layman
Layman's Guide to Python Built-in Functions
This is a plain language guide to every built-in function in Python, paired with a simple example that shows each function in action.
JPMorgan's Python training for business analysts and traders
https://github.com/jpmorganchase/python-training
https://github.com/jpmorganchase/python-training
GitHub
GitHub - jpmorganchase/python-training: Python training for business analysts and traders
Python training for business analysts and traders. Contribute to jpmorganchase/python-training development by creating an account on GitHub.
Solving the labyrinth puzzle from the university quest using Python
https://wondrousnet.blogspot.com/2024/03/solution-to-puzzle-cat-walk.html
https://wondrousnet.blogspot.com/2024/03/solution-to-puzzle-cat-walk.html
Blogspot
Solution to the puzzle Cat Walk.
Cat Walk is one of the interesting puzzles of the Melbourne University Puzzle Hunt 2012 competition. This task was part of the second act ...
How Pytorch Powers Training Inference
Learn about new PyTorch advancements for LLMs and how PyTorch is enhancing every aspect of the LLM lifecycle.
https://www.youtube.com/watch?v=96VIEJfhUBg
Learn about new PyTorch advancements for LLMs and how PyTorch is enhancing every aspect of the LLM lifecycle.
https://www.youtube.com/watch?v=96VIEJfhUBg
YouTube
How Pytorch Powers Training Inference | Wanchao Liang, Kimish Patel, and Evan Smothers
How Pytorch Powers Training Inference | Wanchao Liang, Kimish Patel, and Evan Smothers
Speakers will discuss the importance of memory-efficient fine-tuning and a few common architectural and algorithmic techniques to enable fine-tuning on consumer-grade…
Speakers will discuss the importance of memory-efficient fine-tuning and a few common architectural and algorithmic techniques to enable fine-tuning on consumer-grade…
csv_trimming
Python package to remove common ugliness from a csv-like file
https://github.com/LucaCappelletti94/csv_trimming
Python package to remove common ugliness from a csv-like file
https://github.com/LucaCappelletti94/csv_trimming
GitHub
GitHub - LucaCappelletti94/csv_trimming: Package python to remove common ugliness from a csv-like file
Package python to remove common ugliness from a csv-like file - LucaCappelletti94/csv_trimming
The Design and Implementation of the CPython Virtual Machine
https://blog.codingconfessions.com/p/cpython-vm-internals
https://blog.codingconfessions.com/p/cpython-vm-internals
Codingconfessions
The Design & Implementation of the CPython Virtual Machine
A deep dive into CPython's bytecode instruction format and execution engine internals
LitServe
Lightning-fast serving engine for AI models. Flexible. Easy. Enterprise-scale.
https://github.com/Lightning-AI/LitServe
Lightning-fast serving engine for AI models. Flexible. Easy. Enterprise-scale.
https://github.com/Lightning-AI/LitServe
GitHub
GitHub - Lightning-AI/LitServe: The easiest way to deploy agents, MCP servers, models, RAG, pipelines and more. No MLOps. No YAML.
The easiest way to deploy agents, MCP servers, models, RAG, pipelines and more. No MLOps. No YAML. - Lightning-AI/LitServe
PyRoboCOP: Python-Based Robotic Control and Optimization Package
https://ieeexplore.ieee.org/abstract/document/10440590
https://ieeexplore.ieee.org/abstract/document/10440590