1. /
  2. channels
  3. /
  4. conda-forge
  5. /
  6. python
conda-forge
conda-forge
public
30.9k
A community led collection of recipes, build infrastructure and distributions for the conda package manager.
Package icon
python
v3.14.0
General purpose programming language

Install with Pixi

pixi add python

Install with conda

conda install -c https://prefix.dev/conda-forge python

Description

Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.

We provide some meta packages for convenience. To get a CPython flavour, use:

conda install cpython

To get the freethreading build (i.e. without the Global Interpreter Lock - GIL):

conda install python-freethreading

To get the default build (i.e. with the GIL):

conda install python-gil

To enable the use of the experimental JIT compiler in CPython:

conda install python-jit

or set the environment variable PYTHON_JIT=1. Note that the JIT support is available for x86_64 builds only.

Download counts

Loading chart data...

Version

3.14.0

License

Platforms

linux-64
linux-aarch64
linux-ppc64le
osx-64
osx-arm64
win-64

Last Published

8 days ago

Open Pull Requests

  •  
  •  
  •  
Package Variants
Version
Build
Created
Size
Architecture
Downloads
python-3.14.0-h759804c_101_cp314.conda
3.14.0
h759804c_101_cp314 (101)
8 days ago
13.76 MB
osx-64
N/A
python-3.14.0-h5989046_101_cp314.conda
3.14.0
h5989046_101_cp314 (101)
8 days ago
34.99 MB
linux-64
N/A
python-3.14.0-h8929636_101_cp314.conda
3.14.0
h8929636_101_cp314 (101)
8 days ago
12.9 MB
osx-arm64
N/A
python-3.14.0-h6fd79ff_101_cp314.conda
3.14.0
h6fd79ff_101_cp314 (101)
8 days ago
16.12 MB
win-64
N/A
python-3.14.0-hf6ab058_101_cp314.conda
3.14.0
hf6ab058_101_cp314 (101)
8 days ago
36.59 MB
linux-ppc64le
N/A
python-3.14.0-ha9132a3_101_cp314.conda
3.14.0
ha9132a3_101_cp314 (101)
8 days ago
35.57 MB
linux-aarch64
N/A
python-3.14.0-ha9132a3_100_cp314.conda
3.14.0
ha9132a3_100_cp314 (100)
13 days ago
35.44 MB
linux-aarch64
N/A
python-3.14.0-hf6ab058_100_cp314.conda
3.14.0
hf6ab058_100_cp314 (100)
13 days ago
36.45 MB
linux-ppc64le
N/A
python-3.14.0-h5989046_100_cp314.conda
3.14.0
h5989046_100_cp314 (100)
13 days ago
38.46 MB
linux-64
N/A
python-3.14.0-h759804c_100_cp314.conda
3.14.0
h759804c_100_cp314 (100)
13 days ago
17.02 MB
osx-64
N/A
python - conda-forge