PythonHub
2.27K subscribers
2.35K photos
48.7K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Agent Recipes

Explore common agent recipes with ready to copy code to improve your LLM applications.

https://www.agentrecipes.com/
Embedding Python in Rust (for tests)

The article discusses embedding Python in Rust for testing purposes, using PyO3 to create a test runner that executes Python tests and exposes Rust functions to Python code. It covers building Python from source, setting up a Rust project with PyO3, running Python code within Rust, and demonstrates how to create complex interfaces between Rust and Python, including handling dynamic types.

https://www.enterprisedb.com/blog/embedding-python-rust-tests
Bitcoin Price Patterns: A Time Series Analysis in Python

Learn how to analyze and predict Bitcoin prices using time series analysis in Python.

https://www.datacamp.com/blog/python-bitcoin
Push notifications without a mobile app: an experiment (with Django)

The article explores the use of web push notifications combined with Progressive Web Apps (PWAs) as an alternative to mobile apps for enhancing user engagement. It provides implementation guidance, UX design considerations, and a live demo, showcasing the feasibility of delivering seamless notifications without requiring dedicated mobile apps.

https://david.guillot.me/en/posts/tech/web-push-notifications-an-experiment/