If you are a Java developer and want to get a quick glance at Python, this course is for you.
Click the Binder button to start an interactive environment. Or just view the slides or the excerpt.
If you want to run this notebook locally, execute the following
python -m pip install -r requirements.txt
python -m notebook --notebook-dir .
cd slides
npm install
npm run dev