PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
A Python Language Server, Mypy-compatible

https://zubanls.com/
🔥1
Fast Thermodynamic Calculations in Python

https://dlr-institute-of-future-fuels.github.io/gaspype/
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
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