CheapSecurity
Provides a lightweight, self-hosted CCTV solution designed for Linux-based single-board computers (SBCs) and standard USB webcams
https://github.com/gmrandazzo/CheapSecurity
Provides a lightweight, self-hosted CCTV solution designed for Linux-based single-board computers (SBCs) and standard USB webcams
https://github.com/gmrandazzo/CheapSecurity
GitHub
GitHub - gmrandazzo/CheapSecurity
Contribute to gmrandazzo/CheapSecurity development by creating an account on GitHub.
⚡2
Pip 26.2: –only-deps solves 16 years of app deployment hacks
Pip 26.2 is expected to add pip install --only-deps ., allowing developers to install dependencies from pyproject.toml without installing the project itself. The feature resolves a 16-year pain point for deploying Python applications and scripts, replacing brittle requirements files, editable installs, and third-party workarounds.
https://jamesoclaire.com/2026/07/23/pip-26-2-only-deps-solves-16-years-of-app-deployment-hacks/
Pip 26.2 is expected to add pip install --only-deps ., allowing developers to install dependencies from pyproject.toml without installing the project itself. The feature resolves a 16-year pain point for deploying Python applications and scripts, replacing brittle requirements files, editable installs, and third-party workarounds.
https://jamesoclaire.com/2026/07/23/pip-26-2-only-deps-solves-16-years-of-app-deployment-hacks/
👍3
AlgebraX - Algebraic Structures in pure Python
AlgebraX is a Python library for generalized algebraic structures, focusing on Semirings and their applications in Graph Theory, Signal Processing, and Physics.
https://github.com/erivlis/algebrax
AlgebraX is a Python library for generalized algebraic structures, focusing on Semirings and their applications in Graph Theory, Signal Processing, and Physics.
https://github.com/erivlis/algebrax
GitHub
GitHub - erivlis/algebrax: Algebraic Primitives for Sparse Data Structures in Python
Algebraic Primitives for Sparse Data Structures in Python - erivlis/algebrax
👍2
Scaling NumPy on Free-Threaded Python
A recap on the work done in NumPy and CPython to make multi-threaded NumPy workloads scale on the free-threaded build of CPython.
https://labs.quansight.org/blog/scaling-numpy-on-free-threaded-python
A recap on the work done in NumPy and CPython to make multi-threaded NumPy workloads scale on the free-threaded build of CPython.
https://labs.quansight.org/blog/scaling-numpy-on-free-threaded-python
💯1
MappingTools. Do stuff with Mappings and more.
This library provides utility functions for creating, manipulating, and transforming data structures, which have or include Mapping-like characteristics.
https://erivlis.github.io/mappingtools/
This library provides utility functions for creating, manipulating, and transforming data structures, which have or include Mapping-like characteristics.
https://erivlis.github.io/mappingtools/
erivlis.github.io
Introduction - MappingTools
👍1
Self-contained highly-portable Python distributions
https://gregoryszorc.com/docs/python-build-standalone/main/
https://gregoryszorc.com/docs/python-build-standalone/main/
❤1
Adrian
Open-source runtime AI agent security tool - monitors and controls AI agents, catching malicious tool use, prompt injection, and policy drift in real time, before the agent acts.
https://github.com/secureagentics/Adrian
Open-source runtime AI agent security tool - monitors and controls AI agents, catching malicious tool use, prompt injection, and policy drift in real time, before the agent acts.
https://github.com/secureagentics/Adrian
GitHub
GitHub - secureagentics/Adrian: Open-source runtime AI agent security tool - monitors and controls AI agents, catching malicious…
Open-source runtime AI agent security tool - monitors and controls AI agents, catching malicious tool use, prompt injection, and policy drift in real time, before the agent acts. - secureagentics/A...
⚡2
FastAPI and GraphQL overview - with Strawberry!
In this video, we'll look at GraphQL in a FastAPI app, using the Strawberry package to define types, queries and mutations, and integrating with FastAPI via the GraphQLRouter object.
https://www.youtube.com/watch?v=uSGR6FviCiY
In this video, we'll look at GraphQL in a FastAPI app, using the Strawberry package to define types, queries and mutations, and integrating with FastAPI via the GraphQLRouter object.
https://www.youtube.com/watch?v=uSGR6FviCiY
YouTube
FastAPI and GraphQL overview - with Strawberry!
▶ Django & HTMX FULL COURSE: https://www.udemy.com/course/django-htmx-hypermedia-web-apps/?couponCode=BB-JULY
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel…
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel…
⚡1
mrexodia / ida-pro-mcp
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
https://github.com/mrexodia/ida-pro-mcp
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
https://github.com/mrexodia/ida-pro-mcp
GitHub
GitHub - mrexodia/ida-pro-mcp: AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP. - mrexodia/ida-pro-mcp
🤔3
GeoEq
Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing capacity, settlement, liquefaction & slope stability. Apache 2.0.
https://github.com/geoeq/geoeq
Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing capacity, settlement, liquefaction & slope stability. Apache 2.0.
https://github.com/geoeq/geoeq
GitHub
GitHub - geoeq/geoeq: Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing…
Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing capacity, settlement, liquefaction & slope stability. Apache 2.0. - geoeq/geoeq
Setting Django's DEBUG safely
Deploying Django with DEBUG=True exposes your app to attackers. Learn why it's risky and how to fail closed so DEBUG=False stays the safe default.
https://lincolnloop.com/blog/setting-djangos-debug-safely/
Deploying Django with DEBUG=True exposes your app to attackers. Learn why it's risky and how to fail closed so DEBUG=False stays the safe default.
https://lincolnloop.com/blog/setting-djangos-debug-safely/
Lincoln Loop
Setting Django's DEBUG safely | Lincoln Loop
Deploying Django with DEBUG=True exposes your app to attackers. Learn why it's risky and how to fail closed so DEBUG=False stays the safe default.
👍2
ADR
ADR secures enterprise AI agents through observability, security benchmarking, and threat detection. Deployed at Uber.
https://github.com/uber/ADR
ADR secures enterprise AI agents through observability, security benchmarking, and threat detection. Deployed at Uber.
https://github.com/uber/ADR
GitHub
GitHub - uber/ADR: ADR secures enterprise AI agents through observability, security benchmarking, and threat detection. Deployed…
ADR secures enterprise AI agents through observability, security benchmarking, and threat detection. Deployed at Uber. - uber/ADR
Projects I Wouldn't Use Python For in 2026
A longtime Python developer reflects on decades of using Python for almost everything, then explains why it is no longer always his first choice and what he often uses instead. It also covers where Python still shines and why it remains an important part of his toolkit.
https://menno.io/presentations/not-python-2026/index.html#/
A longtime Python developer reflects on decades of using Python for almost everything, then explains why it is no longer always his first choice and what he often uses instead. It also covers where Python still shines and why it remains an important part of his toolkit.
https://menno.io/presentations/not-python-2026/index.html#/
👍2