Hacker News new | ask | show | jobs
Ask HN: Practice problems for dynamics in Python
1 points by sethhovestol 4589 days ago
A feature I've known of in python but haven't really taken advantage of in python is the dynamic functions and classes. I feel like there's so much more I can do since I can have an array of classes or functions, and I can dynamically create them, but I just can't quite think of uses. Are you guys aware of any problems that generating classes or functions can solve?