Recent code posts

Code Snippets

2022-02-02 | programming, code, Python

Computer Setup Add to PATH variable: single location (\S\bin) for personal scripts includes publish.bat script Add to PYTHONPATH variable: current projects

View post

Code Snippets

2022-01-28 | python, programming, code, snippets

General Imports import numpy as np import pandas as pd import matplotlib as mpl import matplotlib.pyplot as plt from great import test_df

View post