About 58,300 results
Open links in new tab
  1. 2. Using the Python Interpreter — Python 3.13.3 documentation

    1 day ago · The interpreter operates somewhat like the Unix shell: when called with standard input connected to a tty device, it reads and executes commands interactively; when called with a …

  2. The Python Tutorial — Python 3.11.12 documentation

    Mar 11, 2012 · 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 …

  3. 4. Using Python on Windows — Python 3.13.3 documentation

    1 day ago · The Cygwin installer offers to install the Python interpreter as well. See Python for Windows for detailed information about platforms with pre-compiled installers.

  4. 1. Embedding Python in Another Application — Python 3.13.3 …

    2 days ago · The Python API allows this by extending the embedded interpreter. That is, the embedded interpreter gets extended with routines provided by the application. While it sounds …

  5. Python/C API Reference Manual — Python 3.13.3 documentation

    1 day ago · This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to Extending and Embedding the …

  6. 1. Whetting Your Appetite — Python 3.13.3 documentation

    1 day ago · The interpreter can be used interactively, which makes it easy to experiment with features of the language, to write throw-away programs, or to test functions during bottom-up …

  7. Built-in Functions — Python 3.13.3 documentation

    1 day ago · The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.

  8. Custom Python Interpreters — Python 3.13.3 documentation

    1 day ago · Custom Python Interpreters¶ The modules described in this chapter allow writing interfaces similar to Python’s interactive interpreter. If you want a Python interpreter that …

  9. 14. Interactive Input Editing and History Substitution - Python

    1 day ago · Some versions of the Python interpreter support editing of the current input line and history substitution, similar to facilities found in the Korn shell and the GNU Bash shell. This is …

  10. 7. Using Python on iOS — Python 3.13.3 documentation

    1 day ago · As a result, the only way you can use Python on iOS is in embedded mode - that is, by writing a native iOS application, and embedding a Python interpreter using libPython, and …

Refresh