Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 921 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 921 Bytes

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: 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: Read key-value pairs from .env file as environment variables
  • boto3: Upload a file to AWS S3, Download a file from AWS S3