Skip to content

inbravo/python-feature-set

Repository files navigation

Python Language Feature Set

Basic Features

File Operations

Data Structures

String Handling

Regular Expressions

System

Matplotlib

PySpark

Virtual Environment (VENV) (Optional)

  1. Install Python: brew install [email protected]
  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

License

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

About

My experiments with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published