Skip to content

taptorestart/python-examples

Repository files navigation

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

About

Data Structures, Algorithm, Packages

Topics

Resources

License

Stars

Watchers

Forks

Languages