codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
258 stars 241 forks source link

Unify format & syntax across Python tutorial #379

Closed danielquinn closed 6 years ago

danielquinn commented 6 years ago

There were a number of inconsistencies in how the tutorial presents code, most commonly with using >>> sometimes and regularly just typing out the variable name to mean "let the REPL tell you what this means" rather than using print(variable_name). This PR fixes both of those, along with some general clean up.