Lesson 0: Installation
I use a windows installation of python and Manim. Firstly you need to install a version of python. You can download a version here Download Python | Python.org You should download the 64 bit...
Lesson 4: Loops
Loops in Python are a fundamental concept used to execute a block of code repeatedly under certain conditions. There are two main types of loops in Python: for loops and while loops.
For Loops:
A for...
Lesson 6: Creating Lines
Creating lines in Manim, a mathematical animation library, is a straightforward process. To create a line, you typically use the Line class, specifying the start and end points of the line. Here's a basic...
Lesson 5: functions
In Python, functions are a fundamental building block of the language. They are used to encapsulate a set of instructions that can be used repeatedly in a program. Here are some key points about...
Lesson 2: Introduction to Manim
What is Manim?
Manim is a Python library that enables precise programmatic animations, primarily focused on mathematical concepts. It allows the creation of visually appealing animations, like those seen in educational videos, to explain complex...






