Translation(s): English - Français - Italiano- 한국어


Official Python logo

소개

Python은 고수준, 동적 개체 기반 프로그램이며, 네트워크 프로그램, 시스템 관리, 사운드와 그래팩을 위한 확장 클래스 라이브러리를 포함합니다. 데비안은 항상 적어도 두 버전 최근 파이썬 2, 그리고 최근 파이썬 3을 제공합니다. 추가 버전, 수많은 제3자 패키지도 제공할 수 있습니다. 파이썬은 데비안 생태계의 중요한 부분입니다.

파이썬은 배우기 쉽습니다. You can begin with the DebianWomen/PythonTutorial or the official online tutorial if you want to get started programming in Python. You might also be interested in the Python wiki, the Python FAQ, and the online documentation.

Software written in the Python programming language is executed by the Python interpreter. It is usually compiled into platform-independent bytecode files to increase performance. Python compiles and writes bytecode *.pyc files alongside the *.py sources. Extension modules can also be written in C, which are distributed as .so shared libraries.

Therefore, software written in pure Python can be distributed as source code or as compiled bytecode. The latter is similar to Java.

데비안의 파이썬

[ATTACH]

As such, with hundreds of Python modules and multiple versions of Python supported, Debian is the largest "integrated Python distribution". Users of other operating systems (e.g. Windows and OS X) can also benefit from this integrative effort by means of virtualization (e.g. see NeuroDebian VM page for easy way to start)

Please also refer to the packaging style guide and Python Packaging wiki pages.

As of 2015-10-09 we now maintain all of our packages in Git. Here is team policy for using git for team packages.

유지관리자

Within the Debian project, Python packages are maintained by individual developers and three main teams:

There are also :

지원되는 파이썬 버전

Those links list the distribution(s) that ship the given versions of python:

Debian Python Policy for Python developers

The Debian Python Policy describes conventions for packaging and distributing Python code in Debian.

Feel free to ask any questions on debian-python@lists.debian.org mailing list.

if you want to maintain a Python package, you have to know how the Debian Development works.

Deviations from upstream

Debian distributions modify upstream Python in a few ways that are important to understand. Of course, where at all possible, we try to minimize deviations from upstream, but here is an enumeration of the changes you might encounter on a Debian system (and derivatives, such as Ubuntu).

Encouraged practices

더 볼 것