Skip to content

Commit

Permalink
Python in data science: the stub
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Nov 3, 2023
1 parent b6eec83 commit 2f4b497
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/python_data_science.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Data science s vyu¾itím Pythonu</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/simple.css">
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="python_data_science.md">
</section>
</div>
</div>
<script type="application/javascript" src="dist/reveal.js"></script>
<script type="application/javascript" src="plugin/notes/notes.js"></script>
<script type="application/javascript" src="plugin/markdown/markdown.js"></script>
<script type="application/javascript" src="plugin/highlight/highlight.js"></script>
<script type="application/javascript">
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,

plugins: [ RevealMarkdown, RevealHighlight ]
});
</script>
</body>
</html>
12 changes: 12 additions & 0 deletions docs/python_data_science.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Data science s využitím Pythonu

---

* Pavel Tišnovský
* [email protected]

---

![Python](images/python.png)

---

0 comments on commit 2f4b497

Please sign in to comment.