turtle — Turtle graphics — Python 3. 13. 5 documentation Source code: Lib turtle py Introduction: Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and Cynthia Solo
Program Frameworks — Python 3. 13. 5 documentation turtle — Turtle graphics Introduction; Get started; Tutorial Starting a turtle environment; Basic drawing Pen control; The turtle’s position; Making algorithmic patterns; How to… Get started as quickly as possible; Use the turtle module namespace; Use turtle graphics in a script; Use object-oriented turtle graphics; Turtle graphics
IDLE — Python 3. 9. 22 documentation Run the turtledemo module with example Python code and turtle drawings Additional help sources may be added here with the Configure IDLE dialog under the General tab See the Help sources subsection below for more on Help menu choices
http. client — HTTP protocol client — Python 3. 13. 5 documentation The module provides the following classes: class http client HTTPConnection (host, port=None, [timeout, ] source_address=None, blocksize=8192) ¶ An HTTPConnection instance represents one transaction with an HTTP server It should be instantiated by passing it a host and optional port number If no port number is passed, the port is extracted from the host string if it has the form host:port