-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
132 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<title>Introduction to Python — Dig4Bio-workshops</title> | ||
<title>1. Introduction to Python — Dig4Bio-workshops</title> | ||
|
||
|
||
|
||
|
@@ -57,10 +57,12 @@ | |
<script async="async" src="../../_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script> | ||
<script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = 'WS1/0_python_basics/0_python_basics';</script> | ||
<link rel="index" title="Index" href="../../genindex.html" /> | ||
<link rel="search" title="Search" href="../../search.html" /> | ||
<link rel="next" title="Hello, World!" href="1_hello_world.html" /> | ||
<link rel="next" title="2. Hello, World!" href="1_hello_world.html" /> | ||
<link rel="prev" title="Introduction to Python" href="../intro_to_ws1.html" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta name="docsearch:language" content="en"/> | ||
|
@@ -182,10 +184,12 @@ | |
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Introduction to Python (WS1)</span></p> | ||
<ul class="current nav bd-sidenav"> | ||
<li class="toctree-l1"><a class="reference internal" href="../intro_to_ws1.html">Introduction to workshop 1</a></li> | ||
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Python Basics</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="1_hello_world.html">Hello World</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="2_statements.html">Statements</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="3_control_flow.html">Control flow</a></li> | ||
<li class="toctree-l1 current active has-children"><a class="current reference internal" href="#">Module 1</a><details open="open"><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul> | ||
<li class="toctree-l2"><a class="reference internal" href="1_hello_world.html">Hello World</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="2_statements.html">Statements</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="3_control_flow.html">Control flow</a></li> | ||
</ul> | ||
</details></li> | ||
</ul> | ||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Model-based Techniques (WS2)</span></p> | ||
<ul class="nav bd-sidenav"> | ||
|
@@ -410,7 +414,7 @@ | |
|
||
|
||
<div id="jb-print-docs-body" class="onlyprint"> | ||
<h1>Introduction to Python</h1> | ||
<h1>1. Introduction to Python</h1> | ||
<!-- Table of contents --> | ||
<div id="print-main-content"> | ||
<div id="jb-print-toc"> | ||
|
@@ -438,7 +442,7 @@ <h2> Contents </h2> | |
<article class="bd-article"> | ||
|
||
<section class="tex2jax_ignore mathjax_ignore" id="introduction-to-python"> | ||
<h1>Introduction to Python<a class="headerlink" href="#introduction-to-python" title="Link to this heading">#</a></h1> | ||
<h1>1. Introduction to Python<a class="headerlink" href="#introduction-to-python" title="Link to this heading">#</a></h1> | ||
<section id="objective"> | ||
<h2>Objective<a class="headerlink" href="#objective" title="Link to this heading">#</a></h2> | ||
<p>This is a practical course designed for chemical engineers that want to learn how to program in Python. | ||
|
@@ -505,6 +509,8 @@ <h2>Helpful tips and tricks before starting<a class="headerlink" href="#helpful- | |
<p>this course has been taken and adapted from The course <a class="reference external" href="https://github.com/FiammettaC/Chemical-Reaction-Engineering-in-Python"><em>Chemical Reaction engineering in Python</em></a> by Fiammetta Caccavale.</p> | ||
</div> | ||
</section> | ||
<div class="toctree-wrapper compound"> | ||
</div> | ||
</section> | ||
|
||
<script type="text/x-thebe-config"> | ||
|
@@ -551,7 +557,7 @@ <h2>Helpful tips and tricks before starting<a class="headerlink" href="#helpful- | |
title="next page"> | ||
<div class="prev-next-info"> | ||
<p class="prev-next-subtitle">next</p> | ||
<p class="prev-next-title">Hello, World!</p> | ||
<p class="prev-next-title">2. Hello, World!</p> | ||
</div> | ||
<i class="fa-solid fa-angle-right"></i> | ||
</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.