Tagged articles
11 articles
Page 1 of 1
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
ELab Team
ELab Team
Nov 26, 2021 · Frontend Development

How to Build a High‑Performance, Multi‑Touch Canvas Drawing Board from Scratch

This article walks through creating a fully customizable, high‑performance HTML5 canvas drawing board for online teaching, covering devicePixelRatio handling, responsive layout, touch and mouse event processing, drawing pipelines, multi‑touch support, erasing modes, caching strategies, undo/redo, and brush extensions, all with complete React code examples.

CanvasUndo Redodrawing
0 likes · 33 min read
How to Build a High‑Performance, Multi‑Touch Canvas Drawing Board from Scratch