1 min readFeb 13, 2019
Hi George, very good article!
Can I just point out a couple of very minor things?
- in the code in part 2 you are using “range(len(“ but imho enumerate (which you use further down) would be cleaner
- a small type on the 42/43.1359 which should be 43/43.1359
- the (i / tot)*100 seem to clash with the 0.97 threashold, either use percentage or decimal to make the code work
Keep up the great work,
Gabe