Seeking feedback: Python for creative coding

Very much appreciate that @mcintyre!

  • Micropython: Thank you for that suggestion! I’ve been watching pyscript’s work on this but it didn’t quite make their latest release. Hopefully the next one will get it and I’ll change the default. I’ll open an enhancement ticket to keep an eye on this! :confetti_ball:
  • API differences: In addition to bridging desktop to web (get_csv / get_json) and helping support different platforms’ capabilities (sound, joystick, etc), some choices (draw_arc vs arc) are pedagogical to use “nouns and verbs” OOP consistent with teaching materials (Python precedence: Cornel, Boston, matplotlib, tkinter, community). I’ve discussed this a bit more in our conventions doc. I’m curious your thoughts as an educator though! Please LMK what you think and thanks. :slight_smile:
  • API standards: I may be interested in an adapter to a standard. LMK if you would be interested in discussing further!
  • ipycc and proceso: Super cool! Thank you for sharing.
2 Likes