Basic Python experiments that can be used in VS Code, or really any IDE that supports Python environments.
- Clone or download this repository
- Open the code in your IDE (VS Code recommended)
- Generate a new Python REPL:
CTRL + SHIFT + \`` (Windows/Linux) orCMD + SHIFT + `` (Mac) - Save the code with
CTRL + S(orCMD + Son Mac) and run it - IMPORTANT NOTE: Create a new folder on your device and give it a name so VS Code has a proper workspace to save data
Comprehensive documentation is available in the Docs directory:
- Getting Started: Quick start guide for beginners
- Setup Instructions: Detailed setup guide for Python and VS Code
- Calculator Guide: Documentation for the calculator application
You can easily copy the entire documentation folder to your Desktop for offline access:
python copy_docs_to_desktop.pyThis script will create a python-experiments-Docs folder on your Desktop with all documentation files.
- calculator_up_to_1000.py: A simple calculator that performs basic arithmetic operations on numbers between 0 and 1000
Feel free to contribute your own Python experiments or improve existing ones!
See the LICENSE file for details.