Skip to content

inbravo/python-feature-set

Repository files navigation

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.

About

My experiments with Python

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors