Skip to content

Commit f881946

Browse files
committed
Performance of Python should be at the same level as premature optimisation.
1 parent 3c18a81 commit f881946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/optimisation-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ It's clear that the maximum possible speedup to a system, quickly plateaus accor
7070

7171
:::::::::::::::::::::::::::::::::::::::::::::
7272

73-
### Performance of Python
73+
## Performance of Python
7474

7575
If you've read about different programming languages, you may have heard that there’s a difference between “interpreted” languages (like Python) and "compiled" languages (like C). You may have heard that Python is slow *because* it is an interpreted language.
7676
To understand where this comes from (and how to get around it), let's talk a little bit about how Python works.

0 commit comments

Comments
 (0)