{"id":23219924,"url":"https://github.com/blu3r4y/python-for-java-developers","last_synced_at":"2025-08-19T10:31:12.909Z","repository":{"id":39831183,"uuid":"332271605","full_name":"blu3r4y/python-for-java-developers","owner":"blu3r4y","description":"If you are a Java developer and want to get a quick glance at Python, this course is for you","archived":false,"fork":false,"pushed_at":"2024-11-28T20:43:34.000Z","size":2310,"stargazers_count":35,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-28T21:28:39.934Z","etag":null,"topics":["java","python","python-courses","python-tutorial"],"latest_commit_sha":null,"homepage":"https://blu3r4y.github.io/python-for-java-developers/excerpt.html","language":"Markdown","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blu3r4y.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-23T17:45:04.000Z","updated_at":"2024-11-10T05:58:54.000Z","dependencies_parsed_at":"2023-01-22T10:00:44.390Z","dependency_job_id":null,"html_url":"https://github.com/blu3r4y/python-for-java-developers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blu3r4y%2Fpython-for-java-developers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blu3r4y%2Fpython-for-java-developers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blu3r4y%2Fpython-for-java-developers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blu3r4y%2Fpython-for-java-developers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blu3r4y","download_url":"https://codeload.github.com/blu3r4y/python-for-java-developers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230345748,"owners_count":18211994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","python","python-courses","python-tutorial"],"created_at":"2024-12-18T21:47:51.849Z","updated_at":"2024-12-18T21:47:52.277Z","avatar_url":"https://github.com/blu3r4y.png","language":"Markdown","readme":"# Python Crash Course for Java Developers\n\n[![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)\n[![Excerpt](https://img.shields.io/website?label=excerpt\u0026logo=github\u0026up_message=click\u0026url=https%3A%2F%2Fblu3r4y.github.io%2Fpython-for-java-developers%2Fexcerpt.html)](https://blu3r4y.github.io/python-for-java-developers/excerpt.html)\n[![PDF](https://img.shields.io/website?label=pdf\u0026logo=adobeacrobatreader\u0026up_message=click\u0026url=https%3A%2F%2Fblu3r4y.github.io%2Fpython-for-java-developers%2F%3Fprint-pdf)](https://blu3r4y.github.io/python-for-java-developers/?print-pdf)\n[![Slides](https://img.shields.io/website?label=slides\u0026logo=github\u0026up_message=click\u0026url=https%3A%2F%2Fblu3r4y.github.io%2Fpython-for-java-developers%2F)](https://blu3r4y.github.io/python-for-java-developers/)\n[![License](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-yellow)](http://creativecommons.org/licenses/by-nc-sa/4.0/)\n\nIf you are a Java developer and want to get a quick glance at Python, this course is for you.\n\n| 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) |\n| ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [![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/)                                            |\n\n## Interactive Course Guide\n\nYou can follow along by just viewing the slides or the excerpt.  \nIf you would like to have PDF slides, press the PDF button and head to your print dialog.\n\nIf you want to play around with the code snippets in a Jupyter notebook, do one of the following.\n\n### Option A: Open a JupyerLab environment with Binder (recommended)\n\n**Click the Binder button** above to launch a pre-configured JupyterLab instance in your browser.\n\n[![Binder Screenshot](./.github/images/binder.png)](https://mybinder.org/v2/gh/blu3r4y/python-for-java-developers/main?labpath=snippets%2Fpython%2Fm02_jupyter_introduction.ipynb)\n\n### Option B: Install and run Python on your computer (local setup)\n\n[Install Python](https://www.python.org/) locally, check-out this repository, install the dependencies and start a JupyterLab instance.\n\n    python -m pip install -r requirements.txt\n    python -m jupyter lab --notebook-dir .\n\nIf you have [VS Code](https://code.visualstudio.com/), you can also open notebooks directly in there.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblu3r4y%2Fpython-for-java-developers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblu3r4y%2Fpython-for-java-developers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblu3r4y%2Fpython-for-java-developers/lists"}