summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tutorials/readme.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index 2ce7570..dfcdbef 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -6,8 +6,6 @@ This directory contains all the tutorials.
### 1.0 Introduction to Anaconda
- [1.1 installing_anaconda.md](1.1_installing_anaconda.md)
- [1.2 intro_to_anaconda.md](1.2_intro_to_anaconda.md)
- - Environments
- - Package Management
- [1.3 version_control.md](1.3_version_control.md)
### 2.0 Spyder
@@ -20,10 +18,6 @@ This directory contains all the tutorials.
### 3.0 Programing in Python
- [3.1 basics_of_python.md](3.1_basics_of_python.md)
- - Syntax
- - Operators
- - Comments
- - Data Types
- Arrays [Numpy]
- Plotting [Matplotlib]
- Decisions/If conditions