PythonHub
2.44K subscribers
2.35K photos
49.2K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Using Asyncio and Batch APIs for Remote Services

Call batch APIs using Python's asyncio. Process multiple requests with a single call for better performance. Async Python functions in Excel can benefit from using batch APIs.

https://www.blog.pythonlibrary.org/2022/09/20/using-asyncio-and-batch-apis/
Invasive procedures: Python affordances for performance measurement

When your Python code is too slow, you need to identify the bottleneck that’s causing it: ...

https://pythonspeed.com/articles/measuring-python-performance/
redframes

A data manipulation library for ML and visualization. It is fully interoperable with pandas, compatible with scikit-learn, and works great with matplotlib!

https://github.com/maxhumber/redframes
How to Build an Audio Intelligence Dashboard with Gradio

Gradio allows you to easily create shareable apps using only Python. Learn how to build a dashboard for Audio Intelligence Analysis in this easy-to-follow tutorial.

https://www.assemblyai.com/blog/how-to-build-an-audio-intelligence-dashboard-with-gradio/
Python 3.14 will be faster than C++

Benchmarking the new and impressive Python 3.11Continue reading on Towards Data Science ...

https://towardsdatascience.com/python-3-14-will-be-faster-than-c-a97edd01d65d
Infrastructure-as-Code: Easy Cloud Deployment In Python

Depending on the technology and type of cloud product you choose, cloud deployment can be intimidating, but it's often not that complex. This video walks you through a couple of fairly simple methods for deploying an application, that don't call for a deep understanding of DevOps and are quick and easy to implement.

https://www.youtube.com/watch?v=YGcd0lAQCl8
Image segmentation

In this article, we will define image segmentation, discover the right metrics to use in these tasks, build an end-to-end pipeline that can be used as a template for handling image segmentation problems, and talk about some useful applications of it.

https://blog.paperspace.com/image-segmentation-using-segmentation_models_pytorch/
5 ways to schedule Jupyter Notebook

Jupyter Notebook is an excellent tool for creating computational documents. There is often a requirement to update the notebook’s results at a selected time interval and publish it to the rest of the team. This post summarizes five different approaches for Jupyter Notebook scheduling.

https://mljar.com/blog/schedule-jupyter-notebook/
How to Build the World's Ugliest Podcast Search Engine with Python

In this post, you'll learn how to search podcast episode transcripts to find words and phrases that were discussed.

https://blog.deepgram.com/podcast-search-engine/