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
- Host: GitHub
- URL: https://github.com/taptorestart/python-examples
- Owner: taptorestart
- License: mit
- Created: 2022-02-07T20:47:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T09:03:00.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T00:22:03.540Z (5 months ago)
- Topics: algorithm, data-structures, python3
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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