Python Visual Programming | Part 2 : 2D Shapes | For Absolute Beginner

preview_player
Показать описание
This series is designed for absolute beginners who want to learn python programming language with Matplotlib in a fun and engaging way. I'll break down complex concepts into simple, easy-to-follow steps, making data visualization enjoyable for everyone!

Few Tips :

I used tuples here, you could also define a point like this p0 = [ 0 , 0 ], which is called list.
The only difference between those two that once you create a tuple, you can not change its value programmatically , you have to change it manually by typing it, but if you use list you can manipulate its value later.

In this video we were not allowed to lift the pen and had to make the shape with a single continuous line, in the next video I will explain how we can break the lines by using breakpoints and will create complicated shapes.
Рекомендации по теме
Комментарии
Автор

Looking forward to see your next video master Jedi 🧙

ekremababiker
Автор

good video, looking forward to the next one

xomnomwafflesx
Автор

Im also very excited i cant wait to be able to create animations like yours

tokollomaila
Автор

I‘m excited for the series! What program do you use for the animations of your videos? Thanks for the effort

herrroin