From 8e7568d42b2e3796a15d8323784bf00d41940db7 Mon Sep 17 00:00:00 2001 From: Date: Sun, 27 Oct 2024 23:49:43 +0100 Subject: [PATCH] Update documentation --- WS1/0_python_basics/3_control_flow.html | 12 ++++++++---- .../WS1/0_python_basics/3_control_flow.ipynb | 9 +++++++-- objects.inv | Bin 482 -> 485 bytes searchindex.js | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/WS1/0_python_basics/3_control_flow.html b/WS1/0_python_basics/3_control_flow.html index 56f2bfc..c30bb67 100755 --- a/WS1/0_python_basics/3_control_flow.html +++ b/WS1/0_python_basics/3_control_flow.html @@ -8,7 +8,7 @@ - Conditionality and Repetition — Dig4Bio-workshops + 4. Conditionality and Repetition — Dig4Bio-workshops @@ -410,7 +410,7 @@
-

Conditionality and Repetition

+

4. Conditionality and Repetition

@@ -435,12 +435,16 @@

Contents

-

Conditionality and Repetition#

+

4. Conditionality and Repetition#

You will quickly find out that in your programming experience, you will spend quite some time writing conditional statements or looping through items. Therefore, it’s very important that you understand what these statements do and how to properly use them.

Conditionality#

The if statement is based on a boolean operation: if the first condition is executed it means that the condition is True, otherwise, the program moves on to the next statements until either a True statement or the end of the flow (else, if included). The flow chart below illustrates the conditional process with one if, two elif and one else statements.

-

alt text

+

Picture

Let’s see some examples.

diff --git a/_sources/WS1/0_python_basics/3_control_flow.ipynb b/_sources/WS1/0_python_basics/3_control_flow.ipynb index 19b65e0..ff076cd 100755 --- a/_sources/WS1/0_python_basics/3_control_flow.ipynb +++ b/_sources/WS1/0_python_basics/3_control_flow.ipynb @@ -5,7 +5,7 @@ "id": "bcfb1a44-abdb-44b6-a59f-90684ce8322a", "metadata": {}, "source": [ - "# Conditionality and Repetition" + "# 4. Conditionality and Repetition" ] }, { @@ -31,7 +31,12 @@ "source": [ "The `if` statement is based on a **boolean** operation: if the first condition is executed it means that *the condition is* `True`, otherwise, the program moves on to the next statements *until either a `True` statement or the end of the flow* (else, if included). The flow chart below illustrates the conditional process with one if, two elif and one else statements.\n", "\n", - "![alt text](images/Python-if-elif-else-statement.png)" + "\n", + "\"Picture\"" ] }, { diff --git a/objects.inv b/objects.inv index a5d5f631f14478c0b198d9b12c3a3583f8d91fac..c8504d9d4305827560d2200fc631b15ea43c83a5 100755 GIT binary patch delta 360 zcmV-u0hj*b1LXsdhJV8_487+o!krBYJ8>Kc0n*UKka~==#%rUdan*P#{d>};+uBjl zTl?O#-?N=~7v0^9vY`yE*h{Aqcm2;DsV9XAUqn2fmoGCa41c#&p*kj{(Q-n*?Idif zJ`x!igQCXDs5!HdI9R>4z%7qk7>=8 zNU$BcB>_SMyqtYIcYRCo$D8rKpocE>b6Rd--C;;O@`dR$4J3ytKg?= zVB{W5+v0?tO8qCh$aha8)XewEnYm;8GQdCwdhq?(Bv4meKjKvqdME(}=zj03-wDX?Ga G5N>lAiL|N! delta 357 zcmV-r0h<2h1L6aahJS=G5WV*+>fKdQPaaoe)MU-ZHR0HF=`1vq4xzI_{@y}i7gi!S zc<;@;H#3cQ(e0fm8_Lj%y>vQpm;c<6dQzD1Rm9_E`AtTJ;qR6zRL6ugT29EforKNR zMt>RmmmtF3~cu7Qzz zFl~zg9ZLNtJIi{Xk>W+Ck86$GpCfk}mX37+rfLrabqprK0@@S}9xMKF^y`3%uMu-r z$SPM@+m%IvyU)m%5)kBWWM!!hx?@RtMg}f(@jZ!Vd4F{a2b|9-Hn-&JFf5U;_$`sfy{>p9f DE@H0S diff --git a/searchindex.js b/searchindex.js index 6516e0a..a2a6750 100755 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Simple statement": [[2, "simple-statement"]], "2. Assignment statement": [[2, "assignment-statement"]], "3. Lists and generators": [[2, "lists-and-generators"]], "4. Compound statement": [[2, "compound-statement"]], "5. Packaging": [[2, "packaging"]], "An example cell": [[7, "an-example-cell"]], "Citations": [[8, "citations"]], "Code blocks and outputs": [[9, "code-blocks-and-outputs"]], "Conditionality": [[3, "conditionality"]], "Conditionality and Repetition": [[3, null]], "Content": [[5, "content"]], "Content with notebooks": [[9, null]], "Continue and Break": [[3, "continue-and-break"]], "Create a notebook with MyST Markdown": [[7, "create-a-notebook-with-myst-markdown"]], "Dates": [[5, "dates"]], "Dig4Bio workshops": [[5, null]], "Functions": [[2, "functions"]], "Goal": [[5, "goal"]], "Hello, World!": [[1, null]], "Helpful tips and tricks before starting": [[0, "helpful-tips-and-tricks-before-starting"]], "Introduction": [[0, "introduction"]], "Introduction to Python": [[0, null], [4, null]], "Introduction to Python (WS1)": [[5, null]], "Learn more": [[8, "learn-more"]], "Learning Objectives- Master the Python\u2019s syntax, familiarize with arithmetic operations, assignment and compound statements.": [[0, "learning-objectives-master-the-python-s-syntax-familiarize-with-arithmetic-operations-assignment-and-compound-statements"]], "Markdown + notebooks": [[9, "markdown-notebooks"]], "Markdown Files": [[8, null]], "Model-based Techniques (WS2)": [[5, null]], "MyST markdown": [[9, "myst-markdown"]], "Notebooks with MyST Markdown": [[7, null]], "Objective": [[0, "objective"], [4, "objective"]], "Partners": [[5, "partners"]], "Pragmatics": [[1, "pragmatics"]], "Quickly add YAML metadata for MyST Notebooks": [[7, "quickly-add-yaml-metadata-for-myst-notebooks"]], "Repetition": [[3, "repetition"]], "Sample Roles and Directives": [[8, "sample-roles-and-directives"]], "Schedule": [[0, "schedule"]], "Semantics": [[1, "semantics"]], "Statements and Packaging": [[2, null]], "Syntax": [[1, "syntax"]], "Syntax, Semantics and Pragmatics of a programming language": [[1, "syntax-semantics-and-pragmatics-of-a-programming-language"]], "Welcome to your Jupyter Book": [[6, null]], "What is MyST?": [[8, "what-is-myst"]], "Why Python?": [[0, "why-python"]], "course plan": [[4, "course-plan"]], "for loop": [[2, "for-loop"]], "if statement": [[2, "if-statement"]], "loops": [[2, "loops"]], "while loop": [[2, "while-loop"]], "\u201cA Foolish Consistency is the Hobgoblin of Little Minds\u201d": [[1, "a-foolish-consistency-is-the-hobgoblin-of-little-minds"]]}, "docnames": ["WS1/0_python_basics/0_python_basics", "WS1/0_python_basics/1_hello_world", "WS1/0_python_basics/2_statements", "WS1/0_python_basics/3_control_flow", "WS1/intro_to_ws1", "index", "intro", "markdown-notebooks", "mymarkdownfile", "notebooks"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9}, "filenames": ["WS1/0_python_basics/0_python_basics.ipynb", "WS1/0_python_basics/1_hello_world.ipynb", "WS1/0_python_basics/2_statements.ipynb", "WS1/0_python_basics/3_control_flow.ipynb", "WS1/intro_to_ws1.md", "index.md", "intro.md", "markdown-notebooks.md", "mymarkdownfile.md", "notebooks.ipynb"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 2, 3, 7, 8, 9], "0": [1, 2, 3, 9], "01": [], "02": 2, "025": 2, "05": 2, "0j": 3, "0x0000018f789d3060": [], "0x000001d8d2543060": [], "0x00000233692134c0": [], "0x0000023c236834c0": 2, "0x0000024ba52934c0": [], "0x0000028c4b0a34c0": [], "1": [0, 1, 3, 5, 9], "10": [2, 3, 9], "100": [2, 9], "100000": 2, "1038": [], "11": [2, 3], "12": 3, "13": 3, "13654": [], "14": 3, "1423563681": 1, "1475": 2, "15": [2, 3], "16": [], "17": 2, "18": 2, "19": 2, "19680801": 9, "1979": 0, "2": [1, 3, 5, 6, 7, 9], "20": 2, "2011": [], "2014": 8, "2016": [], "21": [], "2436706066": 1, "25": 2, "2500": 2, "2641720524": 2, "2x3": 3, "3": [0, 1, 3, 9], "30": 3, "300": 1, "3144": 2, "35": 3, "3775": 2, "4": [1, 3, 7, 9], "40": 3, "425070858": 1, "5": [1, 3, 9], "50": 3, "585": 2, "6": [1, 2, 3, 5], "60": 2, "69": 1, "7": [1, 2, 3], "8": [0, 1, 2, 3], "80": 3, "800": 1, "9": [1, 2, 3], "A": [2, 3], "And": 6, "As": [2, 3, 9], "Be": 2, "But": [1, 2, 3, 9], "For": [1, 2, 3, 5, 8, 9], "If": [1, 2, 3, 7], "In": [0, 1, 2, 3, 8, 9], "It": [0, 1, 2, 6, 8], "No": [2, 3, 9], "On": 2, "That": 7, "The": [0, 1, 2, 3, 5, 7, 8], "There": [0, 2, 9], "These": 3, "To": 2, "With": 7, "abl": 1, "about": [0, 1, 2, 3, 5, 7, 8, 9], "abov": [1, 2], "academia": 0, "accept": 8, "accord": 2, "achiev": [3, 5], "acquir": [0, 2], "activ": 5, "actual": [0, 2], "ad": 3, "adapt": 0, "add": [1, 2, 3], "add_": 9, "addit": [], "addition": 2, "address": 5, "administr": 5, "advanc": 5, "after": [0, 1, 3], "agre": 1, "aim": [0, 5], "al": 8, "align": 9, "all": [0, 1, 2, 3, 5, 7, 8], "allianc": 5, "allow": [2, 8], "almost": 3, "alreadi": [0, 2], "also": [2, 3, 7, 8, 9], "altern": [], "although": 1, "ambigu": 1, "amount": 3, "an": [0, 1, 2, 3, 5, 8], "analysi": 0, "analyz": 0, "ani": [0, 2, 3, 6, 7], "anna": 3, "anoth": [2, 3], "answer": 2, "anyon": 2, "anyth": 3, "appdata": 1, "append": [2, 3], "approach": [0, 2], "ar": [0, 1, 2, 3, 7, 8], "argument": 2, "arithmet": [], "arrai": [0, 9], "ask": 0, "assign": 3, "assum": 2, "assumpt": 1, "attempt": 3, "attent": [2, 5], "attribut": 1, "attributeerror": 1, "au": 2, "auditori": 8, "australia": 8, "autom": [2, 5], "avail": 0, "avoid": 2, "awai": 0, "awar": 5, "ax": 9, "b": [2, 3], "bad": 1, "balanc": 0, "bar": 2, "bar_to_pasc": 2, "bare": 3, "barrel": 2, "base": [0, 1, 3, 7], "basic": [0, 2, 3, 5], "batch": [0, 3], "becaus": [0, 1], "bed": 2, "been": 0, "befor": [1, 2], "begin": [0, 2, 9], "beginn": 0, "being": [0, 8], "belong": 1, "below": [2, 3, 5], "berlin": 5, "best": [0, 2], "better": 0, "between": [2, 3, 5], "bhichem": 0, "bib": 8, "bibliographi": 8, "bibtex": 8, "big": [0, 2], "binari": 2, "bind": 2, "bio": [4, 5], "biochem": [0, 5], "biolog": 5, "biomanufactur": 5, "biomolecul": 5, "biopharmaceut": 5, "bioprocess": 5, "biotechnologi": 5, "blblblbl": [], "block": [1, 3, 6, 7], "book": [7, 8, 9], "boolean": 3, "both": [0, 8], "box": 8, "bracket": 2, "brainstorm": 0, "brian": [0, 8], "brisban": 8, "broad": 0, "bubbl": 2, "build": 8, "built": [2, 3, 7], "bundl": 6, "c": [0, 2, 3], "c0": 2, "c_ratio": 2, "ca": 2, "ca0": 2, "ca_ca0": 2, "caccaval": 0, "calcul": 2, "call": [0, 1, 2, 3, 8, 9], "can": [0, 1, 2, 3, 5, 7, 8, 9], "cannot": [0, 1, 2, 3], "capac": 5, "care": [0, 2, 3], "career": 0, "carefulli": 0, "carri": [0, 1], "case": [2, 3], "cast": [1, 3], "categori": 1, "cdot": 2, "cell": [1, 2, 3, 5, 9], "certain": 3, "chair": 5, "challeng": 0, "chang": [2, 3], "chart": 3, "check": [2, 6, 9], "chemic": [0, 4, 5], "christoph": 8, "chunk": 2, "citat": [], "cite": 8, "class": [0, 1], "claus": 2, "clean": 0, "cleaner": 2, "clear": 2, "close": 5, "cluster": 5, "cm": 9, "cmap": 9, "code": [0, 1, 2, 3, 5, 6, 7, 8], "cognit": 8, "cold": 9, "coli": 5, "collabor": 5, "colleagu": 0, "collect": 3, "color": 9, "column": 2, "com": [], "comand": 2, "combin": [1, 2], "comfort": 0, "command": [1, 3, 7], "comment": [0, 2], "common": [1, 2], "commonmark": 8, "commun": [0, 1, 5], "compar": [1, 2], "complet": 0, "complex": [2, 3], "compon": [1, 5], "compound": [], "comprehens": [2, 3], "comput": [1, 2], "concentr": 2, "conceptu": 5, "concern": 2, "concis": 2, "condens": 2, "condit": [0, 2, 3], "condition": 2, "confer": 8, "consid": [1, 2, 3], "consortium": 5, "consotrium": 5, "constant": [2, 3], "construct": 2, "contain": [2, 5], "content": [6, 7, 8], "context": [1, 2], "continu": 0, "contribut": 1, "control": [2, 5], "convent": 1, "convert": [2, 7], "coolwarm": 9, "coordin": 5, "copi": 2, "correct": 1, "correctli": [1, 2], "cortex": 8, "cost": 5, "could": [2, 3], "count": 2, "coupl": 0, "cours": 0, "cover": 0, "cowtgmzuai0": 1, "crack": [], "creat": [2, 3, 9], "crone": [], "crystal": 2, "current": 3, "custom_lin": 9, "cycler": 9, "d": 7, "dai": [0, 3], "data": [0, 2, 3, 9], "datafram": 0, "de": [5, 8], "debug": 0, "decid": 2, "decim": 3, "deep": 2, "def": 2, "default": 7, "defin": [1, 2, 3, 7], "demand": 2, "depend": [3, 8], "deploy": 0, "depth": 6, "describ": 0, "design": [0, 4, 5], "desir": 0, "detail": [0, 1, 2, 7], "determin": 1, "develop": 5, "dictionari": [0, 3], "did": 3, "differ": [1, 2, 3, 8], "difficult": 2, "dig": 5, "dig4bio": 4, "digit": 5, "digitalis": 5, "direct": 7, "disadvantag": 2, "discourag": 0, "discuss": 0, "displai": [1, 7], "dissemin": 5, "distribut": 3, "dive": 2, "divid": 3, "divis": [1, 3], "dk": 5, "dna": 5, "do": [0, 1, 2, 3, 8, 9], "document": [0, 2, 6, 7, 8, 9], "doe": [0, 1, 2, 3, 6], "doi": [], "doifind": [], "dollar": 9, "don": [0, 2, 3], "done": 1, "downstream": 4, "dtu": 5, "due": 1, "e": [1, 2, 3, 5, 6], "each": [0, 1, 3], "earli": 0, "easi": [0, 2], "ecosystem": 8, "effect": 0, "effici": [0, 2, 5], "either": [1, 2, 3], "elem": 3, "element": [2, 3], "elementari": 0, "elev": 5, "elif": [2, 3], "els": [2, 3], "elsewher": 0, "emb": 9, "emerson": 1, "emploi": 1, "empti": [2, 3], "enabl": [1, 2], "encount": [1, 3], "end": [3, 9], "energi": 0, "engin": [0, 4, 5], "english": 1, "enhanc": 5, "ensur": [0, 5], "environ": 2, "equal": 2, "equat": 0, "error": [1, 2, 3], "escap": 9, "escherichia": 5, "et": 8, "etc": 9, "evalu": 2, "even": [0, 1], "event": 5, "everyth": [0, 2], "everywher": 2, "evid": 8, "exactli": 2, "exam": 3, "exam_scor": 3, "exampl": [1, 2, 3, 4, 8, 9], "exchang": [2, 5], "execut": [0, 2, 3, 5, 7], "exercic": 0, "exercis": [0, 3], "exist": 2, "exit": 3, "expect": [0, 1, 5], "experi": [0, 2, 3], "expert": 5, "explicit": 1, "explor": 2, "express": [0, 1, 2], "expression_list": 2, "extens": 8, "extra": 2, "extract": [0, 2], "f": [2, 3], "fact": [1, 2], "fail": 3, "fals": [2, 3], "familiar": 3, "far": 0, "faster": 2, "feedback": [], "feel": 6, "fernando": [], "few": 6, "fiacac": [], "fiammetta": 0, "field": 5, "fig": 9, "figsiz": 9, "file": [5, 6, 7], "find": [1, 3, 5], "first": [0, 1, 2, 3], "fix": 9, "flavor": 8, "flexibl": 1, "float": 2, "flow": [0, 2, 3, 5], "fluid": 2, "focu": 5, "focus": 5, "follow": [1, 2, 3, 5, 7, 8], "forget": 0, "format": 1, "forum": 0, "foster": 5, "found": 2, "fraction": 3, "framework": 5, "free": [], "from": [0, 1, 2, 3, 5, 9], "frontier": 8, "fr\u00e9d\u00e9ric": [], "full": 0, "fun": 2, "function": [0, 1, 3, 8], "futur": 2, "g": [1, 2, 3, 5], "ga": 2, "gain": 5, "gallon": 2, "gene": 5, "gener": 0, "generator_gallon": 2, "genexpr": 2, "get": [0, 2, 3, 7, 8], "github": [0, 5], "give": [0, 6], "given": [1, 2, 3], "glucos": 2, "go": [0, 2, 6], "goal": 3, "gold": 2, "grade": 3, "grail": 1, "gram": [1, 2], "grammat": 1, "granger": [], "greet": 1, "group": 1, "guess": [1, 2, 3], "guid": [0, 9], "guidelin": 1, "h": 2, "ha": [0, 1, 2], "hand": 2, "handl": 1, "hard": 1, "harder": 3, "have": [0, 1, 2, 3, 7], "hdhp": [], "hdhpk14": 8, "heer": 8, "height": 1, "hello": 5, "help": [2, 3, 8], "here": [1, 2, 3, 6, 8, 9], "higher": 2, "highest": 3, "highli": 1, "hint": 0, "holdgraf": 8, "holdgraf_evidence_2014": 8, "holi": 1, "hot": 9, "hour": 2, "how": [0, 1, 2, 3, 4, 5, 6, 7], "html": 9, "http": 3, "human": [1, 8], "hunter": [], "i": [0, 2, 3, 5, 6, 7, 9], "id": 2, "ideal": [0, 2], "ignor": 3, "ii": [5, 9], "illustr": [1, 3], "imag": [3, 9], "imagin": 2, "implement": 1, "import": [0, 1, 3, 9], "improv": 0, "includ": [0, 3, 5, 7, 9], "incompat": 1, "incorpor": 5, "increas": 5, "indent": [0, 1], "indentationerror": 1, "index": 2, "indic": 1, "individu": 1, "industri": 0, "infer": 1, "infinit": 3, "inflow": 2, "info": 2, "inform": [1, 5, 6, 7, 9], "init": 7, "initi": [2, 3, 5], "inlin": 8, "input": [2, 8], "insert": 8, "insid": 2, "instal": 0, "instead": [0, 2], "instruct": [1, 2, 7], "int": [1, 2], "integ": 1, "intellig": [], "intend": [], "interact": 9, "intern": 8, "internet": 0, "interpret": 1, "interrupt": 3, "intro": [], "introduc": [2, 3], "investig": 3, "involv": 2, "ion": [2, 9], "ipykernel_18948": 1, "ipynb": 8, "ipython": 1, "isotherm": 0, "ist": 5, "ital": 5, "item": [2, 3], "iter": [2, 3], "its": [0, 1], "j": [], "jack": [], "jochem": [], "john": [], "joint": 5, "judici": 0, "jupyt": [7, 8, 9], "jupyterbook": 8, "jupytext": 7, "just": [0, 2, 8], "k": 2, "k_": 2, "k_h": 2, "keep": [2, 3, 9], "kei": 5, "kernel": 7, "kernighan": 0, "keyword": 3, "kind": [3, 8], "kinet": 0, "knight": 8, "know": [2, 3], "knowledg": 5, "kt": [], "la_": 9, "lab": 5, "label": [], "languag": [0, 2, 8], "last": [1, 2, 3, 9], "later": 0, "latest": 5, "laugh": 1, "lead": 1, "learn": [1, 4], "learner": [], "leav": 3, "left": 2, "legend": 9, "len": 2, "less": 3, "let": [1, 2, 3, 7], "letter": 1, "librari": [0, 3], "licens": 0, "like": [1, 2, 7, 8], "limit": 3, "lin": [], "line": [1, 2, 3, 7, 8, 9], "line2d": 9, "link": 5, "linkedin": 5, "linspac": 9, "liquid": 2, "list": [0, 1, 3], "list_gallon": 2, "list_lit": 2, "liter": 2, "ll": 8, "load": 0, "local": 1, "logic": 2, "logspac": 9, "long": [2, 3], "longer": 2, "look": [0, 2], "loop": [0, 3], "lot": [8, 9], "lower": 2, "lowercas": 2, "lw": 9, "m": [2, 3], "mai": [0, 1, 2, 3], "main": [0, 1], "maintain": 2, "major": 6, "make": [0, 2, 3, 9], "manag": [0, 5], "mandatori": [], "mani": [0, 2, 7, 8], "manual": 2, "manufactur": 5, "mari": 3, "markdown": [2, 5], "markdownfil": 7, "markedli": 8, "markup": 8, "mass": 0, "master": [], "materi": [0, 5], "math": 9, "mathemat": [0, 1], "matlab": 0, "matplotlib": [0, 9], "matrix": 3, "mayb": 2, "mbox": 9, "mc": 6, "md": [7, 8], "mean": [0, 1, 2, 3, 9], "meant": 1, "measur": 0, "medium": 9, "member": 1, "memori": 2, "met": [2, 3], "method": 1, "metr": 1, "might": [0, 3], "mind": 2, "model": [0, 4], "modifi": 2, "modul": [1, 3, 9], "modulenotfounderror": [3, 9], "modulo": 3, "mol": 2, "more": [0, 1, 2, 3, 5, 6, 7, 9], "moreov": 8, "most": [0, 1, 2, 3, 8, 9], "motiv": 0, "move": 3, "mrna": 5, "much": [1, 2], "multipl": [2, 3], "multipli": 1, "multitud": 3, "must": 8, "my": [], "my_funct": 1, "myst": 5, "n": [2, 8, 9], "name": [0, 2, 3, 9], "nameerror": 2, "namespac": 2, "nathan": [], "natur": 1, "ncomms13654": [], "necessari": 5, "necessarili": 1, "need": [1, 2, 7], "neq": 2, "nest": 3, "net": 3, "neurosci": 8, "new": [3, 5], "new_reactor": 3, "next": [2, 3], "nifti": [], "non": [0, 1], "none": 3, "normal": [0, 2], "note": [2, 3, 6, 8], "notebook": [2, 5, 8], "notic": 2, "notion": [1, 2], "now": [0, 2, 3], "np": [3, 9], "number": [1, 2], "numer": 3, "numpi": [3, 9], "o": 2, "object": [1, 2, 3], "obtain": 0, "od": 0, "off": [6, 7, 8], "often": [0, 1], "onc": [2, 3], "one": [0, 1, 2, 3, 8], "one_bar_in_pasc": 2, "ones": 0, "onli": [0, 1, 2], "open": 0, "oper": [1, 2, 3], "operand": 1, "opinion": 1, "opportun": 0, "option": 3, "order": [1, 2], "org": 8, "organ": 2, "origin": 2, "other": [0, 1, 2, 7], "otherwis": 3, "our": [2, 3], "out": [0, 1, 2, 3, 6, 9], "outcom": [3, 5], "outflow": 2, "output": [0, 7], "outsid": 2, "over": 2, "overview": [5, 8], "overwhelm": 0, "overwritten": 2, "own": [0, 1], "pa": 2, "pace": 0, "packag": [0, 5], "page": [1, 5, 6, 7, 8], "pai": 2, "panda": 0, "paper": 0, "paract": 4, "parenthesi": [1, 2], "part": [3, 4], "particular": 6, "particularli": 3, "paslei": 8, "pass": [2, 3], "past": 2, "path": 7, "peopl": [0, 1], "pep": 1, "perez": [], "perform": 2, "pgh11": [], "piec": 1, "pioneer": 5, "place": [0, 2], "plain": [0, 2], "plan": 0, "plasmid": 5, "plot": [0, 9], "plt": 9, "plug": [0, 3], "pop": 2, "popular": 0, "possibl": [0, 1], "post": [0, 9], "potenti": 1, "power": 8, "practic": 0, "preced": 2, "predict": 8, "prefer": 1, "preprocess": 0, "presenc": 7, "present": 2, "previou": 3, "principl": 0, "print": [0, 1, 2, 3, 7], "printf": 0, "probabl": [0, 1, 2], "problem": [0, 2], "process": [0, 2, 3, 4, 5], "product": 5, "profession": 0, "profil": 5, "program": [0, 2, 3, 4], "programm": [0, 1], "project": 5, "promot": 5, "prop_cycl": 9, "properli": [3, 8], "prosi": 5, "provid": [0, 2, 4, 5], "pt": 5, "pun": [], "purpos": 8, "py": 1, "pyplot": 9, "python": [1, 2, 3], "pythontutori": 3, "qualiti": 5, "quantiti": 2, "question": [0, 5], "quickli": 3, "quit": [2, 3], "r": [2, 5], "rais": [1, 3], "ralph": 1, "ramsai": 8, "rand": 3, "randn": 9, "random": [3, 9], "rang": [3, 9], "rapid": [], "rate": [0, 2], "rate_const": 2, "ratio": 2, "raw": 5, "rcparam": 9, "re": 0, "reach": [2, 3], "reaction": 0, "reactor": [0, 3], "read": [0, 2, 3], "readabl": [0, 3], "realli": 1, "reason": 1, "reassign": 3, "receiv": 3, "recent": [0, 1, 2, 3, 9], "reduc": 5, "refer": [0, 2, 3, 8], "referenc": 2, "regard": 1, "regular": 8, "relev": 5, "relianc": 1, "remaind": 3, "rememb": [0, 2, 3], "remov": 2, "render": 8, "repeat": 2, "repeatedli": 2, "repetit": [], "repositori": 0, "reproduc": 9, "request": 0, "requir": 0, "research": 5, "reserv": 2, "resourc": 2, "rest": 7, "result": 2, "return": [1, 2, 3], "reus": [0, 2], "rewrit": 0, "richard": 1, "rieger": [], "right": 0, "robert": 8, "robust": 2, "round": 2, "row": 3, "rowsxcolumn": 3, "rule": [1, 2], "run": [1, 2, 3, 7], "sai": 1, "same": [1, 2, 8], "sampl": [3, 6, 9], "satisfi": 2, "save": 2, "school": 5, "scienc": 0, "scientif": 5, "score": 3, "second": [1, 2, 3], "see": [2, 3, 6, 7, 8, 9], "seed": 9, "seem": 0, "seen": 5, "select": 1, "self": 1, "sentenc": 1, "sequenc": [2, 3], "seri": [0, 1, 4], "serv": 8, "set": [0, 1, 2, 3], "shape": 3, "share": 1, "shift": [], "short": [2, 4, 5], "shorter": 2, "should": 7, "show": [6, 7, 8], "sign": 9, "silicon": 1, "similar": 8, "simpl": [3, 8], "simpli": 0, "simultan": 3, "sinc": [0, 1, 2], "singl": [0, 1], "sit": 0, "skill": [0, 5], "skip": 3, "slight": 8, "small": [6, 8], "smallest": 0, "so": [0, 1, 2, 3, 7], "solid": 2, "solut": 0, "solv": [0, 2], "solver": 0, "some": [0, 1, 2, 3, 6, 8, 9], "someth": [0, 2, 3], "sometim": [1, 3], "sourc": [0, 5], "space": 1, "span": 8, "special": 8, "specif": 8, "specifi": [2, 3], "speech": [], "speed": 2, "spend": 3, "spent": 0, "sphinx": 8, "stackexchang": 0, "stackoverflow": 0, "stakehold": 5, "stand": 8, "start": [1, 2, 7, 8], "starter": 8, "startswith": 3, "state": [2, 9], "statement": [1, 3, 5], "statu": 2, "steadi": 2, "step": [0, 1, 5], "still": 0, "stir": [0, 3], "stoichiometri": 0, "store": [2, 3, 8], "str": [1, 2], "strateg": 5, "strengthen": 5, "string": [0, 1], "strong": 1, "structur": [0, 1, 2, 3, 6, 8], "student": [0, 3], "style": 1, "subject": 1, "subplot": 9, "substitut": 2, "success": [1, 5], "suffici": 0, "suit": 2, "summari": 2, "support": [5, 7], "sure": [0, 9], "synergi": 5, "syntact": 1, "syntax": [2, 8], "system": [0, 1], "t": [0, 2, 3, 8, 9], "tab": [0, 1], "tailor": 5, "taken": 0, "tank": [0, 3], "target": 0, "target_list": 2, "team": 3, "teammat": 0, "technic": 0, "techniqu": 2, "tell": 2, "temp": 1, "temperatur": 2, "term": [3, 5], "termin": 3, "test": [0, 3], "tex": 9, "text": [0, 7, 8], "than": 2, "thank": 0, "thei": [1, 2, 8], "them": [1, 2, 3], "theme": 0, "themselv": 1, "theoret": 0, "therapi": 5, "therefor": [0, 3], "theunissen": [], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "thing": 7, "think": 0, "third": 3, "thoma": 3, "those": 8, "though": 1, "thought": 0, "three": [0, 1, 2], "through": [0, 2, 3, 5], "ti": 5, "time": [0, 2, 3, 5], "titl": [], "todai": 0, "togeth": 2, "too": 2, "tool": [0, 5, 8], "top": 7, "topic": [0, 6], "total": [2, 3], "trace": 0, "traceback": [1, 2, 3, 9], "tradit": 2, "tradition": 1, "train": 5, "transform": 2, "transpar": 3, "treat": 7, "true": [2, 3], "truth": 3, "try": [0, 2], "tu": 5, "tune": [], "tupl": 3, "tutori": [0, 2], "tv": 1, "two": [2, 3, 7, 8], "type": [0, 1, 2, 3, 6], "typeerror": 1, "unabl": 1, "uncom": 3, "undefin": 1, "under": 0, "understand": [0, 1, 2, 3, 7], "uniform": 3, "unit": 1, "unix": 0, "unlik": 0, "unsupport": 1, "until": [2, 3], "up": [0, 5], "updat": [2, 5], "upon": 1, "upstream": 4, "url": [], "us": [0, 1, 2, 3, 7, 8], "usag": 0, "user": 1, "v": [1, 2], "vaccin": 5, "valid": 3, "vallei": 1, "valu": [2, 3], "variabl": [1, 2], "variat": 8, "variou": 0, "verb": 1, "veri": [0, 1, 2, 3], "verifi": 1, "video": 1, "visit": 5, "visual": 0, "vivo": 5, "w": [], "wa": [2, 3, 4], "wai": [0, 2, 3], "waldo": 1, "want": [0, 2, 3, 4, 9], "water": 2, "we": [0, 1, 2, 3], "weakli": 1, "week": [1, 2, 3], "welcom": 5, "well": [1, 2, 3, 6, 9], "wendi": 8, "what": [0, 1, 2, 3], "when": [0, 2, 3, 7, 8], "where": [0, 2, 3], "wherea": 8, "whether": 8, "which": [0, 1, 2, 3, 7], "while": [0, 1, 3], "who": 2, "whole": 2, "why": [2, 3], "wide": 2, "width": 1, "wikipedia": 1, "within": 3, "without": 2, "won": 2, "wonder": 2, "work": [0, 1, 3, 5, 9], "workshop": 4, "world": 5, "worri": [0, 3], "would": [2, 3], "wp": 5, "wp1": 5, "wp2": 5, "wp3": 5, "wp4": 5, "wp5": 5, "wp6": 5, "wrap": 2, "write": [0, 1, 2, 3, 7, 8], "written": [7, 8], "wrong": 1, "www": 3, "x": 1, "x0": 2, "x1": 2, "x2": 2, "y": 1, "you": [0, 1, 2, 3, 6, 7, 8, 9], "your": [0, 2, 3, 7, 8, 9], "yourself": 0, "youtubevideo": 1, "zero": [1, 3], "zerodivisionerror": 1, "zip": 3}, "titles": ["Introduction to Python", "Hello, World!", "Statements and Packaging", "Conditionality and Repetition", "Introduction to Python", "Dig4Bio workshops", "Welcome to your Jupyter Book", "Notebooks with MyST Markdown", "Markdown Files", "Content with notebooks"], "titleterms": {"": 0, "1": 2, "2": 2, "3": 2, "4": 2, "5": 2, "A": 1, "add": 7, "an": 7, "arithmet": 0, "assign": [0, 2], "base": 5, "befor": 0, "block": 9, "book": 6, "break": 3, "cell": 7, "chemic": [], "citat": 8, "code": 9, "compound": [0, 2], "condition": 3, "consist": 1, "contact": [], "content": [5, 9], "continu": 3, "cours": 4, "creat": 7, "date": 5, "dig4bio": 5, "direct": 8, "dr": [], "engin": [], "exampl": 7, "familiar": 0, "file": 8, "first": [], "foolish": 1, "function": 2, "gener": 2, "goal": 5, "hello": 1, "help": 0, "here": [], "hobgoblin": 1, "hub": [], "i": [1, 8], "introduct": [0, 4, 5], "jupyt": 6, "languag": 1, "learn": [0, 8], "list": 2, "littl": 1, "loop": 2, "markdown": [7, 8, 9], "master": 0, "metadata": 7, "mind": 1, "model": 5, "more": 8, "my": [], "myst": [7, 8, 9], "name": [], "notebook": [7, 9], "object": [0, 4], "oper": 0, "output": 9, "packag": 2, "part": [], "partner": 5, "plan": 4, "pragmat": 1, "program": 1, "python": [0, 4, 5], "quickli": 7, "reaction": [], "repetit": 3, "role": 8, "sampl": 8, "schedul": 0, "section": [], "semant": 1, "simpl": 2, "start": 0, "statement": [0, 2], "syntax": [0, 1], "techniqu": 5, "tip": 0, "titl": [], "tl": [], "trick": 0, "welcom": 6, "what": 8, "while": 2, "why": 0, "workshop": 5, "world": 1, "ws1": 5, "ws2": 5, "yaml": 7, "your": 6}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Simple statement": [[2, "simple-statement"]], "2. Assignment statement": [[2, "assignment-statement"]], "3. Lists and generators": [[2, "lists-and-generators"]], "4. Compound statement": [[2, "compound-statement"]], "4. Conditionality and Repetition": [[3, null]], "5. Packaging": [[2, "packaging"]], "An example cell": [[7, "an-example-cell"]], "Citations": [[8, "citations"]], "Code blocks and outputs": [[9, "code-blocks-and-outputs"]], "Conditionality": [[3, "conditionality"]], "Content": [[5, "content"]], "Content with notebooks": [[9, null]], "Continue and Break": [[3, "continue-and-break"]], "Create a notebook with MyST Markdown": [[7, "create-a-notebook-with-myst-markdown"]], "Dates": [[5, "dates"]], "Dig4Bio workshops": [[5, null]], "Functions": [[2, "functions"]], "Goal": [[5, "goal"]], "Hello, World!": [[1, null]], "Helpful tips and tricks before starting": [[0, "helpful-tips-and-tricks-before-starting"]], "Introduction": [[0, "introduction"]], "Introduction to Python": [[0, null], [4, null]], "Introduction to Python (WS1)": [[5, null]], "Learn more": [[8, "learn-more"]], "Learning Objectives- Master the Python\u2019s syntax, familiarize with arithmetic operations, assignment and compound statements.": [[0, "learning-objectives-master-the-python-s-syntax-familiarize-with-arithmetic-operations-assignment-and-compound-statements"]], "Markdown + notebooks": [[9, "markdown-notebooks"]], "Markdown Files": [[8, null]], "Model-based Techniques (WS2)": [[5, null]], "MyST markdown": [[9, "myst-markdown"]], "Notebooks with MyST Markdown": [[7, null]], "Objective": [[0, "objective"], [4, "objective"]], "Partners": [[5, "partners"]], "Pragmatics": [[1, "pragmatics"]], "Quickly add YAML metadata for MyST Notebooks": [[7, "quickly-add-yaml-metadata-for-myst-notebooks"]], "Repetition": [[3, "repetition"]], "Sample Roles and Directives": [[8, "sample-roles-and-directives"]], "Schedule": [[0, "schedule"]], "Semantics": [[1, "semantics"]], "Statements and Packaging": [[2, null]], "Syntax": [[1, "syntax"]], "Syntax, Semantics and Pragmatics of a programming language": [[1, "syntax-semantics-and-pragmatics-of-a-programming-language"]], "Welcome to your Jupyter Book": [[6, null]], "What is MyST?": [[8, "what-is-myst"]], "Why Python?": [[0, "why-python"]], "course plan": [[4, "course-plan"]], "for loop": [[2, "for-loop"]], "if statement": [[2, "if-statement"]], "loops": [[2, "loops"]], "while loop": [[2, "while-loop"]], "\u201cA Foolish Consistency is the Hobgoblin of Little Minds\u201d": [[1, "a-foolish-consistency-is-the-hobgoblin-of-little-minds"]]}, "docnames": ["WS1/0_python_basics/0_python_basics", "WS1/0_python_basics/1_hello_world", "WS1/0_python_basics/2_statements", "WS1/0_python_basics/3_control_flow", "WS1/intro_to_ws1", "index", "intro", "markdown-notebooks", "mymarkdownfile", "notebooks"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9}, "filenames": ["WS1/0_python_basics/0_python_basics.ipynb", "WS1/0_python_basics/1_hello_world.ipynb", "WS1/0_python_basics/2_statements.ipynb", "WS1/0_python_basics/3_control_flow.ipynb", "WS1/intro_to_ws1.md", "index.md", "intro.md", "markdown-notebooks.md", "mymarkdownfile.md", "notebooks.ipynb"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 2, 3, 7, 8, 9], "0": [1, 2, 3, 9], "01": [], "02": 2, "025": 2, "05": 2, "0j": 3, "0x0000018f789d3060": [], "0x000001d8d2543060": [], "0x00000233692134c0": [], "0x0000023c236834c0": 2, "0x0000024ba52934c0": [], "0x0000028c4b0a34c0": [], "1": [0, 1, 3, 5, 9], "10": [2, 3, 9], "100": [2, 9], "100000": 2, "1038": [], "11": [2, 3], "12": 3, "13": 3, "13654": [], "14": 3, "1423563681": 1, "1475": 2, "15": [2, 3], "16": [], "17": 2, "18": 2, "19": 2, "19680801": 9, "1979": 0, "2": [1, 3, 5, 6, 7, 9], "20": 2, "2011": [], "2014": 8, "2016": [], "21": [], "2436706066": 1, "25": 2, "2500": 2, "2641720524": 2, "2x3": 3, "3": [0, 1, 3, 9], "30": 3, "300": 1, "3144": 2, "35": 3, "3775": 2, "4": [1, 7, 9], "40": 3, "425070858": 1, "5": [1, 3, 9], "50": 3, "585": 2, "6": [1, 2, 3, 5], "60": 2, "69": 1, "7": [1, 2, 3], "8": [0, 1, 2, 3], "80": 3, "800": 1, "9": [1, 2, 3], "A": [2, 3], "And": 6, "As": [2, 3, 9], "Be": 2, "But": [1, 2, 3, 9], "For": [1, 2, 3, 5, 8, 9], "If": [1, 2, 3, 7], "In": [0, 1, 2, 3, 8, 9], "It": [0, 1, 2, 6, 8], "No": [2, 3, 9], "On": 2, "That": 7, "The": [0, 1, 2, 3, 5, 7, 8], "There": [0, 2, 9], "These": 3, "To": 2, "With": 7, "abl": 1, "about": [0, 1, 2, 3, 5, 7, 8, 9], "abov": [1, 2], "academia": 0, "accept": 8, "accord": 2, "achiev": [3, 5], "acquir": [0, 2], "activ": 5, "actual": [0, 2], "ad": 3, "adapt": 0, "add": [1, 2, 3], "add_": 9, "addit": [], "addition": 2, "address": 5, "administr": 5, "advanc": 5, "after": [0, 1, 3], "agre": 1, "aim": [0, 5], "al": 8, "align": 9, "all": [0, 1, 2, 3, 5, 7, 8], "allianc": 5, "allow": [2, 8], "almost": 3, "alreadi": [0, 2], "also": [2, 3, 7, 8, 9], "altern": [], "although": 1, "ambigu": 1, "amount": 3, "an": [0, 1, 2, 3, 5, 8], "analysi": 0, "analyz": 0, "ani": [0, 2, 3, 6, 7], "anna": 3, "anoth": [2, 3], "answer": 2, "anyon": 2, "anyth": 3, "appdata": 1, "append": [2, 3], "approach": [0, 2], "ar": [0, 1, 2, 3, 7, 8], "argument": 2, "arithmet": [], "arrai": [0, 9], "ask": 0, "assign": 3, "assum": 2, "assumpt": 1, "attempt": 3, "attent": [2, 5], "attribut": 1, "attributeerror": 1, "au": 2, "auditori": 8, "australia": 8, "autom": [2, 5], "avail": 0, "avoid": 2, "awai": 0, "awar": 5, "ax": 9, "b": [2, 3], "bad": 1, "balanc": 0, "bar": 2, "bar_to_pasc": 2, "bare": 3, "barrel": 2, "base": [0, 1, 3, 7], "basic": [0, 2, 3, 5], "batch": [0, 3], "becaus": [0, 1], "bed": 2, "been": 0, "befor": [1, 2], "begin": [0, 2, 9], "beginn": 0, "being": [0, 8], "belong": 1, "below": [2, 3, 5], "berlin": 5, "best": [0, 2], "better": 0, "between": [2, 3, 5], "bhichem": 0, "bib": 8, "bibliographi": 8, "bibtex": 8, "big": [0, 2], "binari": 2, "bind": 2, "bio": [4, 5], "biochem": [0, 5], "biolog": 5, "biomanufactur": 5, "biomolecul": 5, "biopharmaceut": 5, "bioprocess": 5, "biotechnologi": 5, "blblblbl": [], "block": [1, 3, 6, 7], "book": [7, 8, 9], "boolean": 3, "both": [0, 8], "box": 8, "bracket": 2, "brainstorm": 0, "brian": [0, 8], "brisban": 8, "broad": 0, "bubbl": 2, "build": 8, "built": [2, 3, 7], "bundl": 6, "c": [0, 2, 3], "c0": 2, "c_ratio": 2, "ca": 2, "ca0": 2, "ca_ca0": 2, "caccaval": 0, "calcul": 2, "call": [0, 1, 2, 3, 8, 9], "can": [0, 1, 2, 3, 5, 7, 8, 9], "cannot": [0, 1, 2, 3], "capac": 5, "care": [0, 2, 3], "career": 0, "carefulli": 0, "carri": [0, 1], "case": [2, 3], "cast": [1, 3], "categori": 1, "cdot": 2, "cell": [1, 2, 3, 5, 9], "certain": 3, "chair": 5, "challeng": 0, "chang": [2, 3], "chart": 3, "check": [2, 6, 9], "chemic": [0, 4, 5], "christoph": 8, "chunk": 2, "citat": [], "cite": 8, "class": [0, 1], "claus": 2, "clean": 0, "cleaner": 2, "clear": 2, "close": 5, "cluster": 5, "cm": 9, "cmap": 9, "code": [0, 1, 2, 3, 5, 6, 7, 8], "cognit": 8, "cold": 9, "coli": 5, "collabor": 5, "colleagu": 0, "collect": 3, "color": 9, "column": 2, "com": [], "comand": 2, "combin": [1, 2], "comfort": 0, "command": [1, 3, 7], "comment": [0, 2], "common": [1, 2], "commonmark": 8, "commun": [0, 1, 5], "compar": [1, 2], "complet": 0, "complex": [2, 3], "compon": [1, 5], "compound": [], "comprehens": [2, 3], "comput": [1, 2], "concentr": 2, "conceptu": 5, "concern": 2, "concis": 2, "condens": 2, "condit": [0, 2, 3], "condition": 2, "confer": 8, "consid": [1, 2, 3], "consortium": 5, "consotrium": 5, "constant": [2, 3], "construct": 2, "contain": [2, 5], "content": [6, 7, 8], "context": [1, 2], "continu": 0, "contribut": 1, "control": [2, 5], "convent": 1, "convert": [2, 7], "coolwarm": 9, "coordin": 5, "copi": 2, "correct": 1, "correctli": [1, 2], "cortex": 8, "cost": 5, "could": [2, 3], "count": 2, "coupl": 0, "cours": 0, "cover": 0, "cowtgmzuai0": 1, "crack": [], "creat": [2, 3, 9], "crone": [], "crystal": 2, "current": 3, "custom_lin": 9, "cycler": 9, "d": 7, "dai": [0, 3], "data": [0, 2, 3, 9], "datafram": 0, "de": [5, 8], "debug": 0, "decid": 2, "decim": 3, "deep": 2, "def": 2, "default": 7, "defin": [1, 2, 3, 7], "demand": 2, "depend": [3, 8], "deploy": 0, "depth": 6, "describ": 0, "design": [0, 4, 5], "desir": 0, "detail": [0, 1, 2, 7], "determin": 1, "develop": 5, "dictionari": [0, 3], "did": 3, "differ": [1, 2, 3, 8], "difficult": 2, "dig": 5, "dig4bio": 4, "digit": 5, "digitalis": 5, "direct": 7, "disadvantag": 2, "discourag": 0, "discuss": 0, "displai": [1, 7], "dissemin": 5, "distribut": 3, "dive": 2, "divid": 3, "divis": [1, 3], "dk": 5, "dna": 5, "do": [0, 1, 2, 3, 8, 9], "document": [0, 2, 6, 7, 8, 9], "doe": [0, 1, 2, 3, 6], "doi": [], "doifind": [], "dollar": 9, "don": [0, 2, 3], "done": 1, "downstream": 4, "dtu": 5, "due": 1, "e": [1, 2, 3, 5, 6], "each": [0, 1, 3], "earli": 0, "easi": [0, 2], "ecosystem": 8, "effect": 0, "effici": [0, 2, 5], "either": [1, 2, 3], "elem": 3, "element": [2, 3], "elementari": 0, "elev": 5, "elif": [2, 3], "els": [2, 3], "elsewher": 0, "emb": 9, "emerson": 1, "emploi": 1, "empti": [2, 3], "enabl": [1, 2], "encount": [1, 3], "end": [3, 9], "energi": 0, "engin": [0, 4, 5], "english": 1, "enhanc": 5, "ensur": [0, 5], "environ": 2, "equal": 2, "equat": 0, "error": [1, 2, 3], "escap": 9, "escherichia": 5, "et": 8, "etc": 9, "evalu": 2, "even": [0, 1], "event": 5, "everyth": [0, 2], "everywher": 2, "evid": 8, "exactli": 2, "exam": 3, "exam_scor": 3, "exampl": [1, 2, 3, 4, 8, 9], "exchang": [2, 5], "execut": [0, 2, 3, 5, 7], "exercic": 0, "exercis": [0, 3], "exist": 2, "exit": 3, "expect": [0, 1, 5], "experi": [0, 2, 3], "expert": 5, "explicit": 1, "explor": 2, "express": [0, 1, 2], "expression_list": 2, "extens": 8, "extra": 2, "extract": [0, 2], "f": [2, 3], "fact": [1, 2], "fail": 3, "fals": [2, 3], "familiar": 3, "far": 0, "faster": 2, "feedback": [], "feel": 6, "fernando": [], "few": 6, "fiacac": [], "fiammetta": 0, "field": 5, "fig": 9, "figsiz": 9, "file": [5, 6, 7], "find": [1, 3, 5], "first": [0, 1, 2, 3], "fix": 9, "flavor": 8, "flexibl": 1, "float": 2, "flow": [0, 2, 3, 5], "fluid": 2, "focu": 5, "focus": 5, "follow": [1, 2, 3, 5, 7, 8], "forget": 0, "format": 1, "forum": 0, "foster": 5, "found": 2, "fraction": 3, "framework": 5, "free": [], "from": [0, 1, 2, 3, 5, 9], "frontier": 8, "fr\u00e9d\u00e9ric": [], "full": 0, "fun": 2, "function": [0, 1, 3, 8], "futur": 2, "g": [1, 2, 3, 5], "ga": 2, "gain": 5, "gallon": 2, "gene": 5, "gener": 0, "generator_gallon": 2, "genexpr": 2, "get": [0, 2, 3, 7, 8], "github": [0, 5], "give": [0, 6], "given": [1, 2, 3], "glucos": 2, "go": [0, 2, 6], "goal": 3, "gold": 2, "grade": 3, "grail": 1, "gram": [1, 2], "grammat": 1, "granger": [], "greet": 1, "group": 1, "guess": [1, 2, 3], "guid": [0, 9], "guidelin": 1, "h": 2, "ha": [0, 1, 2], "hand": 2, "handl": 1, "hard": 1, "harder": 3, "have": [0, 1, 2, 3, 7], "hdhp": [], "hdhpk14": 8, "heer": 8, "height": 1, "hello": 5, "help": [2, 3, 8], "here": [1, 2, 3, 6, 8, 9], "higher": 2, "highest": 3, "highli": 1, "hint": 0, "holdgraf": 8, "holdgraf_evidence_2014": 8, "holi": 1, "hot": 9, "hour": 2, "how": [0, 1, 2, 3, 4, 5, 6, 7], "html": 9, "http": 3, "human": [1, 8], "hunter": [], "i": [0, 2, 3, 5, 6, 7, 9], "id": 2, "ideal": [0, 2], "ignor": 3, "ii": [5, 9], "illustr": [1, 3], "imag": [3, 9], "imagin": 2, "implement": 1, "import": [0, 1, 3, 9], "improv": 0, "includ": [0, 3, 5, 7, 9], "incompat": 1, "incorpor": 5, "increas": 5, "indent": [0, 1], "indentationerror": 1, "index": 2, "indic": 1, "individu": 1, "industri": 0, "infer": 1, "infinit": 3, "inflow": 2, "info": 2, "inform": [1, 5, 6, 7, 9], "init": 7, "initi": [2, 3, 5], "inlin": 8, "input": [2, 8], "insert": 8, "insid": 2, "instal": 0, "instead": [0, 2], "instruct": [1, 2, 7], "int": [1, 2], "integ": 1, "intellig": [], "intend": [], "interact": 9, "intern": 8, "internet": 0, "interpret": 1, "interrupt": 3, "intro": [], "introduc": [2, 3], "investig": 3, "involv": 2, "ion": [2, 9], "ipykernel_18948": 1, "ipynb": 8, "ipython": 1, "isotherm": 0, "ist": 5, "ital": 5, "item": [2, 3], "iter": [2, 3], "its": [0, 1], "j": [], "jack": [], "jochem": [], "john": [], "joint": 5, "judici": 0, "jupyt": [7, 8, 9], "jupyterbook": 8, "jupytext": 7, "just": [0, 2, 8], "k": 2, "k_": 2, "k_h": 2, "keep": [2, 3, 9], "kei": 5, "kernel": 7, "kernighan": 0, "keyword": 3, "kind": [3, 8], "kinet": 0, "knight": 8, "know": [2, 3], "knowledg": 5, "kt": [], "la_": 9, "lab": 5, "label": [], "languag": [0, 2, 8], "last": [1, 2, 3, 9], "later": 0, "latest": 5, "laugh": 1, "lead": 1, "learn": [1, 4], "learner": [], "leav": 3, "left": 2, "legend": 9, "len": 2, "less": 3, "let": [1, 2, 3, 7], "letter": 1, "librari": [0, 3], "licens": 0, "like": [1, 2, 7, 8], "limit": 3, "lin": [], "line": [1, 2, 3, 7, 8, 9], "line2d": 9, "link": 5, "linkedin": 5, "linspac": 9, "liquid": 2, "list": [0, 1, 3], "list_gallon": 2, "list_lit": 2, "liter": 2, "ll": 8, "load": 0, "local": 1, "logic": 2, "logspac": 9, "long": [2, 3], "longer": 2, "look": [0, 2], "loop": [0, 3], "lot": [8, 9], "lower": 2, "lowercas": 2, "lw": 9, "m": [2, 3], "mai": [0, 1, 2, 3], "main": [0, 1], "maintain": 2, "major": 6, "make": [0, 2, 3, 9], "manag": [0, 5], "mandatori": [], "mani": [0, 2, 7, 8], "manual": 2, "manufactur": 5, "mari": 3, "markdown": [2, 5], "markdownfil": 7, "markedli": 8, "markup": 8, "mass": 0, "master": [], "materi": [0, 5], "math": 9, "mathemat": [0, 1], "matlab": 0, "matplotlib": [0, 9], "matrix": 3, "mayb": 2, "mbox": 9, "mc": 6, "md": [7, 8], "mean": [0, 1, 2, 3, 9], "meant": 1, "measur": 0, "medium": 9, "member": 1, "memori": 2, "met": [2, 3], "method": 1, "metr": 1, "might": [0, 3], "mind": 2, "model": [0, 4], "modifi": 2, "modul": [1, 3, 9], "modulenotfounderror": [3, 9], "modulo": 3, "mol": 2, "more": [0, 1, 2, 3, 5, 6, 7, 9], "moreov": 8, "most": [0, 1, 2, 3, 8, 9], "motiv": 0, "move": 3, "mrna": 5, "much": [1, 2], "multipl": [2, 3], "multipli": 1, "multitud": 3, "must": 8, "my": [], "my_funct": 1, "myst": 5, "n": [2, 8, 9], "name": [0, 2, 3, 9], "nameerror": 2, "namespac": 2, "nathan": [], "natur": 1, "ncomms13654": [], "necessari": 5, "necessarili": 1, "need": [1, 2, 7], "neq": 2, "nest": 3, "net": 3, "neurosci": 8, "new": [3, 5], "new_reactor": 3, "next": [2, 3], "nifti": [], "non": [0, 1], "none": 3, "normal": [0, 2], "note": [2, 3, 6, 8], "notebook": [2, 5, 8], "notic": 2, "notion": [1, 2], "now": [0, 2, 3], "np": [3, 9], "number": [1, 2], "numer": 3, "numpi": [3, 9], "o": 2, "object": [1, 2, 3], "obtain": 0, "od": 0, "off": [6, 7, 8], "often": [0, 1], "onc": [2, 3], "one": [0, 1, 2, 3, 8], "one_bar_in_pasc": 2, "ones": 0, "onli": [0, 1, 2], "open": 0, "oper": [1, 2, 3], "operand": 1, "opinion": 1, "opportun": 0, "option": 3, "order": [1, 2], "org": 8, "organ": 2, "origin": 2, "other": [0, 1, 2, 7], "otherwis": 3, "our": [2, 3], "out": [0, 1, 2, 3, 6, 9], "outcom": [3, 5], "outflow": 2, "output": [0, 7], "outsid": 2, "over": 2, "overview": [5, 8], "overwhelm": 0, "overwritten": 2, "own": [0, 1], "pa": 2, "pace": 0, "packag": [0, 5], "page": [1, 5, 6, 7, 8], "pai": 2, "panda": 0, "paper": 0, "paract": 4, "parenthesi": [1, 2], "part": [3, 4], "particular": 6, "particularli": 3, "paslei": 8, "pass": [2, 3], "past": 2, "path": 7, "peopl": [0, 1], "pep": 1, "perez": [], "perform": 2, "pgh11": [], "piec": 1, "pioneer": 5, "place": [0, 2], "plain": [0, 2], "plan": 0, "plasmid": 5, "plot": [0, 9], "plt": 9, "plug": [0, 3], "pop": 2, "popular": 0, "possibl": [0, 1], "post": [0, 9], "potenti": 1, "power": 8, "practic": 0, "preced": 2, "predict": 8, "prefer": 1, "preprocess": 0, "presenc": 7, "present": 2, "previou": 3, "principl": 0, "print": [0, 1, 2, 3, 7], "printf": 0, "probabl": [0, 1, 2], "problem": [0, 2], "process": [0, 2, 3, 4, 5], "product": 5, "profession": 0, "profil": 5, "program": [0, 2, 3, 4], "programm": [0, 1], "project": 5, "promot": 5, "prop_cycl": 9, "properli": [3, 8], "prosi": 5, "provid": [0, 2, 4, 5], "pt": 5, "pun": [], "purpos": 8, "py": 1, "pyplot": 9, "python": [1, 2, 3], "pythontutori": 3, "qualiti": 5, "quantiti": 2, "question": [0, 5], "quickli": 3, "quit": [2, 3], "r": [2, 5], "rais": [1, 3], "ralph": 1, "ramsai": 8, "rand": 3, "randn": 9, "random": [3, 9], "rang": [3, 9], "rapid": [], "rate": [0, 2], "rate_const": 2, "ratio": 2, "raw": 5, "rcparam": 9, "re": 0, "reach": [2, 3], "reaction": 0, "reactor": [0, 3], "read": [0, 2, 3], "readabl": [0, 3], "realli": 1, "reason": 1, "reassign": 3, "receiv": 3, "recent": [0, 1, 2, 3, 9], "reduc": 5, "refer": [0, 2, 3, 8], "referenc": 2, "regard": 1, "regular": 8, "relev": 5, "relianc": 1, "remaind": 3, "rememb": [0, 2, 3], "remov": 2, "render": 8, "repeat": 2, "repeatedli": 2, "repetit": [], "repositori": 0, "reproduc": 9, "request": 0, "requir": 0, "research": 5, "reserv": 2, "resourc": 2, "rest": 7, "result": 2, "return": [1, 2, 3], "reus": [0, 2], "rewrit": 0, "richard": 1, "rieger": [], "right": 0, "robert": 8, "robust": 2, "round": 2, "row": 3, "rowsxcolumn": 3, "rule": [1, 2], "run": [1, 2, 3, 7], "sai": 1, "same": [1, 2, 8], "sampl": [3, 6, 9], "satisfi": 2, "save": 2, "school": 5, "scienc": 0, "scientif": 5, "score": 3, "second": [1, 2, 3], "see": [2, 3, 6, 7, 8, 9], "seed": 9, "seem": 0, "seen": 5, "select": 1, "self": 1, "sentenc": 1, "sequenc": [2, 3], "seri": [0, 1, 4], "serv": 8, "set": [0, 1, 2, 3], "shape": 3, "share": 1, "shift": [], "short": [2, 4, 5], "shorter": 2, "should": 7, "show": [6, 7, 8], "sign": 9, "silicon": 1, "similar": 8, "simpl": [3, 8], "simpli": 0, "simultan": 3, "sinc": [0, 1, 2], "singl": [0, 1], "sit": 0, "skill": [0, 5], "skip": 3, "slight": 8, "small": [6, 8], "smallest": 0, "so": [0, 1, 2, 3, 7], "solid": 2, "solut": 0, "solv": [0, 2], "solver": 0, "some": [0, 1, 2, 3, 6, 8, 9], "someth": [0, 2, 3], "sometim": [1, 3], "sourc": [0, 5], "space": 1, "span": 8, "special": 8, "specif": 8, "specifi": [2, 3], "speech": [], "speed": 2, "spend": 3, "spent": 0, "sphinx": 8, "stackexchang": 0, "stackoverflow": 0, "stakehold": 5, "stand": 8, "start": [1, 2, 7, 8], "starter": 8, "startswith": 3, "state": [2, 9], "statement": [1, 3, 5], "statu": 2, "steadi": 2, "step": [0, 1, 5], "still": 0, "stir": [0, 3], "stoichiometri": 0, "store": [2, 3, 8], "str": [1, 2], "strateg": 5, "strengthen": 5, "string": [0, 1], "strong": 1, "structur": [0, 1, 2, 3, 6, 8], "student": [0, 3], "style": 1, "subject": 1, "subplot": 9, "substitut": 2, "success": [1, 5], "suffici": 0, "suit": 2, "summari": 2, "support": [5, 7], "sure": [0, 9], "synergi": 5, "syntact": 1, "syntax": [2, 8], "system": [0, 1], "t": [0, 2, 3, 8, 9], "tab": [0, 1], "tailor": 5, "taken": 0, "tank": [0, 3], "target": 0, "target_list": 2, "team": 3, "teammat": 0, "technic": 0, "techniqu": 2, "tell": 2, "temp": 1, "temperatur": 2, "term": [3, 5], "termin": 3, "test": [0, 3], "tex": 9, "text": [0, 7, 8], "than": 2, "thank": 0, "thei": [1, 2, 8], "them": [1, 2, 3], "theme": 0, "themselv": 1, "theoret": 0, "therapi": 5, "therefor": [0, 3], "theunissen": [], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "thing": 7, "think": 0, "third": 3, "thoma": 3, "those": 8, "though": 1, "thought": 0, "three": [0, 1, 2], "through": [0, 2, 3, 5], "ti": 5, "time": [0, 2, 3, 5], "titl": [], "todai": 0, "togeth": 2, "too": 2, "tool": [0, 5, 8], "top": 7, "topic": [0, 6], "total": [2, 3], "trace": 0, "traceback": [1, 2, 3, 9], "tradit": 2, "tradition": 1, "train": 5, "transform": 2, "transpar": 3, "treat": 7, "true": [2, 3], "truth": 3, "try": [0, 2], "tu": 5, "tune": [], "tupl": 3, "tutori": [0, 2], "tv": 1, "two": [2, 3, 7, 8], "type": [0, 1, 2, 3, 6], "typeerror": 1, "unabl": 1, "uncom": 3, "undefin": 1, "under": 0, "understand": [0, 1, 2, 3, 7], "uniform": 3, "unit": 1, "unix": 0, "unlik": 0, "unsupport": 1, "until": [2, 3], "up": [0, 5], "updat": [2, 5], "upon": 1, "upstream": 4, "url": [], "us": [0, 1, 2, 3, 7, 8], "usag": 0, "user": 1, "v": [1, 2], "vaccin": 5, "valid": 3, "vallei": 1, "valu": [2, 3], "variabl": [1, 2], "variat": 8, "variou": 0, "verb": 1, "veri": [0, 1, 2, 3], "verifi": 1, "video": 1, "visit": 5, "visual": 0, "vivo": 5, "w": [], "wa": [2, 3, 4], "wai": [0, 2, 3], "waldo": 1, "want": [0, 2, 3, 4, 9], "water": 2, "we": [0, 1, 2, 3], "weakli": 1, "week": [1, 2, 3], "welcom": 5, "well": [1, 2, 3, 6, 9], "wendi": 8, "what": [0, 1, 2, 3], "when": [0, 2, 3, 7, 8], "where": [0, 2, 3], "wherea": 8, "whether": 8, "which": [0, 1, 2, 3, 7], "while": [0, 1, 3], "who": 2, "whole": 2, "why": [2, 3], "wide": 2, "width": 1, "wikipedia": 1, "within": 3, "without": 2, "won": 2, "wonder": 2, "work": [0, 1, 3, 5, 9], "workshop": 4, "world": 5, "worri": [0, 3], "would": [2, 3], "wp": 5, "wp1": 5, "wp2": 5, "wp3": 5, "wp4": 5, "wp5": 5, "wp6": 5, "wrap": 2, "write": [0, 1, 2, 3, 7, 8], "written": [7, 8], "wrong": 1, "www": 3, "x": 1, "x0": 2, "x1": 2, "x2": 2, "y": 1, "you": [0, 1, 2, 3, 6, 7, 8, 9], "your": [0, 2, 3, 7, 8, 9], "yourself": 0, "youtubevideo": 1, "zero": [1, 3], "zerodivisionerror": 1, "zip": 3}, "titles": ["Introduction to Python", "Hello, World!", "Statements and Packaging", "4. Conditionality and Repetition", "Introduction to Python", "Dig4Bio workshops", "Welcome to your Jupyter Book", "Notebooks with MyST Markdown", "Markdown Files", "Content with notebooks"], "titleterms": {"": 0, "1": 2, "2": 2, "3": 2, "4": [2, 3], "5": 2, "A": 1, "add": 7, "an": 7, "arithmet": 0, "assign": [0, 2], "base": 5, "befor": 0, "block": 9, "book": 6, "break": 3, "cell": 7, "chemic": [], "citat": 8, "code": 9, "compound": [0, 2], "condition": 3, "consist": 1, "contact": [], "content": [5, 9], "continu": 3, "cours": 4, "creat": 7, "date": 5, "dig4bio": 5, "direct": 8, "dr": [], "engin": [], "exampl": 7, "familiar": 0, "file": 8, "first": [], "foolish": 1, "function": 2, "gener": 2, "goal": 5, "hello": 1, "help": 0, "here": [], "hobgoblin": 1, "hub": [], "i": [1, 8], "introduct": [0, 4, 5], "jupyt": 6, "languag": 1, "learn": [0, 8], "list": 2, "littl": 1, "loop": 2, "markdown": [7, 8, 9], "master": 0, "metadata": 7, "mind": 1, "model": 5, "more": 8, "my": [], "myst": [7, 8, 9], "name": [], "notebook": [7, 9], "object": [0, 4], "oper": 0, "output": 9, "packag": 2, "part": [], "partner": 5, "plan": 4, "pragmat": 1, "program": 1, "python": [0, 4, 5], "quickli": 7, "reaction": [], "repetit": 3, "role": 8, "sampl": 8, "schedul": 0, "section": [], "semant": 1, "simpl": 2, "start": 0, "statement": [0, 2], "syntax": [0, 1], "techniqu": 5, "tip": 0, "titl": [], "tl": [], "trick": 0, "welcom": 6, "what": 8, "while": 2, "why": 0, "workshop": 5, "world": 1, "ws1": 5, "ws2": 5, "yaml": 7, "your": 6}}) \ No newline at end of file