Skip to content

Commit 33a7061

Browse files
committed
Larger titles
1 parent 1431870 commit 33a7061

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The course is split into 3 major modules: beginners, intermediate, and advanced.
2222

2323
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.
2424

25-
##### Introduction Module
25+
#### Introduction Module
2626
- Python 2 vs. Python 3
2727
- Where is Python used?
2828
- 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
3131
- Where to download the code (This repo is where all the code lives!)
3232
- How to ask great questions (well formed questions means great answers!)
3333

34-
##### Beginners Module
34+
#### Beginners Module
3535
- Basic arithmetic
3636
- Variables
3737
- Formatting code in Python
@@ -51,7 +51,7 @@ A lot. There is _a lot_ in this course. Unless you're an expert Python programme
5151
- Files
5252
- **Finish off this module by creating your first small Python program**
5353

54-
##### Intermediate Module
54+
#### Intermediate Module
5555
- Comparison operators
5656
- Comparison shortcuts
5757
- Multiple comparison operators
@@ -73,7 +73,7 @@ A lot. There is _a lot_ in this course. Unless you're an expert Python programme
7373
- Lambda expressions
7474
- Scope
7575

76-
##### Advanced Module
76+
#### Advanced Module
7777
- Welcome to OOP
7878
- Creating your first class
7979
- Class attributes
@@ -103,7 +103,7 @@ A lot. There is _a lot_ in this course. Unless you're an expert Python programme
103103
- Multiple Python versions
104104
- Local servers
105105

106-
##### Capstone Project
106+
#### Capstone Project
107107
You will create an object detection application.
108108

109109
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

Comments
 (0)