An open API service indexing awesome lists of open source software.

https://github.com/taptorestart/python-examples

Data Structures, Algorithm, Packages
https://github.com/taptorestart/python-examples

algorithm data-structures python3

Last synced: 20 days ago
JSON representation

Data Structures, Algorithm, Packages

Awesome Lists containing this project

README

          

# Python Examples

## Test Environments
- Python v3.8.2
- MacOS v12.2.1

## Data Structures
- node
- queue
- stack
- singly linked list

## Algorithms
- sieve of eratosthenes
- factorial

## Packages Examples
- opencv: Save image or video from RTSP Url
- slack_sdk: Send slack message
- hashlib: Make hashed text
- [pyjwt](https://github.com/taptorestart/python-examples/tree/main/packages/pyjwt/README.md): jwt encode and decode
- influxdb: Write and read on influxdb
- dateparser: Get date by timezone string
- openpyxl: Create or remove sheet
- collections: defaultdict
- pydantic: Validate email
- [python-dotenv](https://github.com/taptorestart/python-examples/tree/main/packages/python-dotenv/README.md): Read key-value pairs from .env file as environment variables
- [boto3](https://github.com/taptorestart/python-examples/tree/main/packages/boto3/README.md): Upload a file to AWS S3, Download a file from AWS S3