Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 2.09 KB

File metadata and controls

66 lines (42 loc) · 2.09 KB

Python Language Feature Set

Python Script/Class/Module

Basic Features

Built-in data types

File Operations

Data Structures

String Handling

Regular Expressions

System

Matplotlib

PySpark

Virtual Environment (VENV) (Optional)

  1. Install Python: brew install python@3.11
  2. Install PIP: pip3.11 install uv
  3. Create a virtual environment in the downloaded codebase: python3.11 -m venv .venv
  4. Install dependencies: pip install -r requirements.txt
  5. Activate the virtual environment: source .venv/bin/activate

Run Ollama (Optional)

  1. To run the 8b LLM: ollama run llama3:8b
  2. To stop: /bye

License

This project is licensed under the MIT License. See the LICENSE file for details.