diff --git a/python-mode/pd b/python-mode/pd new file mode 100644 index 0000000..8f4c303 --- /dev/null +++ b/python-mode/pd @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: pd +# key: pd +# uuid: pd +# group: general +# -- +import pandas as pd +$0 \ No newline at end of file diff --git a/python-mode/plt b/python-mode/plt new file mode 100644 index 0000000..18a9c44 --- /dev/null +++ b/python-mode/plt @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: plt +# key: plt +# uuid: plt +# group: general +# -- +import matplotlib.pyplot as plt +$0 \ No newline at end of file