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
- Host: GitHub
- URL: https://github.com/blu3r4y/python-for-java-developers
- Owner: blu3r4y
- License: other
- Created: 2021-01-23T17:45:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T20:43:34.000Z (about 1 year ago)
- Last Synced: 2024-11-28T21:28:39.934Z (about 1 year ago)
- Topics: java, python, python-courses, python-tutorial
- Language: Markdown
- Homepage: https://blu3r4y.github.io/python-for-java-developers/excerpt.html
- Size: 2.2 MB
- Stars: 35
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python Crash Course for Java Developers
[](https://mybinder.org/v2/gh/blu3r4y/python-for-java-developers/main?labpath=snippets%2Fpython%2Fm02_jupyter_introduction.ipynb)
[](https://blu3r4y.github.io/python-for-java-developers/excerpt.html)
[](https://blu3r4y.github.io/python-for-java-developers/?print-pdf)
[](https://blu3r4y.github.io/python-for-java-developers/)
[](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) |
| ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| [](https://blu3r4y.github.io/python-for-java-developers/excerpt.html) | [](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.
[](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.