This is an overview of basic math, electronics, physics, and some other science stuff that a Software/Computer Engineer may require.
python3 toc_generator.py
I use Manim CE to generate images and videos.
- Render and save an image (last frame of the scene, high quality, transparent background):
manim -tspqk <filename> MyScene
- Render and save a gif (low quality):
manim -ipql <filename> MyScene
- Render and save a video (high quality, transparent background):
manim -tpqk <filename> MyScene