An interpreted, interactive, object-oriented programming language https://www.python.org
Go to file
2024-01-05 16:58:32 +01:00
macros.python3 macros.pyver: make with_pyver default to 3 [release 3.11.5-4mamba;Sat Sep 30 2023] 2024-01-05 16:58:32 +01:00
python3.spec macros.pyver: make with_pyver default to 3 [release 3.11.5-4mamba;Sat Sep 30 2023] 2024-01-05 16:58:32 +01:00
python-rpm-macros.pyver macros.pyver: make with_pyver default to 3 [release 3.11.5-4mamba;Sat Sep 30 2023] 2024-01-05 16:58:32 +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...