An interpreted, interactive, object-oriented programming language https://www.python.org
Go to file
Silvan Calarco 406927dcf5 update to 3.7.16
obsolete python-typing-py3 [release 3.7.16-1mamba;Tue Apr 11 2023]
2024-01-05 16:58:30 +01:00
macros.python3 macros.python3: use sysconfig instead of distutils [release 3.7.12-2mamba;Wed Feb 02 2022] 2024-01-05 16:58:30 +01:00
python3-3.7.4-lib64.patch x86_64: fixed patch to support both lib64 and lib sitelib dir [release 3.7.4-5mamba;Wed Aug 28 2019] 2024-01-05 16:58:29 +01:00
python3.spec update to 3.7.16 2024-01-05 16:58:30 +01:00
python-2.4.2-cgi.patch automatic version update by autodist [release 3.3.5-1mamba;Wed Mar 12 2014] 2024-01-05 16:58:29 +01:00
python-2.4.2-tex3-fix.patch automatic version update by autodist [release 3.3.5-1mamba;Wed Mar 12 2014] 2024-01-05 16:58:29 +01:00
python-2.7.3-use_system_Sphinx.patch automatic version update by autodist [release 3.3.5-1mamba;Wed Mar 12 2014] 2024-01-05 16:58:29 +01:00
python-rpm-macros.pyver update to 3.7.9 2024-01-05 16:58:29 +01:00
pythondeps3.sh fix installation name of pythondeps3.sh [release 3.7.4-4mamba;Thu Aug 08 2019] 2024-01-05 16:58:29 +01:00
README.md automatic version update by autodist [release 3.3.5-1mamba;Wed Mar 12 2014] 2024-01-05 16:58:29 +01:00

python3

Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface. The Python implementation is portable: it runs on many brands of UNIX, on Windows, DOS, OS/2, Mac, Amiga...