From 2c8848211b3e099e4eeaa4bc38c32b3e75b21928 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Sat, 22 Jun 2019 22:50:39 +1000 Subject: [PATCH] move python code snippets to python folder --- birth-rate.py => python/birth-rate.py | 0 ds-026.py => python/ds-026.py | 0 hello.py => python/hello.py | 0 hist.py => python/hist.py | 0 ml-1.py => python/ml-1.py | 0 np-demo.py => python/np-demo.py | 0 pandas-demo.py => python/pandas-demo.py | 0 plot-1.py => python/plot-1.py | 0 plot-2.py => python/plot-2.py | 0 random-color-spot-plot.py => python/random-color-spot-plot.py | 0 servo-test.py => python/servo-test.py | 0 sub-plots.py => python/sub-plots.py | 0 us-stats-data.py => python/us-stats-data.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename birth-rate.py => python/birth-rate.py (100%) rename ds-026.py => python/ds-026.py (100%) rename hello.py => python/hello.py (100%) rename hist.py => python/hist.py (100%) rename ml-1.py => python/ml-1.py (100%) rename np-demo.py => python/np-demo.py (100%) rename pandas-demo.py => python/pandas-demo.py (100%) rename plot-1.py => python/plot-1.py (100%) rename plot-2.py => python/plot-2.py (100%) rename random-color-spot-plot.py => python/random-color-spot-plot.py (100%) rename servo-test.py => python/servo-test.py (100%) rename sub-plots.py => python/sub-plots.py (100%) rename us-stats-data.py => python/us-stats-data.py (100%) diff --git a/birth-rate.py b/python/birth-rate.py similarity index 100% rename from birth-rate.py rename to python/birth-rate.py diff --git a/ds-026.py b/python/ds-026.py similarity index 100% rename from ds-026.py rename to python/ds-026.py diff --git a/hello.py b/python/hello.py similarity index 100% rename from hello.py rename to python/hello.py diff --git a/hist.py b/python/hist.py similarity index 100% rename from hist.py rename to python/hist.py diff --git a/ml-1.py b/python/ml-1.py similarity index 100% rename from ml-1.py rename to python/ml-1.py diff --git a/np-demo.py b/python/np-demo.py similarity index 100% rename from np-demo.py rename to python/np-demo.py diff --git a/pandas-demo.py b/python/pandas-demo.py similarity index 100% rename from pandas-demo.py rename to python/pandas-demo.py diff --git a/plot-1.py b/python/plot-1.py similarity index 100% rename from plot-1.py rename to python/plot-1.py diff --git a/plot-2.py b/python/plot-2.py similarity index 100% rename from plot-2.py rename to python/plot-2.py diff --git a/random-color-spot-plot.py b/python/random-color-spot-plot.py similarity index 100% rename from random-color-spot-plot.py rename to python/random-color-spot-plot.py diff --git a/servo-test.py b/python/servo-test.py similarity index 100% rename from servo-test.py rename to python/servo-test.py diff --git a/sub-plots.py b/python/sub-plots.py similarity index 100% rename from sub-plots.py rename to python/sub-plots.py diff --git a/us-stats-data.py b/python/us-stats-data.py similarity index 100% rename from us-stats-data.py rename to python/us-stats-data.py