If you are a Java developer and want to get a quick glance at Python, this course is for you.
Course excerpt | Course slides or PDF view |
---|---|
You can follow along by just viewing the slides or the excerpt.
If you would like to have PDF slides, press the PDF button and head to your print dialog.
If you want to play around with the code snippets in a Jupyter notebook, do one of the following.
Click the Binder button above to launch a pre-configured JupyterLab instance in your browser.
Install Python locally, check-out this repository, install the dependencies and start a JupyterLab instance.
python -m pip install -r requirements.txt
python -m jupyter lab --notebook-dir .
If you have VS Code, you can also open notebooks directly in there.