Skip to content

A collection of algorithms, simulations, generators, utilities and mathematical scripts written in Python.

License

Notifications You must be signed in to change notification settings

fraserlove/pylab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLab

A collection of experiments written in Python.

Installation and Usage

Setup your environment and install the required dependencies as follows:

  1. Clone the Repository:
git clone https://github.com/fraserlove/pylab.git
cd pylab
  1. Create a Python Virtual Environment:
python -m venv .venv
source .venv/bin/activate
  1. Install Dependencies via PIP:
pip install -r requirements.txt
  1. Run Any Script:
cd simulations/nbody
python nbody.py

Screenshots

alt text