An interpreted, interactive, object-oriented programming language https://www.python.org/
Go to file
2024-01-05 16:58:22 +01:00
python27-2.7.3-cgi.patch move pyconfig.h and %{__libdir}/python/config from libpython27 to python27 [release 2.7.3-9mamba;Sat Feb 15 2014] 2024-01-05 16:58:20 +01:00
python27-2.7.3-gcc-4.8.patch move pyconfig.h and %{__libdir}/python/config from libpython27 to python27 [release 2.7.3-9mamba;Sat Feb 15 2014] 2024-01-05 16:58:20 +01:00
python27-2.7.3-platform_add_openmamba_distro.patch move pyconfig.h and %{__libdir}/python/config from libpython27 to python27 [release 2.7.3-9mamba;Sat Feb 15 2014] 2024-01-05 16:58:20 +01:00
python27.spec remove macros for %__python and add pythondeps27.sh [release 2.7.18-3mamba;Tue Jan 25 2022] 2024-01-05 16:58:22 +01:00
python-2.6.7-pkgconfig.patch move pyconfig.h and %{__libdir}/python/config from libpython27 to python27 [release 2.7.3-9mamba;Sat Feb 15 2014] 2024-01-05 16:58:20 +01:00
python-2.7-macros.python updated rpm macros files [release 2.7.18-2mamba;Fri Jan 01 2021] 2024-01-05 16:58:20 +01:00
python-2.7.3-use_system_Sphinx.patch move pyconfig.h and %{__libdir}/python/config from libpython27 to python27 [release 2.7.3-9mamba;Sat Feb 15 2014] 2024-01-05 16:58:20 +01:00
python-2.7.15-lib64.patch update to 2.7.15 [release 2.7.15-1mamba;Thu Sep 06 2018] 2024-01-05 16:58:20 +01:00
Python-2.6.5-xcompile.patch move pyconfig.h and %{__libdir}/python/config from libpython27 to python27 [release 2.7.3-9mamba;Sat Feb 15 2014] 2024-01-05 16:58:20 +01:00
python-macros.python updated rpm macros files [release 2.7.18-2mamba;Fri Jan 01 2021] 2024-01-05 16:58:20 +01:00
pythondeps27.sh remove macros for %__python and add pythondeps27.sh [release 2.7.18-3mamba;Tue Jan 25 2022] 2024-01-05 16:58:22 +01:00
README.md move pyconfig.h and %{__libdir}/python/config from libpython27 to python27 [release 2.7.3-9mamba;Sat Feb 15 2014] 2024-01-05 16:58:20 +01:00

python27

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...