-
Notifications
You must be signed in to change notification settings - Fork 0
MichielNoback/pybook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html > <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>A short Python intro — Programming Python</title> <script data-cfasync="false"> document.documentElement.dataset.mode = localStorage.getItem("mode") || ""; document.documentElement.dataset.theme = localStorage.getItem("theme") || "light"; </script> <!-- Loaded before other Sphinx assets --> <link href="_static/styles/theme.css?digest=e353d410970836974a52" rel="stylesheet" /> <link href="_static/styles/bootstrap.css?digest=e353d410970836974a52" rel="stylesheet" /> <link href="_static/styles/pydata-sphinx-theme.css?digest=e353d410970836974a52" rel="stylesheet" /> <link href="_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=e353d410970836974a52" rel="stylesheet" /> <link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2" /> <link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" /> <link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" /> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" href="_static/styles/sphinx-book-theme.css?digest=14f4ca6b54d191a8c7657f6c759bf11a5fb86285" type="text/css" /> <link rel="stylesheet" type="text/css" href="_static/togglebutton.css" /> <link rel="stylesheet" type="text/css" href="_static/copybutton.css" /> <link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> <link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css" /> <link rel="stylesheet" type="text/css" href="_static/design-style.4045f2051d55cab465a707391d5b2007.min.css" /> <!-- Pre-loaded scripts that we'll load fully later --> <link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=e353d410970836974a52" /> <link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" /> <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script> <script src="_static/jquery.js"></script> <script src="_static/underscore.js"></script> <script src="_static/doctools.js"></script> <script src="_static/clipboard.min.js"></script> <script src="_static/copybutton.js"></script> <script src="_static/scripts/sphinx-book-theme.js?digest=5a5c038af52cf7bc1a1ec88eea08e6366ee68824"></script> <script>let toggleHintShow = 'Click to show';</script> <script>let toggleHintHide = 'Click to hide';</script> <script>let toggleOpenOnPrint = 'true';</script> <script src="_static/togglebutton.js"></script> <script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> <script src="_static/design-tabs.js"></script> <script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js" const thebe_selector = ".thebe,.cell" const thebe_selector_input = "pre" const thebe_selector_output = ".output, .cell_output" </script> <script async="async" src="_static/sphinx-thebe.js"></script> <script>DOCUMENTATION_OPTIONS.pagename = 'Readme';</script> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="docsearch:language" content="None"/> </head> <body data-bs-spy="scroll" data-bs-target=".bd-toc-nav" data-offset="180" data-bs-root-margin="0px 0px -60%" data-default-mode=""> <a class="skip-link" href="#main-content">Skip to main content</a> <input type="checkbox" class="sidebar-toggle" name="__primary" id="__primary"/> <label class="overlay overlay-primary" for="__primary"></label> <input type="checkbox" class="sidebar-toggle" name="__secondary" id="__secondary"/> <label class="overlay overlay-secondary" for="__secondary"></label> <div class="search-button__wrapper"> <div class="search-button__overlay"></div> <div class="search-button__search-container"> <form class="bd-search d-flex align-items-center" action="search.html" method="get"> <i class="fa-solid fa-magnifying-glass"></i> <input type="search" class="form-control" name="q" id="search-input" placeholder="Search this book..." aria-label="Search this book..." autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span> </form></div> </div> <nav class="bd-header navbar navbar-expand-lg bd-navbar"> </nav> <div class="bd-container"> <div class="bd-container__inner bd-page-width"> <div class="bd-sidebar-primary bd-sidebar"> <div class="sidebar-header-items sidebar-primary__section"> </div> <div class="sidebar-primary-items__start sidebar-primary__section"> <div class="sidebar-primary-item"> <a class="navbar-brand logo" href="intro.html"> <img src="_static/Hanze-Logo.png" class="logo__image only-light" alt="Logo image"/> <script>document.write(`<img src="_static/Hanze-Logo.png" class="logo__image only-dark" alt="Logo image"/>`);</script> </a></div> <div class="sidebar-primary-item"><nav class="bd-links" id="bd-docs-nav" aria-label="Main"> <div class="bd-toc-item navbar-nav active"> <ul class="nav bd-sidenav bd-sidenav__home-link"> <li class="toctree-l1"> <a class="reference internal" href="intro.html"> An intro to Python programming </a> </li> </ul> <ul class="nav bd-sidenav"> <li class="toctree-l1"><a class="reference internal" href="00_jupyter.html">1. Jupyter notebook and Markdown</a></li> <li class="toctree-l1"><a class="reference internal" href="01_getting_started.html">2. A quick overview</a></li> <li class="toctree-l1"><a class="reference internal" href="02_data.html">3. Data: types & operations</a></li> <li class="toctree-l1"><a class="reference internal" href="03_flow_control.html">4. Control the flow of things</a></li> <li class="toctree-l1"><a class="reference internal" href="04_functions.html">5. Functions</a></li> <li class="toctree-l1"><a class="reference internal" href="05_reading_writing_files.html">6. Reading and writing files</a></li> <li class="toctree-l1"><a class="reference internal" href="06_core_library_functions.html">7. The core library functions</a></li> <li class="toctree-l1"><a class="reference internal" href="07_comprehensions.html">8. Comprehensions</a></li> <li class="toctree-l1"><a class="reference internal" href="08_exception_mechanism.html">9. The exception mechanism</a></li> <li class="toctree-l1"><a class="reference internal" href="09_regex.html">10. Regular expressions</a></li> <li class="toctree-l1"><a class="reference internal" href="10_oo_programming.html">11. Object-oriented programming</a></li> <li class="toctree-l1"><a class="reference internal" href="11_data_classes.html">12. Data classes</a></li> <li class="toctree-l1"><a class="reference internal" href="12_exercises.html">13. Exercises</a></li> <li class="toctree-l1"><a class="reference internal" href="13_challenges.html">14. Challenges</a></li> <li class="toctree-l1"><a class="reference internal" href="14_anaconda.html">15. (Ana)conda</a></li> <li class="toctree-l1"><a class="reference internal" href="15_next_steps.html">16. Next steps: pandas</a></li> </ul> </div> </nav></div> </div> <div class="sidebar-primary-items__end sidebar-primary__section"> </div> <div id="rtd-footer-container"></div> </div> <main id="main-content" class="bd-main"> <div class="sbt-scroll-pixel-helper"></div> <div class="bd-content"> <div class="bd-article-container"> <div class="bd-header-article"> <div class="header-article-items header-article__inner"> <div class="header-article-items__start"> <div class="header-article-item"><label class="sidebar-toggle primary-toggle btn btn-sm" for="__primary" title="Toggle primary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip"> <span class="fa-solid fa-bars"></span> </label></div> </div> <div class="header-article-items__end"> <div class="header-article-item"> <div class="article-header-buttons"> <div class="dropdown dropdown-source-buttons"> <button class="btn dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Source repositories"> <i class="fab fa-github"></i> </button> <ul class="dropdown-menu"> <li><a href="https://github.com/MichielNoback/pybook" target="_blank" class="btn btn-sm btn-source-repository-button dropdown-item" title="Source repository" data-bs-placement="left" data-bs-toggle="tooltip" > <span class="btn__icon-container"> <i class="fab fa-github"></i> </span> <span class="btn__text-container">Repository</span> </a> </li> <li><a href="https://github.com/MichielNoback/pybook/issues/new?title=Issue%20on%20page%20%2FReadme.html&body=Your%20issue%20content%20here." target="_blank" class="btn btn-sm btn-source-issues-button dropdown-item" title="Open an issue" data-bs-placement="left" data-bs-toggle="tooltip" > <span class="btn__icon-container"> <i class="fas fa-lightbulb"></i> </span> <span class="btn__text-container">Open issue</span> </a> </li> </ul> </div> <div class="dropdown dropdown-download-buttons"> <button class="btn dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Download this page"> <i class="fas fa-download"></i> </button> <ul class="dropdown-menu"> <li><a href="_sources/Readme.md" target="_blank" class="btn btn-sm btn-download-source-button dropdown-item" title="Download source file" data-bs-placement="left" data-bs-toggle="tooltip" > <span class="btn__icon-container"> <i class="fas fa-file"></i> </span> <span class="btn__text-container">.md</span> </a> </li> <li> <button onclick="window.print()" class="btn btn-sm btn-download-pdf-button dropdown-item" title="Print to PDF" data-bs-placement="left" data-bs-toggle="tooltip" > <span class="btn__icon-container"> <i class="fas fa-file-pdf"></i> </span> <span class="btn__text-container">.pdf</span> </button> </li> </ul> </div> <button onclick="toggleFullScreen()" class="btn btn-sm btn-fullscreen-button" title="Fullscreen mode" data-bs-placement="bottom" data-bs-toggle="tooltip" > <span class="btn__icon-container"> <i class="fas fa-expand"></i> </span> </button> <script> document.write(` <button class="theme-switch-button btn btn-sm btn-outline-primary navbar-btn rounded-circle" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip"> <span class="theme-switch" data-mode="light"><i class="fa-solid fa-sun"></i></span> <span class="theme-switch" data-mode="dark"><i class="fa-solid fa-moon"></i></span> <span class="theme-switch" data-mode="auto"><i class="fa-solid fa-circle-half-stroke"></i></span> </button> `); </script> <script> document.write(` <button class="btn btn-sm navbar-btn search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> <i class="fa-solid fa-magnifying-glass"></i> </button> `); </script> <label class="sidebar-toggle secondary-toggle btn btn-sm" for="__secondary"title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip"> <span class="fa-solid fa-list"></span> </label> </div></div> </div> </div> </div> <div id="jb-print-docs-body" class="onlyprint"> <h1>A short Python intro</h1> <!-- Table of contents --> <div id="print-main-content"> <div id="jb-print-toc"> <div> <h2> Contents </h2> </div> <nav aria-label="Page"> <ul class="visible nav section-nav flex-column"> <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#created-for">Created for</a></li> <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#how-to-use">How to use</a></li> <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#the-best-cheat-sheets">The best cheat sheets</a></li> <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#copyright">Copyright</a></li> </ul> </nav> </div> </div> </div> <div id="searchbox"></div> <article class="bd-article" role="main"> <div class="tex2jax_ignore mathjax_ignore section" id="a-short-python-intro"> <h1>A short Python intro<a class="headerlink" href="#a-short-python-intro" title="Permalink to this headline">#</a></h1> <div class="section" id="created-for"> <h2>Created for<a class="headerlink" href="#created-for" title="Permalink to this headline">#</a></h2> <p>This tutorial is created for use in Python introductory courses at Hanze University of Applied Science, Groningen, The Netherlands. You are free to use it for yourself; however see the <a class="reference download internal" download="" href="_downloads/468897456b752e0e7ba376b3fb1cd465/LICENCE.TXT"><span class="xref download myst">LICENCE.TXT</span></a> note. The notebooks are bundled into an ebook that can be found here: <a class="reference external" href="https://michielnoback.github.io/pybook">https://michielnoback.github.io/pybook</a>.</p> </div> <div class="section" id="how-to-use"> <h2>How to use<a class="headerlink" href="#how-to-use" title="Permalink to this headline">#</a></h2> <p>This repo contains a series of notebooks introducing programming concepts in Python in a data science setting. You can view these notebooks here on github (simply click any file with the <code class="docutils literal notranslate"><span class="pre">ipynb</span></code> extension), on <a class="reference external" href="https://nbviewer.org/">NB viewer</a> (nice & fast, but static) or on <a class="reference external" href="https://mybinder.org/">Binder</a> (interactive, but much slower).<br /> Here are direct links to both:</p> <p><a class="reference external" href="https://nbviewer.org/github/MichielNoback/python_intro/tree/master/"><img alt="NBviewer" src="https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg" /></a> <a class="reference external" href="https://mybinder.org/v2/gh/MichielNoback/python_intro/HEAD"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a></p> <p>If you don’t trust links: In NBviewer, simply paste the URL of this repository in the text field and select one of the notebooks, or paste the URL of a single notebook file directly. In Binder it works the same. Enter the URL of this repo and press “launch”.</p> <p>If you wish to work on the exercises, the hints will not look very nice or won’t work at all in NBviewer and some IDEs. MyBinder seems OK though.</p> <p>For optimal experience with the exercises and interactive studying of the material, I suggest you either</p> <ul class="simple"> <li><p>clone the repo to your local machine, or</p></li> <li><p>download the repo as zip file (click on green button “Code” near the top of the page) unpack on a suitable location</p></li> <li><p>in <a class="reference external" href="http://github.com">github.com</a>, go to the notebook you wish to work on, open it, click “raw”, right-mouse-click on the contents and select “save as”. Be sure to remove the <code class="docutils literal notranslate"><span class="pre">.txt</span></code> extension that may be added.</p></li> </ul> <p>And open with Jupyter Notebook.</p> </div> <div class="section" id="the-best-cheat-sheets"> <h2>The best cheat sheets<a class="headerlink" href="#the-best-cheat-sheets" title="Permalink to this headline">#</a></h2> <p>A concise <a class="reference external" href="https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf">Python3</a> cheat sheet.<br /> A <a class="reference external" href="https://github.com/ehmatthes/pcc/blob/master/cheat_sheets/beginners_python_cheat_sheet_pcc_all.pdf">Python3 extensive</a> cheat sheet.<br /> A <a class="reference external" href="https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf">Jupyter Notebook</a> cheat.</p> </div> <div class="section" id="copyright"> <h2>Copyright<a class="headerlink" href="#copyright" title="Permalink to this headline">#</a></h2> <p>Copyright (C) 2022-2023 Michiel Noback, Hanze University of Applied Science, Groningen, The Netherlands</p> <p>See <a class="reference download internal" download="" href="_downloads/468897456b752e0e7ba376b3fb1cd465/LICENCE.TXT"><span class="xref download myst">LICENCE.TXT</span></a></p> </div> </div> <script type="text/x-thebe-config"> { requestKernel: true, binderOptions: { repo: "binder-examples/jupyter-stacks-datascience", ref: "master", }, codeMirrorConfig: { theme: "abcdef", mode: "python" }, kernelOptions: { name: "python3", path: "./." }, predefinedOutput: true } </script> <script>kernelName = 'python3'</script> </article> <footer class="bd-footer-article"> <div class="footer-article-items footer-article__inner"> <div class="footer-article-item"><!-- Previous / next buttons --> <div class="prev-next-area"> </div></div> </div> </footer> </div> <div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner"> <div class="sidebar-secondary-item"> <div class="page-toc tocsection onthispage"> <i class="fa-solid fa-list"></i> Contents </div> <nav class="bd-toc-nav page-toc"> <ul class="visible nav section-nav flex-column"> <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#created-for">Created for</a></li> <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#how-to-use">How to use</a></li> <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#the-best-cheat-sheets">The best cheat sheets</a></li> <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#copyright">Copyright</a></li> </ul> </nav></div> </div></div> </div> <footer class="bd-footer-content"> <div class="bd-footer-content__inner container"> <div class="footer-item"> <p class="component-author"> By Michiel Noback </p> </div> <div class="footer-item"> <p class="copyright"> © Copyright 2022. <br/> </p> </div> <div class="footer-item"> </div> <div class="footer-item"> </div> </div> </footer> </main> </div> </div> <!-- Scripts loaded after <body> so the DOM is not blocked --> <script src="_static/scripts/bootstrap.js?digest=e353d410970836974a52"></script> <script src="_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52"></script> <footer class="bd-footer"> </footer> </body> </html>
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published