diff --git a/manuscript/1-Intro-to-Computing.md b/manuscript/1-Intro-to-Computing.md new file mode 100644 index 0000000..46e4cf8 --- /dev/null +++ b/manuscript/1-Intro-to-Computing.md @@ -0,0 +1,7 @@ +# 1 Intro to Computing + +{type: iframe, title:1 Intro to Computing, width:800, height:600, poster:resources/chapt_screen_images/intro-to-computing.png} +![](https://hutchdatascience.org/Intro_to_Python/intro-to-computing.html) + + + diff --git a/manuscript/2-Working-with-data-structures.md b/manuscript/2-Working-with-data-structures.md new file mode 100644 index 0000000..bd51cf0 --- /dev/null +++ b/manuscript/2-Working-with-data-structures.md @@ -0,0 +1,7 @@ +# 2 Working with data structures + +{type: iframe, title:2 Working with data structures, width:800, height:600, poster:resources/chapt_screen_images/working-with-data-structures.png} +![](https://hutchdatascience.org/Intro_to_Python/working-with-data-structures.html) + + + diff --git a/manuscript/3-Data-Wrangling,-Part-1.md b/manuscript/3-Data-Wrangling,-Part-1.md new file mode 100644 index 0000000..bac04e4 --- /dev/null +++ b/manuscript/3-Data-Wrangling,-Part-1.md @@ -0,0 +1,7 @@ +# 3 Data Wrangling, Part 1 + +{type: iframe, title:3 Data Wrangling, Part 1, width:800, height:600, poster:resources/chapt_screen_images/data-wrangling-part-1.png} +![](https://hutchdatascience.org/Intro_to_Python/data-wrangling-part-1.html) + + + diff --git a/manuscript/4-Data-Wrangling,-Part-2.md b/manuscript/4-Data-Wrangling,-Part-2.md new file mode 100644 index 0000000..8b5f020 --- /dev/null +++ b/manuscript/4-Data-Wrangling,-Part-2.md @@ -0,0 +1,7 @@ +# 4 Data Wrangling, Part 2 + +{type: iframe, title:4 Data Wrangling, Part 2, width:800, height:600, poster:resources/chapt_screen_images/data-wrangling-part-2.png} +![](https://hutchdatascience.org/Intro_to_Python/data-wrangling-part-2.html) + + + diff --git a/manuscript/5-Data-Visualization.md b/manuscript/5-Data-Visualization.md new file mode 100644 index 0000000..ba4d554 --- /dev/null +++ b/manuscript/5-Data-Visualization.md @@ -0,0 +1,7 @@ +# 5 Data Visualization + +{type: iframe, title:5 Data Visualization, width:800, height:600, poster:resources/chapt_screen_images/data-visualization.png} +![](https://hutchdatascience.org/Intro_to_Python/data-visualization.html) + + + diff --git a/manuscript/6-References.md b/manuscript/6-References.md new file mode 100644 index 0000000..0b42ddc --- /dev/null +++ b/manuscript/6-References.md @@ -0,0 +1,7 @@ +# 6 References + +{type: iframe, title:6 References, width:800, height:600, poster:resources/chapt_screen_images/references.png} +![](https://hutchdatascience.org/Intro_to_Python/references.html) + + + diff --git a/manuscript/About-the-Authors.md b/manuscript/About-the-Authors.md new file mode 100644 index 0000000..33bb63d --- /dev/null +++ b/manuscript/About-the-Authors.md @@ -0,0 +1,7 @@ +# About the Authors + +{type: iframe, title:About the Authors, width:800, height:600, poster:resources/chapt_screen_images/about-the-authors.png} +![](https://hutchdatascience.org/Intro_to_Python/about-the-authors.html) + + + diff --git a/manuscript/About-this-Course.md b/manuscript/About-this-Course.md new file mode 100644 index 0000000..ab60358 --- /dev/null +++ b/manuscript/About-this-Course.md @@ -0,0 +1,7 @@ +# About this Course + +{type: iframe, title:About this Course, width:800, height:600, poster:resources/chapt_screen_images/index.png} +![](https://hutchdatascience.org/Intro_to_Python/index.html) + + + diff --git a/manuscript/Book.txt b/manuscript/Book.txt new file mode 100644 index 0000000..0537e51 --- /dev/null +++ b/manuscript/Book.txt @@ -0,0 +1,8 @@ +1-Intro-to-Computing.md +2-Working-with-data-structures.md +3-Data-Wrangling,-Part-1.md +4-Data-Wrangling,-Part-2.md +5-Data-Visualization.md +6-References.md +About-this-Course.md +About-the-Authors.md diff --git a/manuscript/resources/chapt_screen_images/about-the-authors.png b/manuscript/resources/chapt_screen_images/about-the-authors.png new file mode 100644 index 0000000..f6ff1b5 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/about-the-authors.png differ diff --git a/manuscript/resources/chapt_screen_images/data-visualization.png b/manuscript/resources/chapt_screen_images/data-visualization.png new file mode 100644 index 0000000..69a9453 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/data-visualization.png differ diff --git a/manuscript/resources/chapt_screen_images/data-wrangling-part-1.png b/manuscript/resources/chapt_screen_images/data-wrangling-part-1.png new file mode 100644 index 0000000..7543182 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/data-wrangling-part-1.png differ diff --git a/manuscript/resources/chapt_screen_images/data-wrangling-part-2.png b/manuscript/resources/chapt_screen_images/data-wrangling-part-2.png new file mode 100644 index 0000000..e2a67e7 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/data-wrangling-part-2.png differ diff --git a/manuscript/resources/chapt_screen_images/index.png b/manuscript/resources/chapt_screen_images/index.png new file mode 100644 index 0000000..080abc1 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/index.png differ diff --git a/manuscript/resources/chapt_screen_images/intro-to-computing.png b/manuscript/resources/chapt_screen_images/intro-to-computing.png new file mode 100644 index 0000000..47e0677 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/intro-to-computing.png differ diff --git a/manuscript/resources/chapt_screen_images/references.png b/manuscript/resources/chapt_screen_images/references.png new file mode 100644 index 0000000..46c27b0 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/references.png differ diff --git a/manuscript/resources/chapt_screen_images/working-with-data-structures.png b/manuscript/resources/chapt_screen_images/working-with-data-structures.png new file mode 100644 index 0000000..c8b6f06 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/working-with-data-structures.png differ