PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Jupyter Server 2.0

Jupyter Server provides the core web server that powers JupyterLab and Jupyter Notebook. This release brings many new features and lays groundwork for a more multi-user, (real-time) collaborative Jupyter experience.

https://blog.jupyter.org/jupyter-server-2-0-is-released-121ac99e909a
Introducing PyTorch 2.0

In this post, you will find all the information you need to better understand what PyTorch 2.0 is, where it’s going and more importantly how to get started today (e.g., tutorial, requirements, models, common FAQs).

https://pytorch.org/get-started/pytorch-2.0/
What is your favorite ,most underrated 3rd party python module that made your programming 10 times more easier and less code ? so we can also try that out :-) .as a beginner , mine is pyinputplus

https://www.reddit.com/r/Python/comments/zc3mvf/what_is_your_favorite_most_underrated_3rd_party/
Roboflow 100: A New Object Detection Benchmark

Advancing the state-of-the-art in object recognition with a new way to benchmark computer vision models across domains and task targets.

https://www.rf100.org/
It’s time to stop using Python 3.7

Python 3.7 will stop getting security updates in June 2023. Given the existence of 3.8, 3.9, 3.10, and 3.11, you really should upgrade.

https://pythonspeed.com/articles/stop-using-python-3.7/
An Introduction to Monitoring Microservices with Prometheus and Grafana

This article will introduce how you can set up monitoring on your microservice application using two of the popular tools in this space, Prometheus , and Grafana .

https://navendu.me/posts/introduction-to-monitoring-microservices/