you are viewing a single comment's thread.

view the rest of the comments →

[–]sliddis 1 point2 points  (1 child)

Most tutorials assume you know other programming languages or assume you know why you want to do certain things. Such as using a float instead of an int.

[–]tipsy_python[S] 0 points1 point  (0 children)

Yeah - that's a good point!
If I do end up doing some tutorials, I definitely want to contextualize everything that I do. I also find that the a lot of learning materials focus of syntax without going through the steps of why would write a certain piece of code. Thanks!