A Python project setup with development container support.
This project includes a development container configuration for consistent development environment.
- Docker
- Visual Studio Code with Remote-Containers extension
- Clone this repository
- Open in VS Code
- When prompted, reopen in container or use Command Palette: "Remote-Containers: Reopen in Container"
The development environment includes:
- Python 3
- Pylint for linting
- Black for code formatting
- Docker support
basic-test.py- Main Python script.devcontainer/- Development container configuration