This repository hold my notes from the tutorial of os
module by @CoreyMSchafer
Important
As of February 2024, this repository was made public, with its last modification recorded in February 2024.
Note
- The requirements are simple, it's just a jupyter notebook!
- The
requirements.txt
file have the dependencies to run a jupyter notebook. - After cloning and
cd
into the repository, install the repository requirements by typingpip install -r requirements.txt
in the commandline.
Happy Coding 💻🎉