Tagged articles
8 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Mar 28, 2024 · Fundamentals

Python Turtle Graphics: Introduction, Concepts, and Multiple Example Programs

This article introduces Python's built‑in turtle graphics module, explains its origins, demonstrates how to control a virtual turtle to draw shapes, and provides a series of annotated example programs—including stars, squares, spirals, roses, and a Doraemon illustration—to help beginners learn fundamental programming concepts such as loops, functions, and coordinate manipulation.

examplesprogramming-basicsturtle graphics
0 likes · 11 min read
Python Turtle Graphics: Introduction, Concepts, and Multiple Example Programs
Test Development Learning Exchange
Test Development Learning Exchange
Jan 21, 2019 · Fundamentals

Draw the ‘What Is Peiqi?’ Mascot with Python Turtle – Full Code Walkthrough

This tutorial provides a complete Python‑turtle script that recreates the popular “What Is Peiqi?” movie mascot, explains each drawing step—from nose and eyes to body and tail—shows how to run the program, and displays the final illustration, all without any promotional content.

Code Exampledrawing tutorialgraphics programming
0 likes · 7 min read
Draw the ‘What Is Peiqi?’ Mascot with Python Turtle – Full Code Walkthrough