Skip to content

If you are a Java developer and want to get a quick glance at Python, this course is for you

License

Notifications You must be signed in to change notification settings

blu3r4y/python-for-java-developers

Repository files navigation

Python Crash Course for Java Developers

Binder Excerpt PDF Slides License

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
Excerpt Screenshot Slides Screenshot

Interactive Course Guide

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.

Option A: Open a JupyerLab environment with Binder (recommended)

Click the Binder button above to launch a pre-configured JupyterLab instance in your browser.

Binder Screenshot

Option B: Install and run Python on your computer (local setup)

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.