From 78d713a3ebc9faea4d64bf0274ea85c14f7e0a78 Mon Sep 17 00:00:00 2001
From: martinschatz-cz
Date: Wed, 17 Jan 2024 12:03:52 +0000
Subject: [PATCH] deploy: 5db6be2039a35dff7f3253e9b5b89971773aaba3
---
00_python/00_Python_prez.html | 596 ++++++++++++++++++
00_python/00_python_intro.html | 7 +-
00_python/01_Python_Basics.html | 7 +-
01_pandas_statistics/00_Pandas.html | 1 +
01_pandas_statistics/01_Pandas_Intro.html | 1 +
.../02_Pandas_operations.html | 1 +
01_pandas_statistics/03_Pandas_EDA.html | 1 +
01_pandas_statistics/04_Pandas_Bonus.html | 1 +
01_pandas_statistics/05_Statistic.html | 1 +
01_pandas_statistics/intro.html | 12 +-
02_plotting/00_Intro_matplotlib.html | 1 +
02_plotting/01_Introduction_to_Seaborn.html | 1 +
02_plotting/02_Using_Seaborn.html | 1 +
...tatistic_Annotations_in_Seaborn_Bonus.html | 1 +
02_plotting/intro.html | 6 +
.../Tabular_Data.pdf | Bin 0 -> 935717 bytes
.../Statistics.pdf | Bin 0 -> 1135486 bytes
.../Plotting.pdf | Bin 0 -> 1686731 bytes
.../Python_basics.pdf | Bin 0 -> 678860 bytes
.../KONFMI_prez_Python.pdf | Bin 0 -> 863088 bytes
.../Python_algorithms.pdf | Bin 0 -> 509306 bytes
_sources/00_python/00_Python_prez.md | 39 ++
_sources/01_pandas_statistics/intro.md | 9 +-
_sources/02_plotting/intro.md | 4 +
content.html | 1 +
genindex.html | 1 +
intro.html | 1 +
markdown-notebooks.html | 1 +
markdown.html | 1 +
notebooks.html | 1 +
objects.inv | Bin 726 -> 737 bytes
search.html | 1 +
searchindex.js | 2 +-
33 files changed, 680 insertions(+), 19 deletions(-)
create mode 100644 00_python/00_Python_prez.html
create mode 100644 _downloads/0d731dfb94b83dbd30f3c3a684ee5d19/Tabular_Data.pdf
create mode 100644 _downloads/13ced125cda365f10e753d9efb06458d/Statistics.pdf
create mode 100644 _downloads/1a27f61c8a10e7f1e0479acc21027ad2/Plotting.pdf
create mode 100644 _downloads/3160c328ed31a2b483a2d6f2dd5f70af/Python_basics.pdf
create mode 100644 _downloads/c2f6c663f6c614e7d4e613bfb76ac7f4/KONFMI_prez_Python.pdf
create mode 100644 _downloads/e45e29ef85b10504a2ea20e9cbd660cb/Python_algorithms.pdf
create mode 100644 _sources/00_python/00_Python_prez.md
diff --git a/00_python/00_Python_prez.html b/00_python/00_Python_prez.html
new file mode 100644
index 0000000..cc97094
--- /dev/null
+++ b/00_python/00_Python_prez.html
@@ -0,0 +1,596 @@
+
+
+
+
+
+
+
+
+
+
+
+ Python — Advanced Image Analysis (MB100T01)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Skip to main content
+
+
+
+
+
+
+ Back to top
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Python
+This section focuses on introduction to Python. Python is a versatile and beginner-friendly programming language widely used in various fields, including computer science, data science, web development, and artificial intelligence.
+
+Key Points
+
+Readable and Easy to Learn:
+
+
+Interpreted Language:
+
+
+General-Purpose:
+
+
+Extensive Standard Library:
+
+
+Community Support:
+
+
+Object-Oriented Programming:
+
+
+Versatility in Application:
+
+Used in web development (Django, Flask), data science (NumPy, TensorFlow), and more, making it versatile for different career paths.
+
+
+Cross-Platform Compatibility:
+
+Compatible with major operating systems (Windows, macOS, Linux), ensuring code can run on different platforms without modification.
+
+
+
+
+
+Conclusion
+In summary, Python is a beginner-friendly, versatile, and powerful programming language, providing a solid foundation for learning how to program. Its simplicity, readability, and extensive community support make it an excellent choice for beginners.
+We will use these presentations:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/00_python/00_python_intro.html b/00_python/00_python_intro.html
index 1fef061..0470a67 100644
--- a/00_python/00_python_intro.html
+++ b/00_python/00_python_intro.html
@@ -72,7 +72,7 @@
-
+
@@ -178,6 +178,7 @@
Introduction