pw-eyes pw-eyes
PrivateView

Novo! Zasebni pogled

Beta
Predogled spletnih strani neposredno iz naše strani z rezultati iskanja, hkrati pa ohranite popolno anonimnost.
Welcome to Python.org
jobs.python.org. Latest News. More. 2025-05-07 Python 3.14.0 beta 1 is here! 2025-05-06 Announcing Python Software Foundation Fellow Members for Q1 2025! ...
Welcome to Python.org

jobs.python.org. Latest News. More. 2025-05-07 Python 3.14.0 beta 1 is here! 2025-05-06 Announcing Python Software Foundation Fellow Members for Q1 2025! ...

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
Download Python | Python.org

Information on tools for unpacking archive files provided on python.org is available. Tip : even if you download a ready-made binary for your platform, it makes sense to also download the source . This lets you browse the standard library (the subdirectory Lib ) and the standard collections of tools ( Tools ) that come with it.

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
Python Releases for Windows | Python.org

Note that Python 3.11.10 cannot be used on Windows 7 or earlier. No files for this release. Python 3.10.15 - Sept. 7, 2024. Note that Python 3.10.15 cannot be used on Windows 7 or earlier. No files for this release. Python 3.12.6 - Sept. 6, 2024. Note that Python 3.12.6 cannot be used on Windows 7 or earlier. Download Windows installer (64-bit)

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
Our Documentation | Python.org

The official home of the Python Programming Language. Browse the docs online or download a copy of your own. Python's documentation, tutorials, and guides are constantly evolving.

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
The Python Tutorial — Python 3.13.3 documentation

The Python interpreter is easily extended with new functions and data types implemented in C or C++ (or other languages callable from C). Python is also suitable as an extension language for customizable applications. This tutorial introduces the reader informally to the basic concepts and features of the Python language and system.

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
Python Release Python 3.14.0b1 | Python.org

This is a beta preview of Python 3.14. Python 3.14 is still in development. This release, 3.14.0b1, is the first of four planned beta releases. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support the new feature release.

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
Python Release Python 3.12.8 | Python.org

Python 3.12.8. Release Date: Dec. 3, 2024. This is the eighth maintenance release of Python 3.12. Python 3.12.8 is the latest maintenance release of Python 3.12, containing more than 250 bug fixes, build improvements and documentation changes since 3.12.7. Security content in this release. gh-126623: Upgraded libexpat to 2.6.4 to fix CVE-2024 ...

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
Python 3.13.3 documentation

Start here: a tour of Python's syntax and features. Library reference Standard library and builtins. Language reference Syntax and language elements. Python setup and usage How to install, configure, and use Python. Python HOWTOs In-depth topic manuals. Installing Python modules Third-party modules and PyPI.org. Distributing Python modules

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
5. Data Structures — Python 3.13.3 documentation

You might have noticed that methods like insert, remove or sort that only modify the list have no return value printed – they return the default None. [1] This is a design principle for all mutable data structures in Python.Another thing you might notice is that not all data can be sorted or compared. For instance, [None, 'hello', 10] doesn’t sort because integers can’t be compared to ...

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina
Built-in Functions — Python 3.13.3 documentation

compile (source, filename, mode, flags = 0, dont_inherit = False, optimize =-1) ¶. Compile the source into a code or AST object. Code objects can be executed by exec() or eval(). source can either be a normal string, a byte string, or an AST object. Refer to the ast module documentation for information on how to work with AST objects.. The filename argument should give the file from which the ...

Obišči visit

Vaše iskanje in ta rezultat

  • Ta iskalni izraz se pojavi v rezultatu: python org
  • Spletna stran se ujema z enim ali več vašimi iskalnimi izrazi
  • Druge spletne strani, ki vključujejo vaše iskalne izraze, povezujejo na ta rezultat
  • Rezultat je v jeziku slovenščina