/os-module

A repository for Cory Schafer's Python OS module tutorial.

Primary LanguageJupyter Notebook

os-module

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 typing pip install -r requirements.txt in the commandline.

Happy Coding 💻🎉