I'm trying to teach the significance of abstraction; anyone have Python spaghetti code examples?
I'm trying to teach the significance of abstraction; anyone have Python spaghetti code examples?
7
comments
idk if it's a good example but I got some code I wrote in highschool which is no doubt terrible lol
5 0 ReplyWhat are you trying to do with it? I have a python where everything is in main() and there are a lot of comments
1 0 Replyi'm thinking of teaching some kids python and i'm struggling to figure out how to show the significance of paradigms other than procedural programming
2 0 ReplyI'm pretty sure this code doesn't have any paradigms. Let me know. https://github.com/ph818/lastfmplaylistfinder
2 0 Reply
7
comments
Scroll to top