# pytutorial **Repository Path**: coinchiang/pytutorial ## Basic Information - **Project Name**: pytutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-17 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Get Started with Python Python is a - high-level - general-purpose - interpreted programming language. The Python interpreter turns the source code, line by line, once at a time, into the machine code when the Python program executes. ## Install Python and VS Code [Python official site](https://www.python.org/) [Visual studio code](https://code.visualstudio.com/) ## TOC - [x] [Python Basics](python_basics/basics.md) - [x] [Python OOP](python_oop/oop.md) - [ ] [Python Currency](python_concurrency/concurrency.md)