An open API service indexing awesome lists of open source software.

https://github.com/blu3r4y/python-for-java-developers

If you are a Java developer and want to get a quick glance at Python, this course is for you
https://github.com/blu3r4y/python-for-java-developers

java python python-courses python-tutorial

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Python Crash Course for Java Developers

[![Binder](https://mybinder.org/badge_logo.svg?style=flat-square)](https://mybinder.org/v2/gh/blu3r4y/python-for-java-developers/main?labpath=snippets%2Fpython%2Fm02_jupyter_introduction.ipynb)
[![Excerpt](https://img.shields.io/website?label=excerpt&logo=github&up_message=click&url=https%3A%2F%2Fblu3r4y.github.io%2Fpython-for-java-developers%2Fexcerpt.html)](https://blu3r4y.github.io/python-for-java-developers/excerpt.html)
[![PDF](https://img.shields.io/website?label=pdf&logo=adobeacrobatreader&up_message=click&url=https%3A%2F%2Fblu3r4y.github.io%2Fpython-for-java-developers%2F%3Fprint-pdf)](https://blu3r4y.github.io/python-for-java-developers/?print-pdf)
[![Slides](https://img.shields.io/website?label=slides&logo=github&up_message=click&url=https%3A%2F%2Fblu3r4y.github.io%2Fpython-for-java-developers%2F)](https://blu3r4y.github.io/python-for-java-developers/)
[![License](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-yellow)](http://creativecommons.org/licenses/by-nc-sa/4.0/)

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

| Course [excerpt](https://blu3r4y.github.io/python-for-java-developers/excerpt.html) | Course [slides](https://blu3r4y.github.io/python-for-java-developers/) or [PDF view](https://blu3r4y.github.io/python-for-java-developers/?print-pdf) |
| ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| [![Excerpt Screenshot](./.github/images/excerpt.png)](https://blu3r4y.github.io/python-for-java-developers/excerpt.html) | [![Slides Screenshot](./.github/images/slides.png)](https://blu3r4y.github.io/python-for-java-developers/) |

## 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](./.github/images/binder.png)](https://mybinder.org/v2/gh/blu3r4y/python-for-java-developers/main?labpath=snippets%2Fpython%2Fm02_jupyter_introduction.ipynb)

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

[Install Python](https://www.python.org/) 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](https://code.visualstudio.com/), you can also open notebooks directly in there.