python

Polars DataFrame library

Polars DataFrame library

0
This book is an introduction to the Polars DataFrame library. Its goal is to introduce you to Polars by going through examples and comparing it to other solutions. Some design choices are introduced here. The guide will also introduce you to optimal usage of Polars. Link
smart_open — utils for streaming large files in Python

smart_open — utils for streaming large files in Python

0
smart_open is a Python 3 library for efficient streaming of very large files from/to storages such as S3, GCS, Azure Blob Storage, HDFS, WebHDFS, HTTP, HTTPS, SFTP, or local filesystem. It supports transparent, on-the-fly (de-)compression for a variety of different formats. Link
Dash Sample Apps

Dash Sample Apps

0
This repository hosts the code for over 100 open-source Dash apps written in Python or R. They can serve as a starting point for your own Dash app, as a learning tool to better understand how Dash works, as a reusable templates, and much more. Link
SberProcessMining (SberPM) – Process Mining Python framework

SberProcessMining (SberPM) – Process Mining Python framework

0
SberPM is an open-source Python library for conducting a comprehensive analysis of business processes with the use of process mining and machine learning techniques. By implementing this tool, objective and deep insights into the process on all levels can be revealed. These insights are then used to detect problems such as bottlenecks and deviations and identify potential opportunities for process improvement and optimization. Link Example
5 Python Libraries for Time-Series Analysis

5 Python Libraries for Time-Series Analysis

0
A Time-Series is a sequence of data points collected at different timestamps. These are essentially successive measurements collected from the same data source at the same time interval. Further, we can use these chronologically gathered readings to monitor trends and changes over time. The time-series models can be univariate or multivariate. The univariate time series models are implemented when the dependent variable is a single time series, like room temperature measurement from a single sensor.
Multiprocessing in Python

Multiprocessing in Python

0
This tutorial is divided into four parts; they are: Benefits of multiprocessing Basic multiprocessing Multiprocessing for real use Using joblib Link
Understand your codebase.

Understand your codebase.

0
Auto-syncing code diagrams to drive collaboration, improve code review, reduce onboarding friction, and more. Dependencies display in Go, Java, JavaScript, Python, & Type Link