Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 676 Bytes

File metadata and controls

31 lines (20 loc) · 676 Bytes

YT Tutorial

A Python project setup with development container support.

Setup

This project includes a development container configuration for consistent development environment.

Prerequisites

  • Docker
  • Visual Studio Code with Remote-Containers extension

Getting Started

  1. Clone this repository
  2. Open in VS Code
  3. When prompted, reopen in container or use Command Palette: "Remote-Containers: Reopen in Container"

Development

The development environment includes:

  • Python 3
  • Pylint for linting
  • Black for code formatting
  • Docker support

Files

  • basic-test.py - Main Python script
  • .devcontainer/ - Development container configuration