|
- 3. 12. 3 Documentation
We would like to show you a description here but the site won’t allow us
- 程序框架 — Python 3. 13. 5 文档
本章描述的完整模块列表如下: turtle--- 海龟绘图- 概述, 入门, 教程- 启动海龟环境, 基本绘图- 画笔控制, 海龟的位置 , 使用算法绘制图案 , 如何 - 尽快地开始, 使用 turtle 模块命名空间, 在脚本中使用海龟绘图, 使用面向对象的海龟绘图 , 海龟绘图参考- Tu
- Installing Python Modules — Python 3. 13. 5 documentation
Installing Python Modules ¶ Email: distutils-sig @ python org As a popular open source development project, Python has an active supporting community of contributors and users that also make their software available for other Python developers to use under open source license terms This allows Python users to share and collaborate effectively, benefiting from the solutions others have
- The Python Standard Library — Python 3. 13. 5 documentation
The Python Standard Library ¶ While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python It also describes some of the optional components that are commonly included in Python distributions Python’s standard library is very extensive, offering a wide range
- Python Documentation contents — 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 reference Turtle
- What’s New In Python 3. 11 — Python 3. 13. 5 documentation
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)
- venv — Creation of virtual environments — Python 3. 13. 5 documentation
Source code: Lib venv The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories A virtual en
- pickle — Python object serialization — Python 3. 13. 5 documentation
Source code: Lib pickle py The pickle module implements binary protocols for serializing and de-serializing a Python object structure “Pickling” is the process whereby a Python object hierarchy is
|
|
|