Less than 1 min read
Python
Installing Python​
- Download Python
- Install
- Set Python Path
- Install required packages, e.g;
pip install pyautogui
- To update pip, use the following command:
python.exe -m pip install --upgrade pip
Python Scripts​
To see my Python scripts, check out my Python Learning repo.
This contains basic scripts detailing how to use Python to automate tasks and describing basic syntax.