1. Pixel Art with Turtle: Introduction

Опубликовано: 11 Январь 2026
на канале: WIBYTE
800
4

In this video we introduce the Pixel Art activity. This activity, where we create intricate 2D patterns using small 'pixels' is done using Turtle graphics. There is a lot of room for creativity in this activity. Also, a lot of concepts of Python programming can be learnt from here, for example,

1. Defining functions using the def keyword.
2. Range function
3. For loop
4. Lists

Course website for more interesting project - https://wibyte.in/python-class-course...

Other videos in Pixel Art with Turtle project playlist
1. Pixel Art using Turtle Graphics -    • 1. Pixel Art with Turtle: Introduction  
2. Define functions : draw_line and draw_rectantangle -    • 2. Pixel Art with Turtle: Define functions...  
3. For loop to create a row of squares (logic) -    • 3. Pixel Art with Turtle: Why do we need a...  
4. The range() function and its usage -    • 4. Pixel Art with Turtle: The range() func...  
5. For loop to create a row of squares -    • 5. Pixel Art with Turtle: The 'for' loop: ...  
6. Using if loop inside for loop for different color of squares -    • Python Programming: if-elif-else inside a ...  
7. Speed up drawing using ts.tracer() and ts.update() -    • 7. Pixel Art with Turtle: How to speed up ...  
8. Nested loop to create two dimensional grids -    • 8. Pixel Art with Turtle: Using a nested f...  

Pixel Art with Turtle Enhancement videos
1. if-elif-else to create artistic patterns in 2d grids -    • 1. Pixel Art with Turtle (Enhancements) if...  
2. How to create drawings like MARIO -    • 2. Pixel Art with Turtle (Enhancements): C...  
3. A gradient of colors -    • 3. Paint with Turtle (Enhancements): Using...  
4. Unequal size rectangular pixels (1 dimension) -    • 4. Pixel Art with Turtle (Enhancements): U...  
5. Unequal size rectangular pixels (2 dimensions) -    • 5. Pixel Art with Turtle (Enhancements): U...  
6. Seeing Mario through a lens! (A distorted pixel art) -    • 6. Pixel Art with Turtle (Enhancements): A...