Seeking feedback: Python for creative coding

Really appreciate that @villares!

  • Update table: That’s very kind thank you!
  • SVG: Excellent suggestion. Opening an enhancement ticket. Thank you very much :tada:!
  • Wildcard imports: I’d love your further perspective if you are willing. I may have misunderstood but are you suggesting a wildcard import? They are discouraged by PEP8 and disallowed by some style guides. I’m curious your thoughts from teaching though.
  • Sketch class: Alternatively are you suggesting having drawing methods as top level functions outside a class? In addition to allowing multiple sketches per program (multiple canvases per page for example), the class approach reflects “nouns and verbs” OOP to better fit and common curricula components. This is further discussed in our conventions doc. I would love your perspective as an educator though. What do you think? Thank you!
1 Like