Skip to content

Commit a3f41b8

Browse files
finished lecture 6
1 parent f371892 commit a3f41b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3616
-995
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.quarto/
2-
/*/.jupyter_cache/
2+
/*/.jupyter_cache/
3+
/*/__pycache__

docs/assignments/assignment-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ <h1 class="title">Assignment I</h1>
303303
}
304304
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
305305
var mailtoRegex = new RegExp(/^mailto:/);
306-
var filterRegex = new RegExp('/' + window.location.host + '/');
306+
var filterRegex = new RegExp("https:\/\/beyondsimulations\.github\.io\/Introduction-to-Python");
307307
var isInternal = (href) => {
308308
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
309309
}

docs/assignments/assignment-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ <h1 class="title">Assignment II</h1>
303303
}
304304
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
305305
var mailtoRegex = new RegExp(/^mailto:/);
306-
var filterRegex = new RegExp('/' + window.location.host + '/');
306+
var filterRegex = new RegExp("https:\/\/beyondsimulations\.github\.io\/Introduction-to-Python");
307307
var isInternal = (href) => {
308308
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
309309
}

docs/general/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h2 class="anchored" data-anchor-id="faqs">FAQs</h2>
322322
}
323323
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
324324
var mailtoRegex = new RegExp(/^mailto:/);
325-
var filterRegex = new RegExp('/' + window.location.host + '/');
325+
var filterRegex = new RegExp("https:\/\/beyondsimulations\.github\.io\/Introduction-to-Python");
326326
var isInternal = (href) => {
327327
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
328328
}

docs/general/literature.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,18 @@ <h2 class="anchored" data-anchor-id="resources-1">Resources</h2>
288288
<ul>
289289
<li>A web application that allows you to create and share documents that contain code, equations, visualizations and text. It is very popular in the field of data science and academia and also part of Quarto.</li>
290290
</ul></li>
291+
<li><a href="https://adventofcode.com/">Advent of Code</a>
292+
<ul>
293+
<li>A wonderful website with daily challenges during the christmas time. Highly recommended to playfully improve your skills.</li>
294+
</ul></li>
295+
<li><a href="http://tinypythonprojects.com">Tiny Python Projects</a>
296+
<ul>
297+
<li>Interesting and fun projects to programm in order to improve your programming skills.</li>
298+
</ul></li>
299+
<li><a href="https://github.com">Github</a>
300+
<ul>
301+
<li>The largest provider for git repositories owned by Microsoft. A lot of open source projects are hosted here and you can read the code.</li>
302+
</ul></li>
291303
</ul>
292304

293305

@@ -387,7 +399,7 @@ <h2 class="anchored" data-anchor-id="resources-1">Resources</h2>
387399
}
388400
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
389401
var mailtoRegex = new RegExp(/^mailto:/);
390-
var filterRegex = new RegExp('/' + window.location.host + '/');
402+
var filterRegex = new RegExp("https:\/\/beyondsimulations\.github\.io\/Introduction-to-Python");
391403
var isInternal = (href) => {
392404
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
393405
}

docs/general/syllabus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h2 class="anchored" data-anchor-id="data-science-with-python">Data Science with
254254
</section>
255255
<section id="lectures-1" class="level2">
256256
<h2 class="anchored" data-anchor-id="lectures-1">Lectures</h2>
257-
<p><strong>Using Modules and Random Numbers (VI)</strong><br>
257+
<p><strong>Using Modules and Packages (VI)</strong><br>
258258
Standard libraries, random numbers and how to use them</p>
259259
<p><strong>NumPy and Pandas for Scientific Computing (VII)</strong><br>
260260
Data manipulation with Pandas, array operations with NumPy</p>
@@ -378,7 +378,7 @@ <h2 class="anchored" data-anchor-id="lectures-2">Lectures</h2>
378378
}
379379
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
380380
var mailtoRegex = new RegExp(/^mailto:/);
381-
var filterRegex = new RegExp('/' + window.location.host + '/');
381+
var filterRegex = new RegExp("https:\/\/beyondsimulations\.github\.io\/Introduction-to-Python");
382382
var isInternal = (href) => {
383383
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
384384
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ <h1>Contributors</h1>
377377
}
378378
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
379379
var mailtoRegex = new RegExp(/^mailto:/);
380-
var filterRegex = new RegExp('/' + window.location.host + '/');
380+
var filterRegex = new RegExp("https:\/\/beyondsimulations\.github\.io\/Introduction-to-Python");
381381
var isInternal = (href) => {
382382
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
383383
}

0 commit comments

Comments
 (0)