|
- Program Frameworks — Python 3. 13. 5 documentation
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 reference Turtle methods Methods of
- cmd — Support for line-oriented command interpreters
This section presents a simple example of how to build a shell around a few of the commands in the turtle module Basic turtle commands such as forward() are added to a Cmd subclass with method named do_forward()
- Python Documentation contents — Python 3. 13. 5 documentation
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 reference Turtle methods Methods of
- The Python Standard Library — Python 3. 13. 5 documentation
Program Frameworks turtle — Turtle graphics cmd — Support for line-oriented command interpreters shlex — Simple lexical analysis Graphical User Interfaces with Tk tkinter — Python interface to Tcl Tk tkinter colorchooser — Color choosing dialog tkinter font — Tkinter font wrapper Tkinter Dialogs tkinter messagebox — Tkinter
- 3. 13. 5 Documentation - Python
The official Python documentation
- Whats New In Python 3. 11 — Python 3. 13. 5 ドキュメント
turtle settiltangle() has been deprecated since Python 3 1; it now emits a deprecation warning and will be removed in Python 3 13 Use turtle tiltangle() instead (it was earlier incorrectly marked as deprecated, and its docstring is now corrected)
|
|
|