PythonHub
2.46K subscribers
2.35K photos
49.6K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Quick Docker Tutorial to Run a Python Script

This tutorial introduces Docker basics for running Python scripts in containers, prioritizing hands-on practice over theory. It covers Docker concepts, CLI commands, image management, bind mounts for scripts, and Dockerfile creation with dependencies like requirements.txt.?

https://en.andros.dev/blog/5d4edfbf/quick-docker-tutorial-to-run-a-python-script/
FastPython

This is the official GitHub repository for FastPython. FastPython is a project dedicated to improving Python’s performance through practical, drop-in code patterns and optimization techniques. The goa

https://github.com/tomtyiu/fastPython
context-async-sqlalchemy

This library greatly simplifies integrating async sqlalchemy into any ASGI application. It handles engine and session lifecycle management. It provides a bunch of useful utilities to make it easy and quick for developers to write applications, but it also doesn't limit them.

https://github.com/krylosov-aa/context-async-sqlalchemy
State of PyTorch Hardware Acceleration 2025

A Comparative Technical Analysis: NVIDIA CUDA, AMD ROCm, Google TPU (XLA), and Apple Silicon (MPS).

https://tunguz.github.io/PyTorch_Hardware_2025/