6.51.2. Contents of Python 3
Short Descriptions
| is a Python program that reads Python 2.x source code and applies a series of fixes to transform it into valid Python 3.x code. | |
| is a wrapper script that opens a Python aware GUI editor. For this script to run, you must have installed Tk before Python so that the Tkinter Python module is built. | |
| The package installer for Python. You can use pip to install packages from Python Package Index and other indexes. | |
| is the Python documentation tool. | |
| is an interpreted, interactive, object-oriented programming language. | |
| creates virtual Python environments in one or more target directories. |