Course for Physics teachers

I am a Physics teacher. I would like to make interactive animations which would make physics interesting for my students. Which is the course best for me after the basics Python course ?

That’s like an html and css kinda thing. Might be some visual libraries for python you could research that would save time but maybe be limited.

Well, I will suggest you to learn about Python graphics and Python libraries. You can go with below-listed options.

  1. Pygame
  2. VPython
  3. Matplotlib

All these options are best if you are aiming to make interactive animations for you.
Thanks