For details of the task, see https://powerxai.notion.site/Software-Engineer-Python-805bcc8b246448a1b549b386b95548ab
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.
- Python 3.11.X
- Flask (web framework)
- Poetry (dependency management)
- (dev) Pyright (static type checking)
- All dependencies and tooling configuration are managed in
pyproject.toml. - The main application code is in
starter_interview_swe_python.