├── .gitignore ├── Building Blocks.ipynb ├── Playing with Blocks - Matt 1.ipynb ├── Playing with Blocks - Matt 2.ipynb ├── Playing with Blocks.ipynb ├── README.md ├── instructor_notes.md ├── ipythonblocks.py └── playing_with_blocks_exercises.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/.gitignore -------------------------------------------------------------------------------- /Building Blocks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/Building Blocks.ipynb -------------------------------------------------------------------------------- /Playing with Blocks - Matt 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/Playing with Blocks - Matt 1.ipynb -------------------------------------------------------------------------------- /Playing with Blocks - Matt 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/Playing with Blocks - Matt 2.ipynb -------------------------------------------------------------------------------- /Playing with Blocks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/Playing with Blocks.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/README.md -------------------------------------------------------------------------------- /instructor_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/instructor_notes.md -------------------------------------------------------------------------------- /ipythonblocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/ipythonblocks.py -------------------------------------------------------------------------------- /playing_with_blocks_exercises.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiffyclub/scipy-2019-intro-to-python/HEAD/playing_with_blocks_exercises.md --------------------------------------------------------------------------------