Skip to content
Ryan Eagan edited this page Nov 18, 2022 · 1 revision

Install Git
sudo port install git

Install Cmake
sudo port install cmake

Install Python
sudo port install python39

Installing the Python Packages

Install Numpy
sudo port install py39-numpy

Install Matplotlib
sudo port install py39-matplotlib

Install Scipy
sudo port install py39-scipy

Install Ipython
sudo port install py39-ipython

Install Jupyter
sudo port install py39-jupyter
sudo port install py39-jupyterlab

Install Sympy
sudo port install py39-sympy

Install Cython
sudo port install py39-cython

Install Pandas
sudo port install py39-pandas

Content

Getting Started

BASH Basics

Python Basics

Advanced Python

Data Handling with Python

Quick Links

Clone this wiki locally