- Hello World
- Hello World using Jupyter Notebook
- Data Types
- Variable Types
- Why Indentation Matters in Python
- Main Function
- SHUtils Examples ("shell utilities", sh standing for Shell)
- Get File Metadata
- Get Count of Files in a Folder
- Fetche all hyperlinks from a given URL and checks their validity
- Install Python:
brew install [email protected] - Install PIP:
pip3.11 install uv - Create a virtual environment in the downloaded codebase:
python3.11 -m venv .venv - Install dependencies:
pip install -r requirements.txt - Activate the virtual environment:
source .venv/bin/activate
This project is licensed under the MIT License. See the LICENSE file for details.