Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 844 Bytes

File metadata and controls

21 lines (14 loc) · 844 Bytes

PowerX Python Engineering Task

For details of the task, see https://powerxai.notion.site/Software-Engineer-Python-805bcc8b246448a1b549b386b95548ab

Project Setup

This project uses Poetry for dependency management and packaging. It requires Python 3.11.X.

This project uses Pyright for static type checking. Please ensure that the type checks pass.

Any other setup instructions are deliberately left blank.

Tech Stack

  • Python 3.11.X
  • Flask (web framework)
  • Poetry (dependency management)
  • (dev) Pyright (static type checking)

Notes

  • All dependencies and tooling configuration are managed in pyproject.toml.
  • The main application code is in starter_interview_swe_python.