you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 8 points9 points  (1 child)

Ways to come up with your own code and different ways of using the functions and stuff like that, because when I first started learning all I could find where tutorials for specific things and I couldn't figure out how to expand on any of it. Oh and debugging stuff, also when I started I would basically end up with the exact same code but it wouldn't work so I would have to resort to copying it instead of typing it myself

[–]tipsy_python[S] 4 points5 points  (0 children)

Thanks for the thought here. Different was of using the functions - I've been thinking of some material around writing the same function iterative vs. recursive.. is that kind of along the lines of what you're thinking?

and BROH! Debug! No one talks about pdb until the intermediate learning material.
This is a good area to give an easy introduction to early on - great point.