{"id":23988878,"url":"https://github.com/veit/python-basics-tutorial","last_synced_at":"2025-04-14T12:14:59.164Z","repository":{"id":37243766,"uuid":"419428317","full_name":"veit/python-basics-tutorial","owner":"veit","description":"Training materials for our Python basics course: https://cusy.io/en/seminars","archived":false,"fork":false,"pushed_at":"2025-04-07T06:19:43.000Z","size":2690,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T12:14:51.865Z","etag":null,"topics":["pytest","python","sphinx-documentation","sqlite3","testing-tools","uml-diagrams","xml"],"latest_commit_sha":null,"homepage":"https://python-basics-tutorial.readthedocs.io/en/latest/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veit.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-20T17:32:43.000Z","updated_at":"2025-04-07T06:19:47.000Z","dependencies_parsed_at":"2024-01-15T09:59:29.095Z","dependency_job_id":"786e339a-d865-48c9-8256-c495ee255480","html_url":"https://github.com/veit/python-basics-tutorial","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpython-basics-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpython-basics-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpython-basics-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fpython-basics-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veit","download_url":"https://codeload.github.com/veit/python-basics-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877961,"owners_count":21176244,"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":["pytest","python","sphinx-documentation","sqlite3","testing-tools","uml-diagrams","xml"],"created_at":"2025-01-07T16:18:42.288Z","updated_at":"2025-04-14T12:14:59.119Z","avatar_url":"https://github.com/veit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Quick start\n===========\n\nStatus\n------\n\n.. image:: https://img.shields.io/github/contributors/veit/python-basics-tutorial.svg\n   :alt: Contributors\n   :target: https://github.com/veit/python-basics-tutorial/graphs/contributors\n.. image:: https://img.shields.io/github/license/veit/python-basics-tutorial.svg\n   :alt: License\n   :target: https://github.com/veit/python-basics-tutorial/blob/main/LICENSE\n.. image:: https://readthedocs.org/projects/python-basics-tutorial/badge/?version=latest\n   :alt: Docs\n   :target: https://python-basics-tutorial.readthedocs.io/en/latest/\n\nInstallation\n------------\n\n#. Download and unpack:\n\n   … on Linux/macOS:\n\n   .. code-block:: console\n\n      $ curl -O https://codeload.github.com/veit/python-basics-tutorial/zip/main\n      $ unzip main\n      Archive:  main\n      …\n         creating: python-basics-tutorial-main/\n      …\n\n   … on Windows:\n\n   .. code-block:: ps1con\n\n      C:\u003e curl.exe -o main.zip -O https://codeload.github.com/veit/python-basics-tutorial-de/zip/main\n      C:\u003e tar -xvzf main.zip\n      python-basics-tutorial-de-main/\n      python-basics-tutorial-de-main/.gitignore\n      …\n\n#. Install Python packages:\n\n   … on Linux/macOS:\n\n   .. code-block:: console\n\n      $ python3 -m venv .venv\n      $ . .venv/bin/activate\n      $ python -m pip install --upgrade pip\n      $ python -m pip install -e \".[dev]\"\n\n   … on Windows:\n\n   .. code-block:: ps1con\n\n      C:\u003e py -m venv .venv\n      C:\u003e .\\.venv\\Scripts\\activate.bat\n      C:\u003e python -m pip install --upgrade pip\n      C:\u003e python -m pip install -e \".[dev]\"\n\n#. Create HTML documentation:\n\n   .. note::\n      pandoc and plantuml has to be installed.\n\n      … on Debian/Ubuntu\n\n      .. code-block:: console\n\n         $  sudo apt install pandoc plantuml\n\n   To create the HTML documentation run these commands:\n\n   .. code-block:: console\n\n      $ sphinx-build -ab html docs/ docs/_build/html/\n\n#. Create a PDF:\n\n   For the creation of a PDF file you need additional packages.\n   To create a PDF documentation you need additional packages, which you can\n   install\n\n   … on Debian/Ubuntu with\n\n   .. code-block:: console\n\n      $ sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk\n\n   or for macOS with:\n\n   .. code-block:: console\n\n      $ brew cask install mactex\n      …\n      🍺  mactex was successfully installed!\n      $ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts\n      $ sudo texlua install-getnonfreefonts\n      …\n      mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...\n      mktexlsr: Done.\n\n   Then you can generate a PDF with:\n\n   .. code-block:: console\n\n      $ cd docs/\n      $ make latexpdf\n      …\n      The LaTeX files are in _build/latex.\n      Run 'make' in that directory to run these through (pdf)latex\n      …\n\n   You can find the PDF at ``docs/_build/latex/pythonbasics.pdf``.\n\nFollow us\n---------\n\n.. _follow-us:\n\n* `GitHub \u003chttps://github.com/veit/python-basics-tutorial-de\u003e`_\n* `Mastodon \u003chttps://mastodon.social/@Python4DataScience\u003e`_\n* `Bluesky \u003chttps://bsky.app/profile/python4data.science\u003e`_\n\n.. _end-follow-us:\n\nPull-Requests\n-------------\n\nIf you have suggestions for improvements and additions, I recommend that you\ncreate a `Fork \u003chttps://github.com/veit/python-basics-tutorial/fork\u003e`_ of my\n`GitHub Repository \u003chttps://github.com/veit/python-basics-tutorial/\u003e`_ and make\nyour changes there. You are also welcome to make a *pull request*. If the\nchanges contained therein are small and atomic, I’ll be happy to look at your\nsuggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveit%2Fpython-basics-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveit%2Fpython-basics-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveit%2Fpython-basics-tutorial/lists"}