python3
python3 3.14.7
High-level dynamically-typed programming language
<rendered-html><p>Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types.</p> </rendered-html>
https://www.python.orgPython Software Foundation License version 2
main program: python3.14programs: -
Maintainers
Platforms (31)
microblaze-linuxaarch64-freebsdarmv6l-linuxaarch64-linuxi686-windowsarmv7a-linuxloongarch64-linuxi686-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ python3 ];
Ad-hoc shell
nix-shell -p python3
Flake (nix run)
nix run nixpkgs#python3