๐ Lectures
Bash Lectures
Python Lectures
- Lecture 10 basics
- Lecture 11 flow
- Lecture 12 functions
- Lecture 13 lists
- Lecture 14 files
- Lecture 15 organising
- Lecture 16 dictionaries
- Lecture 17 clipboard
- Lecture 18 revision
๐งช Labs
โก Cheat Sheets
๐ How to use VM
Bash Code!
To use bash to code run > gedit type > #!/bin/bash Saving it > Save as sh. chmod u+x (filename) in temrmal write filename.
Python
How to use!
๐พ Cat