introduction to python for beginners

please install git in your machine. then you can download and upload to github via your IDE (VS code, pycharm etc.) (https://git-scm.com/downloads)
near the top right of this page you'll see 'fork'. click 'fork', and you'll have your own copy of this repo saved to your github account
Now that you have git installed and you've forked this repo, you can clone it onto your machine, and make changes locally as well as uploading them via your IDE.
- above this message you'll see 'go to file', 'add file', and 'code'
- click 'code', then choose HTTPS, and copy the URL
- go to your IDE (VS code, pycharm etc.)
- go to the folder you want to clone this repo into
- open a new terminal
- type 'git clone' and paste the URL you copied in step 2, then press enter