Daft
Daft is a fast, ergonomic and scalable open-source dataframe library: built for Python and Complex Data/Machine Learning workloads.
https://github.com/Eventual-Inc/Daft
Daft is a fast, ergonomic and scalable open-source dataframe library: built for Python and Complex Data/Machine Learning workloads.
https://github.com/Eventual-Inc/Daft
GitHub
GitHub - Eventual-Inc/Daft: Distributed query engine providing simple and reliable data processing for any modality and scale
Distributed query engine providing simple and reliable data processing for any modality and scale - Eventual-Inc/Daft
Pandas 1.5.0
This release includes some new features, bug fixes, and performance improvements.
https://github.com/pandas-dev/pandas/releases/tag/v1.5.0
This release includes some new features, bug fixes, and performance improvements.
https://github.com/pandas-dev/pandas/releases/tag/v1.5.0
GitHub
Release Pandas 1.5.0 · pandas-dev/pandas
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes. pandas 1....
See the full whatsnew for a list of all the changes. pandas 1....
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/
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/
Mouse Vs Python
Using Asyncio and Batch APIs for Remote Services - Mouse Vs Python
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.
Join a list with a bitwise or operator in Python
Use
https://www.peterbe.com/plog/join-a-list-with-a-bitwise-or-operator-in-python
Use
functools.reduce(operators.or_, my_list)
to join my_list
with a bitwise ...https://www.peterbe.com/plog/join-a-list-with-a-bitwise-or-operator-in-python
Peterbe
Join a list with a bitwise or operator in Python - Peterbe.com
Use `functools.reduce(operators.or_, my_list)` to join `my_list` with a bitwise OR.
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/
When your Python code is too slow, you need to identify the bottleneck that’s causing it: ...
https://pythonspeed.com/articles/measuring-python-performance/
Python⇒Speed
Invasive procedures: Python affordances for performance measurement
Learn a variety of—sometimes horrible—ways to instrument and measure performance in Python.
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
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
GitHub
GitHub - maxhumber/redframes: General Purpose Data Manipulation Library
General Purpose Data Manipulation Library. Contribute to maxhumber/redframes development by creating an account on GitHub.
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/
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/
News, Tutorials, AI Research
Getting Started with Hugging Face's 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.
sd-webui / stable-diffusion-webui
Stable Diffusion web UI
https://github.com/sd-webui/stable-diffusion-webui
Stable Diffusion web UI
https://github.com/sd-webui/stable-diffusion-webui
GitHub
GitHub - Sygil-Dev/sygil-webui: Stable Diffusion web UI
Stable Diffusion web UI. Contribute to Sygil-Dev/sygil-webui development by creating an account on GitHub.
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
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
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
YouTube
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. In todays video I'll walk you through a couple of fairly simple methods for deploying an application, that don't call…
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/
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/
Paperspace by DigitalOcean Blog
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.
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/
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/
MLJAR
The 5 ways to schedule Jupyter Notebook | MLJAR
Learn five ways to schedule Jupyter Notebooks for regular updates, enabling easy sharing with your team. Explore options like local/cloud execution, UI, export to HTML/PDF, email sending, and more.
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/
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/
Deepgram
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.
EvanLi / Github-Ranking
⭐Github Ranking⭐ — Github stars and forks ranking list. Github Top100 stars list of different languages. Automatically update daily.
https://github.com/EvanLi/Github-Ranking
⭐Github Ranking⭐ — Github stars and forks ranking list. Github Top100 stars list of different languages. Automatically update daily.
https://github.com/EvanLi/Github-Ranking
GitHub
GitHub - EvanLi/Github-Ranking: :star:Github Ranking:star: Github stars and forks ranking list. Github Top100 stars list of different…
:star:Github Ranking:star: Github stars and forks ranking list. Github Top100 stars list of different languages. Automatically update daily. | Github仓库排名,每日自动更新 - EvanLi/Github-Ranking
The Definitive Guide to Graph Problems
Do you want to learn how to solve graph problems? Are you preparing for a coding interview? Do you want to polish your problem-solving skills? In this article I will try to answer these questions and more, and you will learn the patterns necessary to deal with these problems.
https://www.giulianopertile.com/blog/the-definitive-guide-to-graph-problems/
Do you want to learn how to solve graph problems? Are you preparing for a coding interview? Do you want to polish your problem-solving skills? In this article I will try to answer these questions and more, and you will learn the patterns necessary to deal with these problems.
https://www.giulianopertile.com/blog/the-definitive-guide-to-graph-problems/
Giulianopertile
The Definitive Guide to Graph Problems | Giuliano Pertile
Do you want to learn how to solve graph problems? Are you preparing for a coding interview? Do you want to polish your problem-solving skills? In this article I will try to answer these questions and more, and you will learn the patterns necessary to deal…