diff --git a/notebooks/README.md b/notebooks/README.md new file mode 100644 index 0000000..213234f --- /dev/null +++ b/notebooks/README.md @@ -0,0 +1,15 @@ +Notebooks used here: + + +MiniConda - one way of installing a quick version of python + +hello.py - python used as a unix command (chmod +x; #!/usr/bin/env) + +mymath.ipynb and mymath.py - converted from .ipynb to .py + +python-overview.ipynb - few sample notebooks (some are still in python2 and were not converted) +python-basic.ipynb +python-more.ipynb +python-numpy.ipynb +python-image.ipynb +python-class.ipynb