Mathemmagician / import-as

Common import abbreviations for Python libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import-as

Common import abbreviations for Python packages

Data Science

package abbreviation
numpy np
pandas pd
tensorflow tf
dask.dataframe dd
matplotlib.pyplot plt
seaborn sns

Math

package abbreviation
sympy sp
shapely sh

Utils

package abbreviation
icecream ic

Contribute

Community contributions are highly encouraged! The hope of this page is to encourage more consistency in import abbreviations, especially for some of the more obscure yet useful packages while avoiding name collisions!

About

Common import abbreviations for Python libraries