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 3: Variables and creating your first video
In Python, basic variables are used to store data values. The common types of variables include:
Integer (int): Represents whole numbers, e.g., 5, 100, -3.
Float (float): Represents real numbers with a decimal point, e.g., 3.14,...
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...
Lesson 1: Introduction to Python
What is Python?
Python is a high-level, interpreted programming language known for its readability and versatility. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable...
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...