500× faster: Four different ways to speed up your code
If your Python code is slow and needs to be fast, there are many
different approaches you can ...
https://pythonspeed.com/articles/different-ways-speed/
If your Python code is slow and needs to be fast, there are many
different approaches you can ...
https://pythonspeed.com/articles/different-ways-speed/
Python⇒Speed
330× faster: Four different ways to speed up your code
There are many approaches to speeding up Python code; applying multiple approaches can make your code even faster.
No dashboards. No bloat. Just one HTML file with everything you need. no config setup needed in both CI and local.
https://www.reddit.com/r/madeinpython/comments/1lh0fog/no_dashboards_no_bloat_just_one_html_file_with/
https://www.reddit.com/r/madeinpython/comments/1lh0fog/no_dashboards_no_bloat_just_one_html_file_with/
Reddit
From the madeinpython community on Reddit: No dashboards. No bloat. Just one HTML file with everything you need. no config setup…
Explore this post and more from the madeinpython community
aliasrobotics / cai
Cybersecurity AI (CAI), an open Bug Bounty-ready Artificial Intelligence
https://github.com/aliasrobotics/cai
Cybersecurity AI (CAI), an open Bug Bounty-ready Artificial Intelligence
https://github.com/aliasrobotics/cai
GitHub
GitHub - aliasrobotics/cai: Cybersecurity AI (CAI), an open Bug Bounty-ready Artificial Intelligence
Cybersecurity AI (CAI), an open Bug Bounty-ready Artificial Intelligence - aliasrobotics/cai
IndyPy x IndyAWS Hybrid Meetup is July 22
Join IndyPy + IndyAWS July 22 at 7pm ET for cloud automation demos on GenAI and AWS governance. In-person or Zoom. Free event!
https://www.meetup.com/indypy/events/305589070/
Join IndyPy + IndyAWS July 22 at 7pm ET for cloud automation demos on GenAI and AWS governance. In-person or Zoom. Free event!
https://www.meetup.com/indypy/events/305589070/
Meetup
IndyPy x IndyAWS: Python-Powered Cloud, Tue, Jul 22, 2025, 7:00 PM | Meetup
IndyPy & IndyAWS are teaming up for a cloud-focused hybrid event!
Join Python and AWS pros for an evening of real-world automation. From building a server-less GenAI pipel
Join Python and AWS pros for an evening of real-world automation. From building a server-less GenAI pipel
awslabs / mcp
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP.
https://github.com/awslabs/mcp
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP.
https://github.com/awslabs/mcp
GitHub
GitHub - awslabs/mcp: AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP.
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP. - awslabs/mcp
Uv and Ray: Pain-Free Python Dependencies in Clusters
https://www.anyscale.com/blog/uv-ray-pain-free-python-dependencies-in-clusters
https://www.anyscale.com/blog/uv-ray-pain-free-python-dependencies-in-clusters
Anyscale
uv + Ray: Pain-Free Python Dependencies in Clusters | Anyscale
Pain-free Python dependencies in clusters with uv + Ray! Learn how to build lightning-fast, consistent environments for distributed applications.
facebookresearch / vggt
CVPR 2025 Best Paper Award VGGT: Visual Geometry Grounded Transformer
https://github.com/facebookresearch/vggt
CVPR 2025 Best Paper Award VGGT: Visual Geometry Grounded Transformer
https://github.com/facebookresearch/vggt
GitHub
GitHub - facebookresearch/vggt: [CVPR 2025 Best Paper Award] VGGT: Visual Geometry Grounded Transformer
[CVPR 2025 Best Paper Award] VGGT: Visual Geometry Grounded Transformer - facebookresearch/vggt
HKUDS / AutoAgent
"AutoAgent: Fully-Automated and Zero-Code LLM Agent Framework"
https://github.com/HKUDS/AutoAgent
"AutoAgent: Fully-Automated and Zero-Code LLM Agent Framework"
https://github.com/HKUDS/AutoAgent
GitHub
GitHub - HKUDS/AutoAgent: "AutoAgent: Fully-Automated and Zero-Code LLM Agent Framework"
"AutoAgent: Fully-Automated and Zero-Code LLM Agent Framework" - HKUDS/AutoAgent
Leveraging Google Adk For Cyber Intelligence
The article details how Google Cloud's Agent Development Kit (ADK) enables the creation of autonomous, multi-agent cybersecurity systems like CyberGuardian, which coordinate specialized agents for real-time threat detection, analysis, containment, and automated recovery.
https://manta.black/leveraging-google-adk-for-cyber-intelligence.html
The article details how Google Cloud's Agent Development Kit (ADK) enables the creation of autonomous, multi-agent cybersecurity systems like CyberGuardian, which coordinate specialized agents for real-time threat detection, analysis, containment, and automated recovery.
https://manta.black/leveraging-google-adk-for-cyber-intelligence.html
manta.black
Leveraging Google Adk For Cyber Intelligence
Over the past month, I’ve been working on a project for the Google ADK agent hackathon. This post provides an overview of my current multi-agent system, used for threat intelligence gathering, processing, and analysis.
Switching pip to uv in a Dockerized Flask / Django App
Switching from pip to uv in Dockerized Flask or Django apps results in about a 10x faster dependency installation and introduces robust, lockfile-based dependency management, improving both speed and reliability. The process involves replacing requirements.txt with pyproject.toml, adjusting Dockerfiles to use uv commands, and configuring environment variables for efficient, reproducible ...
https://nickjanetakis.com/blog/switching-pip-to-uv-in-a-dockerized-flask-or-django-app
Switching from pip to uv in Dockerized Flask or Django apps results in about a 10x faster dependency installation and introduces robust, lockfile-based dependency management, improving both speed and reliability. The process involves replacing requirements.txt with pyproject.toml, adjusting Dockerfiles to use uv commands, and configuring environment variables for efficient, reproducible ...
https://nickjanetakis.com/blog/switching-pip-to-uv-in-a-dockerized-flask-or-django-app
Nick Janetakis
Switching pip to uv in a Dockerized Flask / Django App — Nick Janetakis
I noticed about a 10x speed up across a number of projects, we'll avoid using a venv and run things as a non-root user too.
OctopusDash
OctopusDash is a modern, open-source Django admin dashboard designed with a beautiful UI, powerful filtering, and granular permission control — crafted for developers and teams seeking more flexibility, clarity, and extensibility beyond the default Django admin.
https://github.com/husseinnaeemsec/octopusdash
OctopusDash is a modern, open-source Django admin dashboard designed with a beautiful UI, powerful filtering, and granular permission control — crafted for developers and teams seeking more flexibility, clarity, and extensibility beyond the default Django admin.
https://github.com/husseinnaeemsec/octopusdash
GitHub
GitHub - husseinnaeemsec/octopusdash: Dynamic Django admin panel
Dynamic Django admin panel. Contribute to husseinnaeemsec/octopusdash development by creating an account on GitHub.
Django: Introducing inline-snapshot-django
The article introduces inline-snapshot-django, a new Django package for snapshot testing SQL queries, allowing developers to automatically capture and compare query outputs in their tests. It aims to provide a more detailed and developer-friendly alternative to Django’s assertNumQueries(), making it easier to debug and maintain test suites for database interactions.
https://adamj.eu/tech/2025/06/24/django-introducing-inline-snapshot-django/
The article introduces inline-snapshot-django, a new Django package for snapshot testing SQL queries, allowing developers to automatically capture and compare query outputs in their tests. It aims to provide a more detailed and developer-friendly alternative to Django’s assertNumQueries(), making it easier to debug and maintain test suites for database interactions.
https://adamj.eu/tech/2025/06/24/django-introducing-inline-snapshot-django/
adamj.eu
Django: Introducing inline-snapshot-django - Adam Johnson
I recently released a new package called inline-snapshot-django. It’s a tool for snapshot testing SQL queries in Django projects, described shortly.