Hacker News new | ask | show | jobs
by tonyarkles 1276 days ago
Just a “standard” convention. I’ve been doing a bunch of analysis work lately and almost all of the scripts start with something like:

    import numpy as np
    import pandas as pd
    import seaborn as sns 
    import sympy as sp