You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The course is split into 3 major modules: beginners, intermediate, and advanced.
22
22
23
23
A lot. There is _a lot_ in this course. Unless you're an expert Python programmer already, there's guaranteed to be something for you in this course. Below is an outline of the modules and the lessons involved in each module.
24
24
25
-
#####Introduction Module
25
+
#### Introduction Module
26
26
- Python 2 vs. Python 3
27
27
- Where is Python used?
28
28
- Installing Python (Windows, MacOS and Linux)
@@ -31,7 +31,7 @@ A lot. There is _a lot_ in this course. Unless you're an expert Python programme
31
31
- Where to download the code (This repo is where all the code lives!)
32
32
- How to ask great questions (well formed questions means great answers!)
33
33
34
-
#####Beginners Module
34
+
#### Beginners Module
35
35
- Basic arithmetic
36
36
- Variables
37
37
- Formatting code in Python
@@ -51,7 +51,7 @@ A lot. There is _a lot_ in this course. Unless you're an expert Python programme
51
51
- Files
52
52
-**Finish off this module by creating your first small Python program**
53
53
54
-
#####Intermediate Module
54
+
#### Intermediate Module
55
55
- Comparison operators
56
56
- Comparison shortcuts
57
57
- Multiple comparison operators
@@ -73,7 +73,7 @@ A lot. There is _a lot_ in this course. Unless you're an expert Python programme
73
73
- Lambda expressions
74
74
- Scope
75
75
76
-
#####Advanced Module
76
+
#### Advanced Module
77
77
- Welcome to OOP
78
78
- Creating your first class
79
79
- Class attributes
@@ -103,7 +103,7 @@ A lot. There is _a lot_ in this course. Unless you're an expert Python programme
103
103
- Multiple Python versions
104
104
- Local servers
105
105
106
-
#####Capstone Project
106
+
#### Capstone Project
107
107
You will create an object detection application.
108
108
109
109
By using classes, functions, loops and 3rd party packages in a virtual environment you'll be able to take a photograph and find cars, people, bikes, cats and many many more common objects. We'll do this all in Python as your capstone project.
0 commit comments