About 471 results
Open links in new tab

turtle — Turtle graphics — Python 3.13.3 documentation
2 days ago · In Python, turtle graphics provides a representation of a physical “turtle” (a little robot with a pen) that draws on a sheet of paper on the floor. It’s an effective and well-proven way …
Program Frameworks — Python 3.13.3 documentation
2 days ago · turtle — Turtle graphics. Introduction; Get started; Tutorial. Starting a turtle environment; Basic drawing. Pen control; The turtle’s position; Making algorithmic patterns; …
Python/C API Reference Manual — Python 3.13.3 documentation
6 days ago · This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to Extending and Embedding the …