Tag

drawing

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 7, 2025 · Fundamentals

Drawing a Birthday Cake with Python Turtle Graphics

This tutorial explains how to recreate a hand‑drawn birthday cake using Python's turtle library, covering the motivation, step‑by‑step code implementation with parametric equations, visual results, and reflections on code quality and potential improvements.

cakedrawinggraphics
0 likes · 15 min read
Drawing a Birthday Cake with Python Turtle Graphics
Architecture Development Notes
Architecture Development Notes
Aug 28, 2024 · Artificial Intelligence

Master Drawing with OpenCV in Rust: Lines, Shapes, and Text Made Easy

This tutorial walks you through using OpenCV's Rust bindings to draw lines, geometric shapes, and custom text on images, detailing each function's parameters and providing complete, ready‑to‑run code examples for practical image processing tasks.

computer visiondrawingimage processing
0 likes · 8 min read
Master Drawing with OpenCV in Rust: Lines, Shapes, and Text Made Easy
Laravel Tech Community
Laravel Tech Community
Aug 24, 2021 · Backend Development

PHP imagefilledarc Function: Drawing and Filling Elliptical Arcs

This article explains the PHP GD library function imagefilledarc, detailing its parameters, return values, and providing a complete example that creates a PNG image with filled elliptical arcs and a simple 3‑D effect.

GD LibraryPHPbackend
0 likes · 4 min read
PHP imagefilledarc Function: Drawing and Filling Elliptical Arcs
Python Programming Learning Circle
Python Programming Learning Circle
Aug 14, 2021 · Fundamentals

Drawing a Minion with Python Turtle Graphics

This tutorial demonstrates how to use Python's turtle module to programmatically draw a detailed Minion character by defining functions for each body part and assembling them with precise turtle commands.

Tutorialdrawinggraphics
0 likes · 9 min read
Drawing a Minion with Python Turtle Graphics
Python Programming Learning Circle
Python Programming Learning Circle
May 23, 2020 · Fundamentals

Python Turtle Graphics: Commands, Examples, and Code Snippets

This tutorial introduces Python's standard turtle graphics library, explains its drawing principles, details core commands for window setup, movement, direction, and pen control, and provides ten illustrated code examples ranging from basic shapes to complex patterns.

PythonTutorialcode examples
0 likes · 8 min read
Python Turtle Graphics: Commands, Examples, and Code Snippets
Python Programming Learning Circle
Python Programming Learning Circle
Dec 17, 2019 · Fundamentals

Draw Peppa Pig with Python Turtle: A Step‑by‑Step Tutorial

This tutorial walks you through creating a complete Peppa Pig illustration using Python's turtle graphics, covering shape analysis, custom drawing functions for each body part, and code snippets that demonstrate arcs, ellipses, and color fills to produce a recognizable cartoon figure.

Tutorialdrawinggraphics
0 likes · 15 min read
Draw Peppa Pig with Python Turtle: A Step‑by‑Step Tutorial
Test Development Learning Exchange
Test Development Learning Exchange
Jan 18, 2019 · Frontend Development

Drawing the “What is Peiqi” Character with Python Turtle

This tutorial demonstrates how to use Python's turtle graphics library to programmatically draw the popular “What is Peaqi” character that went viral on social media, providing the complete source code, execution result image, and a brief call‑to‑action for sharing.

Tutorialdrawinggraphics
0 likes · 6 min read
Drawing the “What is Peiqi” Character with Python Turtle