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
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