Tagged articles
25 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Oct 24, 2024 · Fundamentals

Python Turtle Graphics: Installation, Basic Shapes, and Advanced Visual Patterns

This guide explains that the turtle module is included with Python, then provides step‑by‑step code examples for drawing basic shapes like squares, stars, spirals, concentric circles, polygons, fractal trees, as well as advanced patterns such as colorful spirals, Koch snowflakes, Mandelbrot sets, the Chinese flag, and a simple map of China, all illustrated with complete runnable code snippets.

Code ExamplesGraphicsturtle
0 likes · 11 min read
Python Turtle Graphics: Installation, Basic Shapes, and Advanced Visual Patterns
Python Programming Learning Circle
Python Programming Learning Circle
Oct 9, 2024 · Fundamentals

Drawing a Birthday Cake with Python Turtle Graphics

This article demonstrates how to use Python's turtle library to programmatically draw a birthday cake, explaining the motivation, step-by-step code implementation, and visual results, while also discussing code structure improvements and the mathematical concepts behind curve drawing.

Tutorialcodingturtle
0 likes · 12 min read
Drawing a Birthday Cake with Python Turtle Graphics
Python Programming Learning Circle
Python Programming Learning Circle
Aug 20, 2024 · Game Development

Python Turtle Pong Game with AI Paddle

This tutorial walks you through building a fully functional Pong game in Python using the turtle library, featuring an AI paddle that automatically tracks the ball, complete with step‑by‑step code snippets and a complete source listing for easy copy‑paste implementation.

AIGame DevelopmentPong
0 likes · 8 min read
Python Turtle Pong Game with AI Paddle
Python Crawling & Data Mining
Python Crawling & Data Mining
Jul 23, 2022 · Fundamentals

Explore Python Turtle: Draw Shapes, Change Pens, and Fill Colors

This guide introduces Python’s Turtle graphics library, explaining its screen and turtle concepts, and demonstrates how to draw rectangles, stars, circles, and arcs, while showing how to change pen attributes and apply fill colors, providing visual examples for beginners and intermediate learners.

BeginnerGraphicsdrawing
0 likes · 5 min read
Explore Python Turtle: Draw Shapes, Change Pens, and Fill Colors
Python Programming Learning Circle
Python Programming Learning Circle
Mar 21, 2022 · Fundamentals

Getting Started with Python's Turtle Graphics

This article introduces Python's turtle module, explains how to import it, configure the pen's speed, color, size, and use drawing functions such as forward, left, right, circle, dot, and goto, and provides several complete code examples for creating simple graphics.

BeginnerGraphicsPython
0 likes · 4 min read
Getting Started with Python's Turtle Graphics
Python Programming Learning Circle
Python Programming Learning Circle
Dec 28, 2021 · Fundamentals

Drawing a Five-Pointed Star with Python Turtle

This short tutorial demonstrates how to use Python's turtle library to draw a red five‑pointed star by setting the fill color, looping five times, moving forward, and turning 144 degrees, with a complete code example and the resulting graphic.

Graphicsstar-drawingturtle
0 likes · 2 min read
Drawing a Five-Pointed Star with Python Turtle
Python Programming Learning Circle
Python Programming Learning Circle
Dec 7, 2021 · Fundamentals

Drawing a Starry Sky with Python Turtle

This tutorial demonstrates how to use Python's turtle module to randomly generate and draw a starry sky, explaining the core logic of random positions, sizes, and angles for each star and providing complete code to render the night sky effect.

Graphicsrandomstarfield
0 likes · 3 min read
Drawing a Starry Sky with Python Turtle
Python Crawling & Data Mining
Python Crawling & Data Mining
Jan 19, 2019 · Fundamentals

Create a Real‑Time Analog Clock with Python Turtle

This article demonstrates how to use Python's built-in Turtle module to create an analog clock that displays the current time, including step-by-step explanations of setting up the Turtle objects, drawing the clock face, hands, and updating them in real time with code examples.

Tutorialanalog clockdatetime
0 likes · 9 min read
Create a Real‑Time Analog Clock with Python Turtle
MaGe Linux Operations
MaGe Linux Operations
Dec 21, 2018 · Fundamentals

10 Fun Python Projects to Boost Your Coding Skills

This article compiles a series of entertaining Python code examples—including flag drawing with Turtle, image‑to‑ASCII conversion, Tetris, a plane shooter game, and a 25‑line face‑recognition script—to inspire learners and demonstrate practical programming techniques.

ASCII artOpenCVPygame
0 likes · 6 min read
10 Fun Python Projects to Boost Your Coding Skills
MaGe Linux Operations
MaGe Linux Operations
Apr 6, 2017 · Game Development

5 Fun Python Projects: Flag, ASCII Art, Tetris, Shooter & Face Detection

This article showcases five engaging Python projects—including drawing a national flag with Turtle, converting images to ASCII art, building a Tetris clone, creating a simple plane‑shooter game, and implementing a 25‑line face‑detection script—complete with code snippets, installation tips, and visual results.

ASCII artFace DetectionOpenCV
0 likes · 5 min read
5 Fun Python Projects: Flag, ASCII Art, Tetris, Shooter & Face Detection