About 691 results
Open links in new tab

turtle — Turtle graphics — Python 3.13.3 documentation
1 day 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
1 day ago · turtle — Turtle graphics. Introduction; Get started; Tutorial. Starting a turtle environment; Basic drawing. Pen control; The turtle’s position; Making algorithmic patterns; …
tarfile — Read and write tar archive files - Python
5 days ago · To check whether the feature is available, use e.g. hasattr(tarfile, 'data_filter') rather than checking the Python version. The following examples show how to support Python …