chunk_id
stringlengths
36
36
source
stringclasses
35 values
source_url
stringlengths
0
290
upstream_license
stringclasses
1 value
document_id
stringlengths
36
36
chunk_index
int64
0
324k
retrieved_at
stringclasses
2 values
chunker_version
stringclasses
4 values
content_hash
stringlengths
15
64
content
stringlengths
50
44.7k
namespace
stringclasses
9 values
source_name
stringclasses
35 values
raw_text
stringlengths
50
44.7k
cleaned_text
stringlengths
50
44.7k
tags
stringclasses
49 values
collection_name
stringclasses
11 values
7da1f212-4a34-407a-8ac3-aacd6b3f6f15
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,584
supabase-export-v2
435972f0557dfac5
:menuselection:`Tools --> Options --> Tabs`, and for file type "Default" set "Tab size" and "Indent size" to 4, and select the "Insert spaces" radio button. Python raises :exc:`IndentationError` or :exc:`TabError` if mixed tabs and spaces are causing problems in leading whitespace. You may also run the :mod:`tabnanny` ...
trusted_official_docs
CPython Docs
:menuselection:`Tools --> Options --> Tabs`, and for file type "Default" set "Tab size" and "Indent size" to 4, and select the "Insert spaces" radio button. Python raises :exc:`IndentationError` or :exc:`TabError` if mixed tabs and spaces are causing problems in leading whitespace. You may also run the :mod:`tabnanny` ...
:menuselection:`Tools --> Options --> Tabs`, and for file type "Default" set "Tab size" and "Indent size" to 4, and select the "Insert spaces" radio button. Python raises :exc:`IndentationError` or :exc:`TabError` if mixed tabs and spaces are causing problems in leading whitespace. You may also run the :mod:`tabnanny` ...
python, official-docs, cpython, P0
Local_Trusted_Corpus
91710eb6-6d98-4e98-a21a-111a07175c30
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,535
supabase-export-v2
ff30c86e53a5ede6
what else you have recently done with it. Once you have started such a window, you are well on the way to running Python programs. You need to realize that your Python scripts have to be processed by another program called the Python *interpreter*. The interpreter reads your script, compiles it into bytecodes, and then...
trusted_official_docs
CPython Docs
what else you have recently done with it. Once you have started such a window, you are well on the way to running Python programs. You need to realize that your Python scripts have to be processed by another program called the Python *interpreter*. The interpreter reads your script, compiles it into bytecodes, and then...
what else you have recently done with it. Once you have started such a window, you are well on the way to running Python programs. You need to realize that your Python scripts have to be processed by another program called the Python *interpreter*. The interpreter reads your script, compiles it into bytecodes, and then...
python, official-docs, cpython, P0
Local_Trusted_Corpus
96d648da-befb-4f5c-9d9a-85295ba6cd79
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,566
supabase-export-v2
47f5109468c9266b
.. XXX what about static linking? 2. If you use SWIG, it is easy to create a Python "extension module" that will make the app's data and methods available to Python. SWIG will handle just about all the grungy details for you. The result is C code that you link *into* your .exe file (!) You do **not** have to create ...
trusted_official_docs
CPython Docs
.. XXX what about static linking? 2. If you use SWIG, it is easy to create a Python "extension module" that will make the app's data and methods available to Python. SWIG will handle just about all the grungy details for you. The result is C code that you link *into* your .exe file (!) You do **not** have to create ...
.. XXX what about static linking? 2. If you use SWIG, it is easy to create a Python "extension module" that will make the app's data and methods available to Python. SWIG will handle just about all the grungy details for you. The result is C code that you link *into* your .exe file (!) You do **not** have to create ...
python, official-docs, cpython, P0
Local_Trusted_Corpus
97f02f15-dc29-4ca6-b7ce-7ae3272e90c2
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,554
supabase-export-v2
a2b96c33880bec88
time to start up. This is made even more puzzling because Python will work fine on other Windows systems which appear to be configured identically. The problem may be caused by a misconfiguration of virus checking software on the problem machine. Some virus scanners have been known to introduce startup overhead of two ...
trusted_official_docs
CPython Docs
time to start up. This is made even more puzzling because Python will work fine on other Windows systems which appear to be configured identically. The problem may be caused by a misconfiguration of virus checking software on the problem machine. Some virus scanners have been known to introduce startup overhead of two ...
time to start up. This is made even more puzzling because Python will work fine on other Windows systems which appear to be configured identically. The problem may be caused by a misconfiguration of virus checking software on the problem machine. Some virus scanners have been known to introduce startup overhead of two ...
python, official-docs, cpython, P0
Local_Trusted_Corpus
9a3e49be-801c-4dfc-9b40-a111af539f72
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,541
supabase-export-v2
bfd5f4eda91c0f96
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> You have started the interpreter in "interactive mode". That means you can enter Python statements or expressions interactively and have them executed or e...
trusted_official_docs
CPython Docs
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> You have started the interpreter in "interactive mode". That means you can enter Python statements or expressions interactively and have them executed or e...
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> You have started the interpreter in "interactive mode". That means you can enter Python statements or expressions interactively and have them executed or e...
python, official-docs, cpython, P0
Local_Trusted_Corpus
9bda3f6e-42c5-470f-b6c3-ebcea20c90d6
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,529
supabase-export-v2
2f3d16ebeb29edb4
you are already familiar with running programs from the Windows command line then everything will seem obvious; otherwise, you might need a little more guidance. Unless you use some sort of integrated development environment, you will end up *typing* Windows commands into what is referred to as a "Command prompt window...
trusted_official_docs
CPython Docs
you are already familiar with running programs from the Windows command line then everything will seem obvious; otherwise, you might need a little more guidance. Unless you use some sort of integrated development environment, you will end up *typing* Windows commands into what is referred to as a "Command prompt window...
you are already familiar with running programs from the Windows command line then everything will seem obvious; otherwise, you might need a little more guidance. Unless you use some sort of integrated development environment, you will end up *typing* Windows commands into what is referred to as a "Command prompt window...
python, official-docs, cpython, P0
Local_Trusted_Corpus
9c4b2a52-e580-4ca8-b34c-1a04e40d7da2
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,568
supabase-export-v2
040a837dd500cff9
SWIG shadow classes, as you should, the init function will be called initleoc(). This initializes a mostly hidden helper class used by the shadow class. The reason you can link the C code in step 2 into your .exe file is that calling the initialization function is equivalent to importing the module into Python! (This...
trusted_official_docs
CPython Docs
SWIG shadow classes, as you should, the init function will be called initleoc(). This initializes a mostly hidden helper class used by the shadow class. The reason you can link the C code in step 2 into your .exe file is that calling the initialization function is equivalent to importing the module into Python! (This...
SWIG shadow classes, as you should, the init function will be called initleoc(). This initializes a mostly hidden helper class used by the shadow class. The reason you can link the C code in step 2 into your .exe file is that calling the initialization function is equivalent to importing the module into Python! (This...
python, official-docs, cpython, P0
Local_Trusted_Corpus
a53dd6dc-e156-433a-a0d5-e6089559f0a0
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,574
supabase-export-v2
9963e993872fa669
in a multi-compiler environment because each compiler's notion of a ``struct FILE`` will be different. From an implementation standpoint these are very low level functions. Problem 2: SWIG generates the following code when generating wrappers to void functions:
trusted_official_docs
CPython Docs
in a multi-compiler environment because each compiler's notion of a ``struct FILE`` will be different. From an implementation standpoint these are very low level functions. Problem 2: SWIG generates the following code when generating wrappers to void functions:
in a multi-compiler environment because each compiler's notion of a ``struct FILE`` will be different. From an implementation standpoint these are very low level functions. Problem 2: SWIG generates the following code when generating wrappers to void functions:
python, official-docs, cpython, P0
Local_Trusted_Corpus
a6ca5162-98d2-45cd-bece-f4ffc3021bf0
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,551
supabase-export-v2
416d2206e1105e82
How do I make Python scripts executable? ---------------------------------------- On Windows, the standard Python installer already associates the .py extension with a file type (Python.File) and gives that file type an open command that runs the interpreter (``D:\Program Files\Python\python.exe "%1" %*``). This is eno...
trusted_official_docs
CPython Docs
How do I make Python scripts executable? ---------------------------------------- On Windows, the standard Python installer already associates the .py extension with a file type (Python.File) and gives that file type an open command that runs the interpreter (``D:\Program Files\Python\python.exe "%1" %*``). This is eno...
How do I make Python scripts executable? ---------------------------------------- On Windows, the standard Python installer already associates the .py extension with a file type (Python.File) and gives that file type an open command that runs the interpreter (``D:\Program Files\Python\python.exe "%1" %*``). This is eno...
python, official-docs, cpython, P0
Local_Trusted_Corpus
a9fe3a16-35cd-41d9-9a04-57ba14fb7b5d
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,583
supabase-export-v2
0c57092f5d0bb179
does not recommend using tabs, and the Python style guide, :pep:`8`, recommends 4 spaces for distributed Python code; this is also the Emacs python-mode default. Under any editor, mixing tabs and spaces is a bad idea. MSVC is no different in this respect, and is easily configured to use spaces: Take :menuselection:`Too...
trusted_official_docs
CPython Docs
does not recommend using tabs, and the Python style guide, :pep:`8`, recommends 4 spaces for distributed Python code; this is also the Emacs python-mode default. Under any editor, mixing tabs and spaces is a bad idea. MSVC is no different in this respect, and is easily configured to use spaces: Take :menuselection:`Too...
does not recommend using tabs, and the Python style guide, :pep:`8`, recommends 4 spaces for distributed Python code; this is also the Emacs python-mode default. Under any editor, mixing tabs and spaces is a bad idea. MSVC is no different in this respect, and is easily configured to use spaces: Take :menuselection:`Too...
python, official-docs, cpython, P0
Local_Trusted_Corpus
b13e02c3-fb51-40de-ae3b-00a41df2de80
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,588
supabase-export-v2
48e26456552d0bf7
How do I solve the missing api-ms-win-crt-runtime-l1-1-0.dll error? ------------------------------------------------------------------- This can occur on Python 3.5 and later when using Windows 8.1 or earlier without all updates having been installed. First ensure your operating system is supported and is up to date, a...
trusted_official_docs
CPython Docs
How do I solve the missing api-ms-win-crt-runtime-l1-1-0.dll error? ------------------------------------------------------------------- This can occur on Python 3.5 and later when using Windows 8.1 or earlier without all updates having been installed. First ensure your operating system is supported and is up to date, a...
How do I solve the missing api-ms-win-crt-runtime-l1-1-0.dll error? ------------------------------------------------------------------- This can occur on Python 3.5 and later when using Windows 8.1 or earlier without all updates having been installed. First ensure your operating system is supported and is up to date, a...
python, official-docs, cpython, P0
Local_Trusted_Corpus
b270ab48-aa79-4933-b5fb-0251691c7d75
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,565
supabase-export-v2
405ac87152ca0bc1
pointers obtained by the Windows ``GetProcAddress()`` routine. Macros can make using these pointers transparent to any C code that calls routines in Python's C API. .. XXX what about static linking?
trusted_official_docs
CPython Docs
pointers obtained by the Windows ``GetProcAddress()`` routine. Macros can make using these pointers transparent to any C code that calls routines in Python's C API. .. XXX what about static linking?
pointers obtained by the Windows ``GetProcAddress()`` routine. Macros can make using these pointers transparent to any C code that calls routines in Python's C API. .. XXX what about static linking?
python, official-docs, cpython, P0
Local_Trusted_Corpus
b4e72faf-caa5-49a0-9d6d-612d66cb367e
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,579
supabase-export-v2
1fa1b3bd994e8eb5
return Py_BuildValue(""); It may be possible to use SWIG's ``%typemap`` command to make the change automatically, though I have not been able to get this to work (I'm a complete SWIG newbie).
trusted_official_docs
CPython Docs
return Py_BuildValue(""); It may be possible to use SWIG's ``%typemap`` command to make the change automatically, though I have not been able to get this to work (I'm a complete SWIG newbie).
return Py_BuildValue(""); It may be possible to use SWIG's ``%typemap`` command to make the change automatically, though I have not been able to get this to work (I'm a complete SWIG newbie).
python, official-docs, cpython, P0
Local_Trusted_Corpus
b680c945-b498-4d0d-b17e-b12a02850f6c
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,552
supabase-export-v2
a1936b90201916ec
you'd rather be able to execute the script by simple typing 'foo' with no extension you need to add .py to the PATHEXT environment variable. Why does Python sometimes take so long to start? ------------------------------------------------
trusted_official_docs
CPython Docs
you'd rather be able to execute the script by simple typing 'foo' with no extension you need to add .py to the PATHEXT environment variable. Why does Python sometimes take so long to start? ------------------------------------------------
you'd rather be able to execute the script by simple typing 'foo' with no extension you need to add .py to the PATHEXT environment variable. Why does Python sometimes take so long to start? ------------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
b8aa86ce-a4ca-4a91-baa9-7b546b4aa9ab
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,567
supabase-export-v2
ae4cdc30a1006ec3
is C code that you link *into* your .exe file (!) You do **not** have to create a DLL file, and this also simplifies linking. 3. SWIG will create an init function (a C function) whose name depends on the name of the extension module. For example, if the name of the module is leo, the init function will be called init...
trusted_official_docs
CPython Docs
is C code that you link *into* your .exe file (!) You do **not** have to create a DLL file, and this also simplifies linking. 3. SWIG will create an init function (a C function) whose name depends on the name of the extension module. For example, if the name of the module is leo, the init function will be called init...
is C code that you link *into* your .exe file (!) You do **not** have to create a DLL file, and this also simplifies linking. 3. SWIG will create an init function (a C function) whose name depends on the name of the extension module. For example, if the name of the module is leo, the init function will be called init...
python, official-docs, cpython, P0
Local_Trusted_Corpus
bab6083e-a395-46ff-8ffb-3f35c36444e3
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,562
supabase-export-v2
14541185715c30ce
Embedding the Python interpreter in a Windows app can be summarized as follows: 1. Do **not** build Python into your .exe file directly. On Windows, Python must be a DLL to handle importing modules that are themselves DLL's. (This is the first key undocumented fact.) Instead, link to :file:`python{NN}.dll`; it is ty...
trusted_official_docs
CPython Docs
Embedding the Python interpreter in a Windows app can be summarized as follows: 1. Do **not** build Python into your .exe file directly. On Windows, Python must be a DLL to handle importing modules that are themselves DLL's. (This is the first key undocumented fact.) Instead, link to :file:`python{NN}.dll`; it is ty...
Embedding the Python interpreter in a Windows app can be summarized as follows: 1. Do **not** build Python into your .exe file directly. On Windows, Python must be a DLL to handle importing modules that are themselves DLL's. (This is the first key undocumented fact.) Instead, link to :file:`python{NN}.dll`; it is ty...
python, official-docs, cpython, P0
Local_Trusted_Corpus
d6c54200-0079-4f5e-9e72-41d9856f2be7
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,582
supabase-export-v2
52c358eff2b63be3
How do I keep editors from inserting tabs into my Python source? ---------------------------------------------------------------- The FAQ does not recommend using tabs, and the Python style guide, :pep:`8`, recommends 4 spaces for distributed Python code; this is also the Emacs python-mode default.
trusted_official_docs
CPython Docs
How do I keep editors from inserting tabs into my Python source? ---------------------------------------------------------------- The FAQ does not recommend using tabs, and the Python style guide, :pep:`8`, recommends 4 spaces for distributed Python code; this is also the Emacs python-mode default.
How do I keep editors from inserting tabs into my Python source? ---------------------------------------------------------------- The FAQ does not recommend using tabs, and the Python style guide, :pep:`8`, recommends 4 spaces for distributed Python code; this is also the Emacs python-mode default.
python, official-docs, cpython, P0
Local_Trusted_Corpus
d80b7351-0bbc-437c-99de-9c9e9dfdc132
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,559
supabase-export-v2
824b9c36c2e00e07
call ``PyInit_foo()`` to initialize it. You do not link your .exe with foo.lib, as that would cause Windows to require the DLL to be present. Note that the search path for foo.pyd is PYTHONPATH, not the same as the path that Windows uses to search for foo.dll. Also, foo.pyd need not be present to run your program, wher...
trusted_official_docs
CPython Docs
call ``PyInit_foo()`` to initialize it. You do not link your .exe with foo.lib, as that would cause Windows to require the DLL to be present. Note that the search path for foo.pyd is PYTHONPATH, not the same as the path that Windows uses to search for foo.dll. Also, foo.pyd need not be present to run your program, wher...
call ``PyInit_foo()`` to initialize it. You do not link your .exe with foo.lib, as that would cause Windows to require the DLL to be present. Note that the search path for foo.pyd is PYTHONPATH, not the same as the path that Windows uses to search for foo.dll. Also, foo.pyd need not be present to run your program, wher...
python, official-docs, cpython, P0
Local_Trusted_Corpus
db0f0ee2-2fee-4bf8-8d72-6c81c232faa1
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,534
supabase-export-v2
6722f2d02e7d3202
D:\YourName\Projects\Python> depending on how your computer has been set up and what else you have recently done with it. Once you have started such a window, you are well on the way to running Python programs.
trusted_official_docs
CPython Docs
D:\YourName\Projects\Python> depending on how your computer has been set up and what else you have recently done with it. Once you have started such a window, you are well on the way to running Python programs.
D:\YourName\Projects\Python> depending on how your computer has been set up and what else you have recently done with it. Once you have started such a window, you are well on the way to running Python programs.
python, official-docs, cpython, P0
Local_Trusted_Corpus
e01150b5-0a09-4c4d-a3af-73f5a84122c4
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,544
supabase-export-v2
d95b5930315fe769
>>> print("Hello") Hello >>> "Hello" * 3 'HelloHelloHello' Many people use the interactive mode as a convenient yet highly programmable calculator. When you want to end your interactive Python session, call the :func:`exit` function or hold the :kbd:`Ctrl` key down while you enter a :kbd:`Z`, then hit the ":kbd:`Enter`...
trusted_official_docs
CPython Docs
>>> print("Hello") Hello >>> "Hello" * 3 'HelloHelloHello' Many people use the interactive mode as a convenient yet highly programmable calculator. When you want to end your interactive Python session, call the :func:`exit` function or hold the :kbd:`Ctrl` key down while you enter a :kbd:`Z`, then hit the ":kbd:`Enter`...
>>> print("Hello") Hello >>> "Hello" * 3 'HelloHelloHello' Many people use the interactive mode as a convenient yet highly programmable calculator. When you want to end your interactive Python session, call the :func:`exit` function or hold the :kbd:`Ctrl` key down while you enter a :kbd:`Z`, then hit the ":kbd:`Enter`...
python, official-docs, cpython, P0
Local_Trusted_Corpus
ebf2c13e-bed6-4a36-847b-c4ca09213559
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,577
supabase-export-v2
c26a443f890beeec
Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; Alas, Py_None is a macro that expands to a reference to a complex data structure called _Py_NoneStruct inside pythonNN.dll. Again, this code will fail in a mult-compiler environment. Replace such code by:
trusted_official_docs
CPython Docs
Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; Alas, Py_None is a macro that expands to a reference to a complex data structure called _Py_NoneStruct inside pythonNN.dll. Again, this code will fail in a mult-compiler environment. Replace such code by:
Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; Alas, Py_None is a macro that expands to a reference to a complex data structure called _Py_NoneStruct inside pythonNN.dll. Again, this code will fail in a mult-compiler environment. Replace such code by:
python, official-docs, cpython, P0
Local_Trusted_Corpus
eddd059b-7245-4582-b689-dfdac3bf5243
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,553
supabase-export-v2
59d2088bc24fbadf
Why does Python sometimes take so long to start? ------------------------------------------------ Usually Python starts very quickly on Windows, but occasionally there are bug reports that Python suddenly begins to take a long time to start up. This is made even more puzzling because Python will work fine on other Wind...
trusted_official_docs
CPython Docs
Why does Python sometimes take so long to start? ------------------------------------------------ Usually Python starts very quickly on Windows, but occasionally there are bug reports that Python suddenly begins to take a long time to start up. This is made even more puzzling because Python will work fine on other Wind...
Why does Python sometimes take so long to start? ------------------------------------------------ Usually Python starts very quickly on Windows, but occasionally there are bug reports that Python suddenly begins to take a long time to start up. This is made even more puzzling because Python will work fine on other Wind...
python, official-docs, cpython, P0
Local_Trusted_Corpus
f2e2f3b6-f97d-4f43-8179-91f7ad10e99e
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,585
supabase-export-v2
a755660e107744b6
mixed tabs and spaces are causing problems in leading whitespace. You may also run the :mod:`tabnanny` module to check a directory tree in batch mode. How do I check for a keypress without blocking? -----------------------------------------------
trusted_official_docs
CPython Docs
mixed tabs and spaces are causing problems in leading whitespace. You may also run the :mod:`tabnanny` module to check a directory tree in batch mode. How do I check for a keypress without blocking? -----------------------------------------------
mixed tabs and spaces are causing problems in leading whitespace. You may also run the :mod:`tabnanny` module to check a directory tree in batch mode. How do I check for a keypress without blocking? -----------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
f942f581-a7f0-4d5f-aec1-6d560f82424c
CPython Docs
file://datasets/cpython/Doc/faq/windows.rst
unknown
ec50aa45-717e-41da-86af-fed276d7422d
2,558
supabase-export-v2
4a744ce075be1f45
Is a ``*.pyd`` file the same as a DLL? -------------------------------------- Yes, .pyd files are dll's, but there are a few differences. If you have a DLL named ``foo.pyd``, then it must have a function ``PyInit_foo()``. You can then write Python "import foo", and Python will search for foo.pyd (as well as foo.py, foo...
trusted_official_docs
CPython Docs
Is a ``*.pyd`` file the same as a DLL? -------------------------------------- Yes, .pyd files are dll's, but there are a few differences. If you have a DLL named ``foo.pyd``, then it must have a function ``PyInit_foo()``. You can then write Python "import foo", and Python will search for foo.pyd (as well as foo.py, foo...
Is a ``*.pyd`` file the same as a DLL? -------------------------------------- Yes, .pyd files are dll's, but there are a few differences. If you have a DLL named ``foo.pyd``, then it must have a function ``PyInit_foo()``. You can then write Python "import foo", and Python will search for foo.pyd (as well as foo.py, foo...
python, official-docs, cpython, P0
Local_Trusted_Corpus
0413dbf1-ad10-4a0e-965f-9940be751e21
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,609
supabase-export-v2
1df5f2e307501dbf
in my own time, Python was used in the Amoeba project with increasing success, and the feedback from colleagues made me add many early improvements. In February 1991, after just over a year of development, I decided to post to USENET. The rest is in the ``Misc/HISTORY`` file.
trusted_official_docs
CPython Docs
in my own time, Python was used in the Amoeba project with increasing success, and the feedback from colleagues made me add many early improvements. In February 1991, after just over a year of development, I decided to post to USENET. The rest is in the ``Misc/HISTORY`` file.
in my own time, Python was used in the Amoeba project with increasing success, and the feedback from colleagues made me add many early improvements. In February 1991, after just over a year of development, I decided to post to USENET. The rest is in the ``Misc/HISTORY`` file.
python, official-docs, cpython, P0
Local_Trusted_Corpus
0778f0e9-bdaf-4bfe-b9ff-be986a0aaf0a
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,597
supabase-export-v2
37d8f513cfce24ec
to advance open source technology related to the Python programming language and to publicize the use of Python. The PSF's home page is at https://www.python.org/psf/. Donations to the PSF are tax-exempt in the US. If you use Python and find it helpful, please contribute via `the PSF donation page <https://www.python.o...
trusted_official_docs
CPython Docs
to advance open source technology related to the Python programming language and to publicize the use of Python. The PSF's home page is at https://www.python.org/psf/. Donations to the PSF are tax-exempt in the US. If you use Python and find it helpful, please contribute via `the PSF donation page <https://www.python.o...
to advance open source technology related to the Python programming language and to publicize the use of Python. The PSF's home page is at https://www.python.org/psf/. Donations to the PSF are tax-exempt in the US. If you use Python and find it helpful, please contribute via `the PSF donation page <https://www.python.o...
python, official-docs, cpython, P0
Local_Trusted_Corpus
0e00b4d0-0dd9-4c8e-8c70-162d9925d54d
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,594
supabase-export-v2
cf129b8caaa6345f
language for applications that need a programmable interface. Finally, Python is portable: it runs on many Unix variants including Linux and macOS, and on Windows. To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other introduct...
trusted_official_docs
CPython Docs
language for applications that need a programmable interface. Finally, Python is portable: it runs on many Unix variants including Linux and macOS, and on Windows. To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other introduct...
language for applications that need a programmable interface. Finally, Python is portable: it runs on many Unix variants including Linux and macOS, and on Windows. To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other introduct...
python, official-docs, cpython, P0
Local_Trusted_Corpus
11d2fbfd-c659-4a38-ae57-52fc08f48efd
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,672
supabase-export-v2
e63da96f77aa8db3
Is it reasonable to propose incompatible changes to Python? ----------------------------------------------------------- In general, no. There are already millions of lines of Python code around the world, so any change in the language that invalidates more than a very small fraction of existing programs has to be frown...
trusted_official_docs
CPython Docs
Is it reasonable to propose incompatible changes to Python? ----------------------------------------------------------- In general, no. There are already millions of lines of Python code around the world, so any change in the language that invalidates more than a very small fraction of existing programs has to be frown...
Is it reasonable to propose incompatible changes to Python? ----------------------------------------------------------- In general, no. There are already millions of lines of Python code around the world, so any change in the language that invalidates more than a very small fraction of existing programs has to be frown...
python, official-docs, cpython, P0
Local_Trusted_Corpus
13ca0255-afca-4c80-bd20-705d6a019eba
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,680
supabase-export-v2
efc94427846965ee
running while they enter their program's source in another window. If they can't remember the methods for a list, they can do something like this:: >>> L = [] >>> dir(L) # doctest: +NORMALIZE_WHITESPACE ['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__...
trusted_official_docs
CPython Docs
running while they enter their program's source in another window. If they can't remember the methods for a list, they can do something like this:: >>> L = [] >>> dir(L) # doctest: +NORMALIZE_WHITESPACE ['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__...
running while they enter their program's source in another window. If they can't remember the methods for a list, they can do something like this:: >>> L = [] >>> dir(L) # doctest: +NORMALIZE_WHITESPACE ['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__...
python, official-docs, cpython, P0
Local_Trusted_Corpus
17242e5d-88db-4b19-8b80-23e6ab3e0d51
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,681
supabase-export-v2
729904fbb429dd98
'remove', 'reverse', 'sort'] >>> [d for d in dir(L) if '__' not in d] ['append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] >>> help(L.append) Help on built-in function append: <BLANKLINE> append(...) L.append(object) -> None -- append object to end <BLANKLINE> >>> ...
trusted_official_docs
CPython Docs
'remove', 'reverse', 'sort'] >>> [d for d in dir(L) if '__' not in d] ['append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] >>> help(L.append) Help on built-in function append: <BLANKLINE> append(...) L.append(object) -> None -- append object to end <BLANKLINE> >>> ...
'remove', 'reverse', 'sort'] >>> [d for d in dir(L) if '__' not in d] ['append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] >>> help(L.append) Help on built-in function append: <BLANKLINE> append(...) L.append(object) -> None -- append object to end <BLANKLINE> >>> ...
python, official-docs, cpython, P0
Local_Trusted_Corpus
18d2c0c2-cbaf-4a46-8634-0159a2d85bb0
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,630
supabase-export-v2
7e4e0c6cf6b13697
is written in reStructuredText and processed by `the Sphinx documentation tool <https://www.sphinx-doc.org/>`__. The reStructuredText source for the documentation is part of the Python source distribution. I've never programmed before. Is there a Python tutorial? --------------------------------------------------------...
trusted_official_docs
CPython Docs
is written in reStructuredText and processed by `the Sphinx documentation tool <https://www.sphinx-doc.org/>`__. The reStructuredText source for the documentation is part of the Python source distribution. I've never programmed before. Is there a Python tutorial? --------------------------------------------------------...
is written in reStructuredText and processed by `the Sphinx documentation tool <https://www.sphinx-doc.org/>`__. The reStructuredText source for the documentation is part of the Python source distribution. I've never programmed before. Is there a Python tutorial? --------------------------------------------------------...
python, official-docs, cpython, P0
Local_Trusted_Corpus
1cbffeec-9986-479a-85cd-4d237a75c40c
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,620
supabase-export-v2
a9e434afa5311097
a beta version is "bN" for some small number *N*. * The suffix for a release candidate version is "rcN" for some small number *N*. In other words, all versions labeled *2.0aN* precede the versions labeled *2.0bN*, which precede versions labeled *2.0rcN*, and *those* precede 2.0.
trusted_official_docs
CPython Docs
a beta version is "bN" for some small number *N*. * The suffix for a release candidate version is "rcN" for some small number *N*. In other words, all versions labeled *2.0aN* precede the versions labeled *2.0bN*, which precede versions labeled *2.0rcN*, and *those* precede 2.0.
a beta version is "bN" for some small number *N*. * The suffix for a release candidate version is "rcN" for some small number *N*. In other words, all versions labeled *2.0aN* precede the versions labeled *2.0bN*, which precede versions labeled *2.0rcN*, and *those* precede 2.0.
python, official-docs, cpython, P0
Local_Trusted_Corpus
22d2c018-ad07-4d9f-bd3d-cc9afee3686d
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,650
supabase-export-v2
558794ae250ac2c5
You can also search online bookstores for "Python" and filter out the Monty Python references; or perhaps search for "Python" and "language". Where in the world is www.python.org located? ---------------------------------------------
trusted_official_docs
CPython Docs
You can also search online bookstores for "Python" and filter out the Monty Python references; or perhaps search for "Python" and "language". Where in the world is www.python.org located? ---------------------------------------------
You can also search online bookstores for "Python" and filter out the Monty Python references; or perhaps search for "Python" and "language". Where in the world is www.python.org located? ---------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
35203f50-913e-484e-ba70-cba4aa118b98
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,638
supabase-export-v2
f7ca69d4c25ad563
How do I get a beta test version of Python? ------------------------------------------- Alpha and beta releases are available from https://www.python.org/downloads/. All releases are announced on the comp.lang.python and comp.lang.python.announce newsgroups and on the Python home page at https://www.python.org/; an RSS...
trusted_official_docs
CPython Docs
How do I get a beta test version of Python? ------------------------------------------- Alpha and beta releases are available from https://www.python.org/downloads/. All releases are announced on the comp.lang.python and comp.lang.python.announce newsgroups and on the Python home page at https://www.python.org/; an RSS...
How do I get a beta test version of Python? ------------------------------------------- Alpha and beta releases are available from https://www.python.org/downloads/. All releases are announced on the comp.lang.python and comp.lang.python.announce newsgroups and on the Python home page at https://www.python.org/; an RSS...
python, official-docs, cpython, P0
Local_Trusted_Corpus
35ee25d7-ddfb-4d5a-acd4-3ae9fdd463a9
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,654
supabase-export-v2
5083e321badb6d63
from the 1970s. Van Rossum thought he needed a name that was short, unique, and slightly mysterious, so he decided to call the language Python. Do I have to like "Monty Python's Flying Circus"? -------------------------------------------------
trusted_official_docs
CPython Docs
from the 1970s. Van Rossum thought he needed a name that was short, unique, and slightly mysterious, so he decided to call the language Python. Do I have to like "Monty Python's Flying Circus"? -------------------------------------------------
from the 1970s. Van Rossum thought he needed a name that was short, unique, and slightly mysterious, so he decided to call the language Python. Do I have to like "Monty Python's Flying Circus"? -------------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
360d2b6c-482f-412f-b61b-886993742f38
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,628
supabase-export-v2
fb9e068797a4149b
How do I get documentation on Python? ------------------------------------- The standard documentation for the current stable version of Python is available at https://docs.python.org/3/. EPUB, plain text, and downloadable HTML versions are also available at https://docs.python.org/3/download.html.
trusted_official_docs
CPython Docs
How do I get documentation on Python? ------------------------------------- The standard documentation for the current stable version of Python is available at https://docs.python.org/3/. EPUB, plain text, and downloadable HTML versions are also available at https://docs.python.org/3/download.html.
How do I get documentation on Python? ------------------------------------- The standard documentation for the current stable version of Python is available at https://docs.python.org/3/. EPUB, plain text, and downloadable HTML versions are also available at https://docs.python.org/3/download.html.
python, official-docs, cpython, P0
Local_Trusted_Corpus
3663c664-e1a8-4577-9615-03b7c09ffae6
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,619
supabase-export-v2
d03ccf8371f6038c
Alpha, beta and release candidate versions have an additional suffix: * The suffix for an alpha version is "aN" for some small number *N*. * The suffix for a beta version is "bN" for some small number *N*. * The suffix for a release candidate version is "rcN" for some small number *N*.
trusted_official_docs
CPython Docs
Alpha, beta and release candidate versions have an additional suffix: * The suffix for an alpha version is "aN" for some small number *N*. * The suffix for a beta version is "bN" for some small number *N*. * The suffix for a release candidate version is "rcN" for some small number *N*.
Alpha, beta and release candidate versions have an additional suffix: * The suffix for an alpha version is "aN" for some small number *N*. * The suffix for a beta version is "bN" for some small number *N*. * The suffix for a release candidate version is "rcN" for some small number *N*.
python, official-docs, cpython, P0
Local_Trusted_Corpus
3b2b4e2a-9d2c-4c17-9eb3-e808506421f6
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,677
supabase-export-v2
d12af32e32997725
can be quickly introduced to basic concepts such as loops and procedures. They can probably even work with user-defined objects in their very first course. For a student who has never programmed before, using a statically typed language seems unnatural. It presents additional complexity that the student must master and...
trusted_official_docs
CPython Docs
can be quickly introduced to basic concepts such as loops and procedures. They can probably even work with user-defined objects in their very first course. For a student who has never programmed before, using a statically typed language seems unnatural. It presents additional complexity that the student must master and...
can be quickly introduced to basic concepts such as loops and procedures. They can probably even work with user-defined objects in their very first course. For a student who has never programmed before, using a statically typed language seems unnatural. It presents additional complexity that the student must master and...
python, official-docs, cpython, P0
Local_Trusted_Corpus
3b7b207f-c832-4dca-9b19-7d0a58c7f73a
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,629
supabase-export-v2
92df6d220027b158
standard documentation for the current stable version of Python is available at https://docs.python.org/3/. EPUB, plain text, and downloadable HTML versions are also available at https://docs.python.org/3/download.html. The documentation is written in reStructuredText and processed by `the Sphinx documentation tool <ht...
trusted_official_docs
CPython Docs
standard documentation for the current stable version of Python is available at https://docs.python.org/3/. EPUB, plain text, and downloadable HTML versions are also available at https://docs.python.org/3/download.html. The documentation is written in reStructuredText and processed by `the Sphinx documentation tool <ht...
standard documentation for the current stable version of Python is available at https://docs.python.org/3/. EPUB, plain text, and downloadable HTML versions are also available at https://docs.python.org/3/download.html. The documentation is written in reStructuredText and processed by `the Sphinx documentation tool <ht...
python, official-docs, cpython, P0
Local_Trusted_Corpus
3bbb9332-0e4e-4ccc-9731-e834945aa301
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,604
supabase-export-v2
b61cd08bbaa28022
Here's a *very* brief summary of what started it all, written by Guido van Rossum: I had extensive experience with implementing an interpreted language in the ABC group at CWI, and from working with this group I had learned a lot about language design. This is the origin of many Python features, including the use of...
trusted_official_docs
CPython Docs
Here's a *very* brief summary of what started it all, written by Guido van Rossum: I had extensive experience with implementing an interpreted language in the ABC group at CWI, and from working with this group I had learned a lot about language design. This is the origin of many Python features, including the use of...
Here's a *very* brief summary of what started it all, written by Guido van Rossum: I had extensive experience with implementing an interpreted language in the ABC group at CWI, and from working with this group I had learned a lot about language design. This is the origin of many Python features, including the use of...
python, official-docs, cpython, P0
Local_Trusted_Corpus
42639c01-4476-49f6-88e7-5877c132f6f2
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,664
supabase-export-v2
73c5b47e0526c482
no sales figures, and it's available from many different sites and packaged with many Linux distributions, so download statistics don't tell the whole story either. The comp.lang.python newsgroup is very active, but not all Python users post to the group or even read it.
trusted_official_docs
CPython Docs
no sales figures, and it's available from many different sites and packaged with many Linux distributions, so download statistics don't tell the whole story either. The comp.lang.python newsgroup is very active, but not all Python users post to the group or even read it.
no sales figures, and it's available from many different sites and packaged with many Linux distributions, so download statistics don't tell the whole story either. The comp.lang.python newsgroup is very active, but not all Python users post to the group or even read it.
python, official-docs, cpython, P0
Local_Trusted_Corpus
44a7040c-0bbf-493e-8159-564f91f9435c
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,653
supabase-export-v2
692c2a1749967cea
Why is it called Python? ------------------------ When he began implementing Python, Guido van Rossum was also reading the published scripts from `"Monty Python's Flying Circus" <https://en.wikipedia.org/wiki/Monty_Python>`__, a BBC comedy series from the 1970s. Van Rossum thought he needed a name that was short, uniqu...
trusted_official_docs
CPython Docs
Why is it called Python? ------------------------ When he began implementing Python, Guido van Rossum was also reading the published scripts from `"Monty Python's Flying Circus" <https://en.wikipedia.org/wiki/Monty_Python>`__, a BBC comedy series from the 1970s. Van Rossum thought he needed a name that was short, uniqu...
Why is it called Python? ------------------------ When he began implementing Python, Guido van Rossum was also reading the published scripts from `"Monty Python's Flying Circus" <https://en.wikipedia.org/wiki/Monty_Python>`__, a BBC comedy series from the 1970s. Van Rossum thought he needed a name that was short, uniqu...
python, official-docs, cpython, P0
Local_Trusted_Corpus
4b0eb7a9-2a71-4360-8e15-efa446245bab
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,682
supabase-export-v2
a818681a97286750
>>> help(L.append) Help on built-in function append: <BLANKLINE> append(...) L.append(object) -> None -- append object to end <BLANKLINE> >>> L.append(1) >>> L [1] With the interpreter, documentation is never far from the student as they are programming.
trusted_official_docs
CPython Docs
>>> help(L.append) Help on built-in function append: <BLANKLINE> append(...) L.append(object) -> None -- append object to end <BLANKLINE> >>> L.append(1) >>> L [1] With the interpreter, documentation is never far from the student as they are programming.
>>> help(L.append) Help on built-in function append: <BLANKLINE> append(...) L.append(object) -> None -- append object to end <BLANKLINE> >>> L.append(1) >>> L [1] With the interpreter, documentation is never far from the student as they are programming.
python, official-docs, cpython, P0
Local_Trusted_Corpus
4e71f3d5-ab65-4685-a3e9-8ec666f89035
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,639
supabase-export-v2
db1eac6875e4a7bb
All releases are announced on the comp.lang.python and comp.lang.python.announce newsgroups and on the Python home page at https://www.python.org/; an RSS feed of news is available. You can also access the development version of Python through Git. See `The Python Developer's Guide <https://devguide.python.org/>`_ for ...
trusted_official_docs
CPython Docs
All releases are announced on the comp.lang.python and comp.lang.python.announce newsgroups and on the Python home page at https://www.python.org/; an RSS feed of news is available. You can also access the development version of Python through Git. See `The Python Developer's Guide <https://devguide.python.org/>`_ for ...
All releases are announced on the comp.lang.python and comp.lang.python.announce newsgroups and on the Python home page at https://www.python.org/; an RSS feed of news is available. You can also access the development version of Python through Git. See `The Python Developer's Guide <https://devguide.python.org/>`_ for ...
python, official-docs, cpython, P0
Local_Trusted_Corpus
537f3215-805f-4f2e-b8b9-908120a929b3
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,640
supabase-export-v2
f02183df1893aedc
You can also access the development version of Python through Git. See `The Python Developer's Guide <https://devguide.python.org/>`_ for details. How do I submit bug reports and patches for Python? ---------------------------------------------------
trusted_official_docs
CPython Docs
You can also access the development version of Python through Git. See `The Python Developer's Guide <https://devguide.python.org/>`_ for details. How do I submit bug reports and patches for Python? ---------------------------------------------------
You can also access the development version of Python through Git. See `The Python Developer's Guide <https://devguide.python.org/>`_ for details. How do I submit bug reports and patches for Python? ---------------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
5c2da7e1-9353-421c-a0a9-868960223ddb
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,595
supabase-export-v2
863fc97a96a9ce47
To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other introductory tutorials and resources for learning Python. What is the Python Software Foundation? ---------------------------------------
trusted_official_docs
CPython Docs
To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other introductory tutorials and resources for learning Python. What is the Python Software Foundation? ---------------------------------------
To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other introductory tutorials and resources for learning Python. What is the Python Software Foundation? ---------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
600e84a3-5548-4bc7-a287-fba65d226afb
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,669
supabase-export-v2
bd50a03a431c89c0
What new developments are expected for Python in the future? ------------------------------------------------------------ See https://peps.python.org/ for the Python Enhancement Proposals (PEPs). PEPs are design documents describing a suggested new feature for Python, providing a concise technical specification and a r...
trusted_official_docs
CPython Docs
What new developments are expected for Python in the future? ------------------------------------------------------------ See https://peps.python.org/ for the Python Enhancement Proposals (PEPs). PEPs are design documents describing a suggested new feature for Python, providing a concise technical specification and a r...
What new developments are expected for Python in the future? ------------------------------------------------------------ See https://peps.python.org/ for the Python Enhancement Proposals (PEPs). PEPs are design documents describing a suggested new feature for Python, providing a concise technical specification and a r...
python, official-docs, cpython, P0
Local_Trusted_Corpus
633bc398-a666-498f-9d62-c29a9376ef2a
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,659
supabase-export-v2
daaeb12823f27885
18 months since 1991, and this seems likely to continue. As of version 3.9, Python will have a new feature release every 12 months (:pep:`602`). The developers issue bugfix releases of older versions, so the stability of existing releases gradually improves. Bugfix releases, indicated by a third component of the versio...
trusted_official_docs
CPython Docs
18 months since 1991, and this seems likely to continue. As of version 3.9, Python will have a new feature release every 12 months (:pep:`602`). The developers issue bugfix releases of older versions, so the stability of existing releases gradually improves. Bugfix releases, indicated by a third component of the versio...
18 months since 1991, and this seems likely to continue. As of version 3.9, Python will have a new feature release every 12 months (:pep:`602`). The developers issue bugfix releases of older versions, so the stability of existing releases gradually improves. Bugfix releases, indicated by a third component of the versio...
python, official-docs, cpython, P0
Local_Trusted_Corpus
64f0118a-a8f1-45a9-a8ed-edd68a2d92a1
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,663
supabase-export-v2
d99754a9ed16bd64
There are probably millions of users, though it's difficult to obtain an exact count. Python is available for free download, so there are no sales figures, and it's available from many different sites and packaged with many Linux distributions, so download statistics don't tell the whole story either.
trusted_official_docs
CPython Docs
There are probably millions of users, though it's difficult to obtain an exact count. Python is available for free download, so there are no sales figures, and it's available from many different sites and packaged with many Linux distributions, so download statistics don't tell the whole story either.
There are probably millions of users, though it's difficult to obtain an exact count. Python is available for free download, so there are no sales figures, and it's available from many different sites and packaged with many Linux distributions, so download statistics don't tell the whole story either.
python, official-docs, cpython, P0
Local_Trusted_Corpus
672837b1-9027-4427-a649-66f3cf0dc2b9
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,608
supabase-export-v2
452cbf706e0210be
need. I realized that it would be foolish to write an Amoeba-specific language, so I decided that I needed a language that was generally extensible. During the 1989 Christmas holidays, I had a lot of time on my hand, so I decided to give it a try. During the next year, while still mostly working on it in my own time,...
trusted_official_docs
CPython Docs
need. I realized that it would be foolish to write an Amoeba-specific language, so I decided that I needed a language that was generally extensible. During the 1989 Christmas holidays, I had a lot of time on my hand, so I decided to give it a try. During the next year, while still mostly working on it in my own time,...
need. I realized that it would be foolish to write an Amoeba-specific language, so I decided that I needed a language that was generally extensible. During the 1989 Christmas holidays, I had a lot of time on my hand, so I decided to give it a try. During the next year, while still mostly working on it in my own time,...
python, official-docs, cpython, P0
Local_Trusted_Corpus
678927a9-75c1-43d6-9dca-759e792b4ccf
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,635
supabase-export-v2
6c7473e5489d16e7
to the mailing list. :newsgroup:`comp.lang.python` is high-traffic, receiving hundreds of postings every day, and Usenet readers are often more able to cope with this volume. Announcements of new software releases and events can be found in comp.lang.python.announce, a low-traffic moderated list that receives about fiv...
trusted_official_docs
CPython Docs
to the mailing list. :newsgroup:`comp.lang.python` is high-traffic, receiving hundreds of postings every day, and Usenet readers are often more able to cope with this volume. Announcements of new software releases and events can be found in comp.lang.python.announce, a low-traffic moderated list that receives about fiv...
to the mailing list. :newsgroup:`comp.lang.python` is high-traffic, receiving hundreds of postings every day, and Usenet readers are often more able to cope with this volume. Announcements of new software releases and events can be found in comp.lang.python.announce, a low-traffic moderated list that receives about fiv...
python, official-docs, cpython, P0
Local_Trusted_Corpus
682c9316-cc4c-48db-8bb9-06a5abfa0203
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,602
supabase-export-v2
5a74fb95de2f52a0
The Python logo is trademarked, and in certain cases permission is required to use it. Consult `the Trademark Usage Policy <https://www.python.org/psf/trademarks/>`__ for more information. Why was Python created in the first place? ------------------------------------------
trusted_official_docs
CPython Docs
The Python logo is trademarked, and in certain cases permission is required to use it. Consult `the Trademark Usage Policy <https://www.python.org/psf/trademarks/>`__ for more information. Why was Python created in the first place? ------------------------------------------
The Python logo is trademarked, and in certain cases permission is required to use it. Consult `the Trademark Usage Policy <https://www.python.org/psf/trademarks/>`__ for more information. Why was Python created in the first place? ------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
6ce85973-1cd1-4ca2-8c30-de4ee54bc93b
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,673
supabase-export-v2
d039e90d0a18d12d
the problem of updating all documentation; many books have been written about Python, and we don't want to invalidate them all at a single stroke. Providing a gradual upgrade path is necessary if a feature has to be changed. :pep:`5` describes the procedure followed for introducing backward-incompatible changes while m...
trusted_official_docs
CPython Docs
the problem of updating all documentation; many books have been written about Python, and we don't want to invalidate them all at a single stroke. Providing a gradual upgrade path is necessary if a feature has to be changed. :pep:`5` describes the procedure followed for introducing backward-incompatible changes while m...
the problem of updating all documentation; many books have been written about Python, and we don't want to invalidate them all at a single stroke. Providing a gradual upgrade path is necessary if a feature has to be changed. :pep:`5` describes the procedure followed for introducing backward-incompatible changes while m...
python, official-docs, cpython, P0
Local_Trusted_Corpus
72483acd-90c9-44d7-b86e-04c41a89830a
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,646
supabase-export-v2
f7906efaa8201a29
The `very first article <https://ir.cwi.nl/pub/18204>`_ about Python was written in 1991 and is now quite outdated. Guido van Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 (December 1991), Amsterdam, pp 283--303.
trusted_official_docs
CPython Docs
The `very first article <https://ir.cwi.nl/pub/18204>`_ about Python was written in 1991 and is now quite outdated. Guido van Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 (December 1991), Amsterdam, pp 283--303.
The `very first article <https://ir.cwi.nl/pub/18204>`_ about Python was written in 1991 and is now quite outdated. Guido van Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 (December 1991), Amsterdam, pp 283--303.
python, official-docs, cpython, P0
Local_Trusted_Corpus
73cab35d-3f89-43f6-84f6-64a6e34c5118
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,647
supabase-export-v2
9e643ad06f40d3a4
Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 (December 1991), Amsterdam, pp 283--303. Are there any books on Python? ------------------------------
trusted_official_docs
CPython Docs
Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 (December 1991), Amsterdam, pp 283--303. Are there any books on Python? ------------------------------
Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 (December 1991), Amsterdam, pp 283--303. Are there any books on Python? ------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
75fed471-b6aa-4447-8ba7-6167d5702cd4
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,617
supabase-export-v2
ce390ea0cfe7cbbc
version number -- it is incremented for less earth-shattering changes. * *C* is the micro version number -- it is incremented for each bugfix release. Not all releases are bugfix releases. In the run-up to a new feature release, a series of development releases are made, denoted as alpha, beta, or release candidate. Al...
trusted_official_docs
CPython Docs
version number -- it is incremented for less earth-shattering changes. * *C* is the micro version number -- it is incremented for each bugfix release. Not all releases are bugfix releases. In the run-up to a new feature release, a series of development releases are made, denoted as alpha, beta, or release candidate. Al...
version number -- it is incremented for less earth-shattering changes. * *C* is the micro version number -- it is incremented for each bugfix release. Not all releases are bugfix releases. In the run-up to a new feature release, a series of development releases are made, denoted as alpha, beta, or release candidate. Al...
python, official-docs, cpython, P0
Local_Trusted_Corpus
7704e2bb-ea32-4cb5-b455-46468c151315
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,684
supabase-export-v2
5c006f69cfa595d1
provide syntax highlighting, auto-indenting, and access to the interactive interpreter while coding. Consult `the Python wiki <https://wiki.python.org/moin/PythonEditors>`_ for a full list of Python editing environments. If you want to discuss Python's use in education, you may be interested in joining `the edu-sig mai...
trusted_official_docs
CPython Docs
provide syntax highlighting, auto-indenting, and access to the interactive interpreter while coding. Consult `the Python wiki <https://wiki.python.org/moin/PythonEditors>`_ for a full list of Python editing environments. If you want to discuss Python's use in education, you may be interested in joining `the edu-sig mai...
provide syntax highlighting, auto-indenting, and access to the interactive interpreter while coding. Consult `the Python wiki <https://wiki.python.org/moin/PythonEditors>`_ for a full list of Python editing environments. If you want to discuss Python's use in education, you may be interested in joining `the edu-sig mai...
python, official-docs, cpython, P0
Local_Trusted_Corpus
77e76cef-c6b9-46d1-9e4f-5e3a40ea4103
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,624
supabase-export-v2
27b04aa119cd6657
How do I obtain a copy of the Python source? -------------------------------------------- The latest Python source distribution is always available from python.org, at https://www.python.org/downloads/. The latest development sources can be obtained at https://github.com/python/cpython/.
trusted_official_docs
CPython Docs
How do I obtain a copy of the Python source? -------------------------------------------- The latest Python source distribution is always available from python.org, at https://www.python.org/downloads/. The latest development sources can be obtained at https://github.com/python/cpython/.
How do I obtain a copy of the Python source? -------------------------------------------- The latest Python source distribution is always available from python.org, at https://www.python.org/downloads/. The latest development sources can be obtained at https://github.com/python/cpython/.
python, official-docs, cpython, P0
Local_Trusted_Corpus
818e0d08-c896-4b0d-944e-3ce4a9598deb
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,593
supabase-export-v2
bc31378b9a58e950
What is Python? --------------- Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. It supports multiple programming paradigms beyond object-oriented programming, such as procedural and functio...
trusted_official_docs
CPython Docs
What is Python? --------------- Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. It supports multiple programming paradigms beyond object-oriented programming, such as procedural and functio...
What is Python? --------------- Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. It supports multiple programming paradigms beyond object-oriented programming, such as procedural and functio...
python, official-docs, cpython, P0
Local_Trusted_Corpus
84016aa4-4b08-41ef-9e8d-5139eb4eb164
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,598
supabase-export-v2
4fac2618d915efa8
Donations to the PSF are tax-exempt in the US. If you use Python and find it helpful, please contribute via `the PSF donation page <https://www.python.org/psf/donations/>`_. Are there copyright restrictions on the use of Python? ------------------------------------------------------
trusted_official_docs
CPython Docs
Donations to the PSF are tax-exempt in the US. If you use Python and find it helpful, please contribute via `the PSF donation page <https://www.python.org/psf/donations/>`_. Are there copyright restrictions on the use of Python? ------------------------------------------------------
Donations to the PSF are tax-exempt in the US. If you use Python and find it helpful, please contribute via `the PSF donation page <https://www.python.org/psf/donations/>`_. Are there copyright restrictions on the use of Python? ------------------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
8eaebb48-bb5a-4125-ad95-ac784f3dcc3f
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,676
supabase-export-v2
bdc71bf83f823c7c
Yes. It is still common to start students with a procedural and statically typed language such as Pascal, C, or a subset of C++ or Java. Students may be better served by learning Python as their first language. Python has a very simple and consistent syntax and a large standard library and, most importantly, using Pyth...
trusted_official_docs
CPython Docs
Yes. It is still common to start students with a procedural and statically typed language such as Pascal, C, or a subset of C++ or Java. Students may be better served by learning Python as their first language. Python has a very simple and consistent syntax and a large standard library and, most importantly, using Pyth...
Yes. It is still common to start students with a procedural and statically typed language such as Pascal, C, or a subset of C++ or Java. Students may be better served by learning Python as their first language. Python has a very simple and consistent syntax and a large standard library and, most importantly, using Pyth...
python, official-docs, cpython, P0
Local_Trusted_Corpus
9397596a-017b-4a2b-aea1-ada66c4d3485
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,605
supabase-export-v2
41a3ba4800e8537d
Python features, including the use of indentation for statement grouping and the inclusion of very-high-level data types (although the details are all different in Python). I had a number of gripes about the ABC language, but also liked many of its features. It was impossible to extend the ABC language (or its implem...
trusted_official_docs
CPython Docs
Python features, including the use of indentation for statement grouping and the inclusion of very-high-level data types (although the details are all different in Python). I had a number of gripes about the ABC language, but also liked many of its features. It was impossible to extend the ABC language (or its implem...
Python features, including the use of indentation for statement grouping and the inclusion of very-high-level data types (although the details are all different in Python). I had a number of gripes about the ABC language, but also liked many of its features. It was impossible to extend the ABC language (or its implem...
python, official-docs, cpython, P0
Local_Trusted_Corpus
98752da7-7e32-41f6-b4ee-6e0198566c26
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,623
supabase-export-v2
1529b1480e3c91cf
more information about the development cycle, and :pep:`387` to learn more about Python's backward compatibility policy. See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and :data:`sys.version_info`. How do I obtain a copy of the Python source? --------------------------------------------
trusted_official_docs
CPython Docs
more information about the development cycle, and :pep:`387` to learn more about Python's backward compatibility policy. See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and :data:`sys.version_info`. How do I obtain a copy of the Python source? --------------------------------------------
more information about the development cycle, and :pep:`387` to learn more about Python's backward compatibility policy. See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and :data:`sys.version_info`. How do I obtain a copy of the Python source? --------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
9c1802b3-2629-4b7e-a32a-c2d070b840dd
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,661
supabase-export-v2
71cdb819758081d2
the `Python download page <https://www.python.org/downloads/>`_. Python 3.x is the recommended version and supported by most widely used libraries. Python 2.x :pep:`is not maintained anymore <373>`. How many people are using Python? ---------------------------------
trusted_official_docs
CPython Docs
the `Python download page <https://www.python.org/downloads/>`_. Python 3.x is the recommended version and supported by most widely used libraries. Python 2.x :pep:`is not maintained anymore <373>`. How many people are using Python? ---------------------------------
the `Python download page <https://www.python.org/downloads/>`_. Python 3.x is the recommended version and supported by most widely used libraries. Python 2.x :pep:`is not maintained anymore <373>`. How many people are using Python? ---------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
a1a52726-9d0d-4686-9ec5-a6e0ece0c2cb
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,622
supabase-export-v2
0eda890f02b1fd45
In practice, after a final minor release is made, the version is incremented to the next minor version, which becomes the "a0" version, e.g. "2.4a0". See the `Developer's Guide <https://devguide.python.org/developer-workflow/development-cycle/>`__ for more information about the development cycle, and :pep:`387` to lear...
trusted_official_docs
CPython Docs
In practice, after a final minor release is made, the version is incremented to the next minor version, which becomes the "a0" version, e.g. "2.4a0". See the `Developer's Guide <https://devguide.python.org/developer-workflow/development-cycle/>`__ for more information about the development cycle, and :pep:`387` to lear...
In practice, after a final minor release is made, the version is incremented to the next minor version, which becomes the "a0" version, e.g. "2.4a0". See the `Developer's Guide <https://devguide.python.org/developer-workflow/development-cycle/>`__ for more information about the development cycle, and :pep:`387` to lear...
python, official-docs, cpython, P0
Local_Trusted_Corpus
a7ca10e2-a17a-41df-9b9f-1bdea892e2e3
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,666
supabase-export-v2
e724a7189529af5f
Have any significant projects been done in Python? -------------------------------------------------- See https://www.python.org/about/success for a list of projects that use Python. Consulting the proceedings for `past Python conferences <https://www.python.org/community/workshops/>`_ will reveal contributions from ma...
trusted_official_docs
CPython Docs
Have any significant projects been done in Python? -------------------------------------------------- See https://www.python.org/about/success for a list of projects that use Python. Consulting the proceedings for `past Python conferences <https://www.python.org/community/workshops/>`_ will reveal contributions from ma...
Have any significant projects been done in Python? -------------------------------------------------- See https://www.python.org/about/success for a list of projects that use Python. Consulting the proceedings for `past Python conferences <https://www.python.org/community/workshops/>`_ will reveal contributions from ma...
python, official-docs, cpython, P0
Local_Trusted_Corpus
a865b5ec-4b3a-4b6b-9b04-9ba3dac53743
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,612
supabase-export-v2
c17ecb66b381eade
Python is a high-level general-purpose programming language that can be applied to many different classes of problems. The language comes with a large standard library that covers areas such as string processing (regular expressions, Unicode, calculating differences between files), internet protocols (HTTP, FTP, SMTP, ...
trusted_official_docs
CPython Docs
Python is a high-level general-purpose programming language that can be applied to many different classes of problems. The language comes with a large standard library that covers areas such as string processing (regular expressions, Unicode, calculating differences between files), internet protocols (HTTP, FTP, SMTP, ...
Python is a high-level general-purpose programming language that can be applied to many different classes of problems. The language comes with a large standard library that covers areas such as string processing (regular expressions, Unicode, calculating differences between files), internet protocols (HTTP, FTP, SMTP, ...
python, official-docs, cpython, P0
Local_Trusted_Corpus
ac24ea7f-805a-4a9a-bc78-5ae870b995e3
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,601
supabase-export-v2
28fa837f9e49d264
See `the license page <https://docs.python.org/3/license.html>`_ to find further explanations and the full text of the PSF License. The Python logo is trademarked, and in certain cases permission is required to use it. Consult `the Trademark Usage Policy <https://www.python.org/psf/trademarks/>`__ for more information.
trusted_official_docs
CPython Docs
See `the license page <https://docs.python.org/3/license.html>`_ to find further explanations and the full text of the PSF License. The Python logo is trademarked, and in certain cases permission is required to use it. Consult `the Trademark Usage Policy <https://www.python.org/psf/trademarks/>`__ for more information.
See `the license page <https://docs.python.org/3/license.html>`_ to find further explanations and the full text of the PSF License. The Python logo is trademarked, and in certain cases permission is required to use it. Consult `the Trademark Usage Policy <https://www.python.org/psf/trademarks/>`__ for more information.
python, official-docs, cpython, P0
Local_Trusted_Corpus
ae9be834-b7e0-4e47-917e-7176e6ca70b9
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,658
supabase-export-v2
096162590387996f
How stable is Python? --------------------- Very stable. New, stable releases have been coming out roughly every 6 to 18 months since 1991, and this seems likely to continue. As of version 3.9, Python will have a new feature release every 12 months (:pep:`602`).
trusted_official_docs
CPython Docs
How stable is Python? --------------------- Very stable. New, stable releases have been coming out roughly every 6 to 18 months since 1991, and this seems likely to continue. As of version 3.9, Python will have a new feature release every 12 months (:pep:`602`).
How stable is Python? --------------------- Very stable. New, stable releases have been coming out roughly every 6 to 18 months since 1991, and this seems likely to continue. As of version 3.9, Python will have a new feature release every 12 months (:pep:`602`).
python, official-docs, cpython, P0
Local_Trusted_Corpus
af2f43b6-2b08-49e0-9ca4-54c0f83a583d
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,607
supabase-export-v2
2c65942acd358a44
from the Bourne shell. My experience with error handling in Amoeba made me acutely aware of the importance of exceptions as a programming language feature. It occurred to me that a scripting language with a syntax like ABC but with access to the Amoeba system calls would fill the need. I realized that it would be foo...
trusted_official_docs
CPython Docs
from the Bourne shell. My experience with error handling in Amoeba made me acutely aware of the importance of exceptions as a programming language feature. It occurred to me that a scripting language with a syntax like ABC but with access to the Amoeba system calls would fill the need. I realized that it would be foo...
from the Bourne shell. My experience with error handling in Amoeba made me acutely aware of the importance of exceptions as a programming language feature. It occurred to me that a scripting language with a syntax like ABC but with access to the Amoeba system calls would fill the need. I realized that it would be foo...
python, official-docs, cpython, P0
Local_Trusted_Corpus
b1d87954-7cc5-43e8-b5d3-4457cd9834fd
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,627
supabase-export-v2
bfe165e8aa198b26
Consult the `Getting Started section of the Python Developer's Guide <https://devguide.python.org/setup/>`__ for more information on getting the source code and compiling it. How do I get documentation on Python? -------------------------------------
trusted_official_docs
CPython Docs
Consult the `Getting Started section of the Python Developer's Guide <https://devguide.python.org/setup/>`__ for more information on getting the source code and compiling it. How do I get documentation on Python? -------------------------------------
Consult the `Getting Started section of the Python Developer's Guide <https://devguide.python.org/setup/>`__ for more information on getting the source code and compiling it. How do I get documentation on Python? -------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
b6d29c54-f10c-40be-b2f5-35ad25d582fe
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,606
supabase-export-v2
384cd7cf1982e6df
designers of Modula-3 and read the Modula-3 report. Modula-3 is the origin of the syntax and semantics used for exceptions, and some other Python features. I was working in the Amoeba distributed operating system group at CWI. We needed a better way to do system administration than by writing either C programs or Bou...
trusted_official_docs
CPython Docs
designers of Modula-3 and read the Modula-3 report. Modula-3 is the origin of the syntax and semantics used for exceptions, and some other Python features. I was working in the Amoeba distributed operating system group at CWI. We needed a better way to do system administration than by writing either C programs or Bou...
designers of Modula-3 and read the Modula-3 report. Modula-3 is the origin of the syntax and semantics used for exceptions, and some other Python features. I was working in the Amoeba distributed operating system group at CWI. We needed a better way to do system administration than by writing either C programs or Bou...
python, official-docs, cpython, P0
Local_Trusted_Corpus
b7d4adce-9513-480e-9c73-b8181aab42e6
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,600
supabase-export-v2
f0ae5e7e7b1278f8
unmodified), or to sell products that incorporate Python in some form. We would still like to know about all commercial use of Python, of course. See `the license page <https://docs.python.org/3/license.html>`_ to find further explanations and the full text of the PSF License.
trusted_official_docs
CPython Docs
unmodified), or to sell products that incorporate Python in some form. We would still like to know about all commercial use of Python, of course. See `the license page <https://docs.python.org/3/license.html>`_ to find further explanations and the full text of the PSF License.
unmodified), or to sell products that incorporate Python in some form. We would still like to know about all commercial use of Python, of course. See `the license page <https://docs.python.org/3/license.html>`_ to find further explanations and the full text of the PSF License.
python, official-docs, cpython, P0
Local_Trusted_Corpus
ba5464bc-2706-437c-a1cd-146ffc6389b0
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,616
supabase-export-v2
1d532ac010bd1db7
Python versions are numbered "A.B.C" or "A.B": * *A* is the major version number -- it is only incremented for really major changes in the language. * *B* is the minor version number -- it is incremented for less earth-shattering changes. * *C* is the micro version number -- it is incremented for each bugfix release.
trusted_official_docs
CPython Docs
Python versions are numbered "A.B.C" or "A.B": * *A* is the major version number -- it is only incremented for really major changes in the language. * *B* is the minor version number -- it is incremented for less earth-shattering changes. * *C* is the micro version number -- it is incremented for each bugfix release.
Python versions are numbered "A.B.C" or "A.B": * *A* is the major version number -- it is only incremented for really major changes in the language. * *B* is the minor version number -- it is incremented for less earth-shattering changes. * *C* is the micro version number -- it is incremented for each bugfix release.
python, official-docs, cpython, P0
Local_Trusted_Corpus
bab62792-4503-4df0-bf3d-b5cfb4829aae
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,649
supabase-export-v2
206a170c9c2b91c1
Yes, there are many, and more are being published. See the python.org wiki at https://wiki.python.org/moin/PythonBooks for a list. You can also search online bookstores for "Python" and filter out the Monty Python references; or perhaps search for "Python" and "language".
trusted_official_docs
CPython Docs
Yes, there are many, and more are being published. See the python.org wiki at https://wiki.python.org/moin/PythonBooks for a list. You can also search online bookstores for "Python" and filter out the Monty Python references; or perhaps search for "Python" and "language".
Yes, there are many, and more are being published. See the python.org wiki at https://wiki.python.org/moin/PythonBooks for a list. You can also search online bookstores for "Python" and filter out the Monty Python references; or perhaps search for "Python" and "language".
python, official-docs, cpython, P0
Local_Trusted_Corpus
c458a06f-83f5-4925-ba20-3cdb728f2639
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,636
supabase-export-v2
94cc36768565288c
events can be found in comp.lang.python.announce, a low-traffic moderated list that receives about five postings per day. It's available as `the python-announce mailing list <https://mail.python.org/mailman3/lists/python-announce-list.python.org/>`_. More info about other mailing lists and newsgroups can be found at ht...
trusted_official_docs
CPython Docs
events can be found in comp.lang.python.announce, a low-traffic moderated list that receives about five postings per day. It's available as `the python-announce mailing list <https://mail.python.org/mailman3/lists/python-announce-list.python.org/>`_. More info about other mailing lists and newsgroups can be found at ht...
events can be found in comp.lang.python.announce, a low-traffic moderated list that receives about five postings per day. It's available as `the python-announce mailing list <https://mail.python.org/mailman3/lists/python-announce-list.python.org/>`_. More info about other mailing lists and newsgroups can be found at ht...
python, official-docs, cpython, P0
Local_Trusted_Corpus
c881c547-4533-4da0-9a71-785093a75d1f
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,683
supabase-export-v2
8cdb79c03439c37f
With the interpreter, documentation is never far from the student as they are programming. There are also good IDEs for Python. IDLE is a cross-platform IDE for Python that is written in Python using Tkinter. Emacs users will be happy to know that there is a very good Python mode for Emacs. All of these programming env...
trusted_official_docs
CPython Docs
With the interpreter, documentation is never far from the student as they are programming. There are also good IDEs for Python. IDLE is a cross-platform IDE for Python that is written in Python using Tkinter. Emacs users will be happy to know that there is a very good Python mode for Emacs. All of these programming env...
With the interpreter, documentation is never far from the student as they are programming. There are also good IDEs for Python. IDLE is a cross-platform IDE for Python that is written in Python using Tkinter. Emacs users will be happy to know that there is a very good Python mode for Emacs. All of these programming env...
python, official-docs, cpython, P0
Local_Trusted_Corpus
cadf7869-529e-4c23-be50-5214c31d24b0
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,621
supabase-export-v2
079a432e1702f201
In other words, all versions labeled *2.0aN* precede the versions labeled *2.0bN*, which precede versions labeled *2.0rcN*, and *those* precede 2.0. You may also find version numbers with a "+" suffix, e.g. "2.2+". These are unreleased versions, built directly from the CPython development repository. In practice, after...
trusted_official_docs
CPython Docs
In other words, all versions labeled *2.0aN* precede the versions labeled *2.0bN*, which precede versions labeled *2.0rcN*, and *those* precede 2.0. You may also find version numbers with a "+" suffix, e.g. "2.2+". These are unreleased versions, built directly from the CPython development repository. In practice, after...
In other words, all versions labeled *2.0aN* precede the versions labeled *2.0bN*, which precede versions labeled *2.0rcN*, and *those* precede 2.0. You may also find version numbers with a "+" suffix, e.g. "2.2+". These are unreleased versions, built directly from the CPython development repository. In practice, after...
python, official-docs, cpython, P0
Local_Trusted_Corpus
cf643287-61a7-4ded-8597-ad8a02162c37
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,660
supabase-export-v2
1bfebdc652c1141a
fixes for known problems are included in a bugfix release, and it's guaranteed that interfaces will remain the same throughout a series of bugfix releases. The latest stable releases can always be found on the `Python download page <https://www.python.org/downloads/>`_. Python 3.x is the recommended version and support...
trusted_official_docs
CPython Docs
fixes for known problems are included in a bugfix release, and it's guaranteed that interfaces will remain the same throughout a series of bugfix releases. The latest stable releases can always be found on the `Python download page <https://www.python.org/downloads/>`_. Python 3.x is the recommended version and support...
fixes for known problems are included in a bugfix release, and it's guaranteed that interfaces will remain the same throughout a series of bugfix releases. The latest stable releases can always be found on the `Python download page <https://www.python.org/downloads/>`_. Python 3.x is the recommended version and support...
python, official-docs, cpython, P0
Local_Trusted_Corpus
cf8449e6-be81-485c-97fe-e5acf6946878
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,596
supabase-export-v2
5804bd8510c14a9f
What is the Python Software Foundation? --------------------------------------- The Python Software Foundation is an independent non-profit organization that holds the copyright on Python versions 2.1 and newer. The PSF's mission is to advance open source technology related to the Python programming language and to pub...
trusted_official_docs
CPython Docs
What is the Python Software Foundation? --------------------------------------- The Python Software Foundation is an independent non-profit organization that holds the copyright on Python versions 2.1 and newer. The PSF's mission is to advance open source technology related to the Python programming language and to pub...
What is the Python Software Foundation? --------------------------------------- The Python Software Foundation is an independent non-profit organization that holds the copyright on Python versions 2.1 and newer. The PSF's mission is to advance open source technology related to the Python programming language and to pub...
python, official-docs, cpython, P0
Local_Trusted_Corpus
d02e83dc-36da-4312-8562-6a3bd53239b8
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,618
supabase-export-v2
1f83de93363b5e5d
more stable, preserving existing interfaces but possibly adding new modules, and release candidates are frozen, making no changes except as needed to fix critical bugs. Alpha, beta and release candidate versions have an additional suffix:
trusted_official_docs
CPython Docs
more stable, preserving existing interfaces but possibly adding new modules, and release candidates are frozen, making no changes except as needed to fix critical bugs. Alpha, beta and release candidate versions have an additional suffix:
more stable, preserving existing interfaces but possibly adding new modules, and release candidates are frozen, making no changes except as needed to fix critical bugs. Alpha, beta and release candidate versions have an additional suffix:
python, official-docs, cpython, P0
Local_Trusted_Corpus
d1350845-6a6d-4f70-b70d-544bd853cf12
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,678
supabase-export-v2
007f20267e0a7e40
a statically typed language is important in the long term, it is not necessarily the best topic to address in the students' first programming course. Many other aspects of Python make it a good first language. Like Java, Python has a large standard library so that students can be assigned programming projects very earl...
trusted_official_docs
CPython Docs
a statically typed language is important in the long term, it is not necessarily the best topic to address in the students' first programming course. Many other aspects of Python make it a good first language. Like Java, Python has a large standard library so that students can be assigned programming projects very earl...
a statically typed language is important in the long term, it is not necessarily the best topic to address in the students' first programming course. Many other aspects of Python make it a good first language. Like Java, Python has a large standard library so that students can be assigned programming projects very earl...
python, official-docs, cpython, P0
Local_Trusted_Corpus
d3ba3067-17c0-47bb-8fa8-408c8456901f
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,668
supabase-export-v2
5f6067f582ab007a
have written part or all of their installer and system administration software in Python. Companies that use Python internally include Google, Yahoo, and Lucasfilm Ltd. What new developments are expected for Python in the future? ------------------------------------------------------------
trusted_official_docs
CPython Docs
have written part or all of their installer and system administration software in Python. Companies that use Python internally include Google, Yahoo, and Lucasfilm Ltd. What new developments are expected for Python in the future? ------------------------------------------------------------
have written part or all of their installer and system administration software in Python. Companies that use Python internally include Google, Yahoo, and Lucasfilm Ltd. What new developments are expected for Python in the future? ------------------------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
d7c8737d-7725-4245-8b81-9172f526db2f
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,674
supabase-export-v2
9e53c63125dfa5bb
upgrade path is necessary if a feature has to be changed. :pep:`5` describes the procedure followed for introducing backward-incompatible changes while minimizing disruption for users. Is Python a good language for beginning programmers? ----------------------------------------------------
trusted_official_docs
CPython Docs
upgrade path is necessary if a feature has to be changed. :pep:`5` describes the procedure followed for introducing backward-incompatible changes while minimizing disruption for users. Is Python a good language for beginning programmers? ----------------------------------------------------
upgrade path is necessary if a feature has to be changed. :pep:`5` describes the procedure followed for introducing backward-incompatible changes while minimizing disruption for users. Is Python a good language for beginning programmers? ----------------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
da0180ac-3d8b-4902-a32d-ab59011a9003
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,667
supabase-export-v2
e27f376e33f6aacc
for a list of projects that use Python. Consulting the proceedings for `past Python conferences <https://www.python.org/community/workshops/>`_ will reveal contributions from many different companies and organizations. High-profile Python projects include `the Mailman mailing list manager <https://www.list.org>`_ and `...
trusted_official_docs
CPython Docs
for a list of projects that use Python. Consulting the proceedings for `past Python conferences <https://www.python.org/community/workshops/>`_ will reveal contributions from many different companies and organizations. High-profile Python projects include `the Mailman mailing list manager <https://www.list.org>`_ and `...
for a list of projects that use Python. Consulting the proceedings for `past Python conferences <https://www.python.org/community/workshops/>`_ will reveal contributions from many different companies and organizations. High-profile Python projects include `the Mailman mailing list manager <https://www.list.org>`_ and `...
python, official-docs, cpython, P0
Local_Trusted_Corpus
dca9f53d-3476-43f7-b39d-e9cf658540d4
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,634
supabase-export-v2
6ae75b9588abaf73
Is there a newsgroup or mailing list devoted to Python? ------------------------------------------------------- There is a newsgroup, :newsgroup:`comp.lang.python`, and a mailing list, `python-list <https://mail.python.org/mailman/listinfo/python-list>`_. The newsgroup and mailing list are gatewayed into each other -- ...
trusted_official_docs
CPython Docs
Is there a newsgroup or mailing list devoted to Python? ------------------------------------------------------- There is a newsgroup, :newsgroup:`comp.lang.python`, and a mailing list, `python-list <https://mail.python.org/mailman/listinfo/python-list>`_. The newsgroup and mailing list are gatewayed into each other -- ...
Is there a newsgroup or mailing list devoted to Python? ------------------------------------------------------- There is a newsgroup, :newsgroup:`comp.lang.python`, and a mailing list, `python-list <https://mail.python.org/mailman/listinfo/python-list>`_. The newsgroup and mailing list are gatewayed into each other -- ...
python, official-docs, cpython, P0
Local_Trusted_Corpus
e6f4ea3a-02dc-440f-9d2e-4729004ef4a0
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,626
supabase-export-v2
c5a8accb847fdb48
modules, example programs, and several useful pieces of freely distributable software. The source will compile and run out of the box on most UNIX platforms. Consult the `Getting Started section of the Python Developer's Guide <https://devguide.python.org/setup/>`__ for more information on getting the source code and c...
trusted_official_docs
CPython Docs
modules, example programs, and several useful pieces of freely distributable software. The source will compile and run out of the box on most UNIX platforms. Consult the `Getting Started section of the Python Developer's Guide <https://devguide.python.org/setup/>`__ for more information on getting the source code and c...
modules, example programs, and several useful pieces of freely distributable software. The source will compile and run out of the box on most UNIX platforms. Consult the `Getting Started section of the Python Developer's Guide <https://devguide.python.org/setup/>`__ for more information on getting the source code and c...
python, official-docs, cpython, P0
Local_Trusted_Corpus
ec85b422-b90c-4a5e-baec-b2929fa5a34e
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,670
supabase-export-v2
aca7daa8da009265
technical specification and a rationale. Look for a PEP titled "Python X.Y Release Schedule", where X.Y is a version that hasn't been publicly released yet. New development is discussed on `the python-dev mailing list <https://mail.python.org/mailman3/lists/python-dev.python.org/>`_.
trusted_official_docs
CPython Docs
technical specification and a rationale. Look for a PEP titled "Python X.Y Release Schedule", where X.Y is a version that hasn't been publicly released yet. New development is discussed on `the python-dev mailing list <https://mail.python.org/mailman3/lists/python-dev.python.org/>`_.
technical specification and a rationale. Look for a PEP titled "Python X.Y Release Schedule", where X.Y is a version that hasn't been publicly released yet. New development is discussed on `the python-dev mailing list <https://mail.python.org/mailman3/lists/python-dev.python.org/>`_.
python, official-docs, cpython, P0
Local_Trusted_Corpus
f836e259-8d07-4589-8acb-e218648299b5
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,599
supabase-export-v2
99e09cbcd86230b9
Are there copyright restrictions on the use of Python? ------------------------------------------------------ You can do anything you want with the source, as long as you leave the copyrights in and display those copyrights in any documentation about Python that you produce. If you honor the copyright rules, it's OK to...
trusted_official_docs
CPython Docs
Are there copyright restrictions on the use of Python? ------------------------------------------------------ You can do anything you want with the source, as long as you leave the copyrights in and display those copyrights in any documentation about Python that you produce. If you honor the copyright rules, it's OK to...
Are there copyright restrictions on the use of Python? ------------------------------------------------------ You can do anything you want with the source, as long as you leave the copyrights in and display those copyrights in any documentation about Python that you produce. If you honor the copyright rules, it's OK to...
python, official-docs, cpython, P0
Local_Trusted_Corpus
fb318c6d-fdb5-4fc5-9534-2863a0dfa47c
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,679
supabase-export-v2
60379defd2cdc06f
of programming. Using the standard library also teaches students about code reuse. Third-party modules such as PyGame are also helpful in extending the students' reach. Python's interactive interpreter enables students to test language features while they're programming. They can keep a window with the interpreter runn...
trusted_official_docs
CPython Docs
of programming. Using the standard library also teaches students about code reuse. Third-party modules such as PyGame are also helpful in extending the students' reach. Python's interactive interpreter enables students to test language features while they're programming. They can keep a window with the interpreter runn...
of programming. Using the standard library also teaches students about code reuse. Third-party modules such as PyGame are also helpful in extending the students' reach. Python's interactive interpreter enables students to test language features while they're programming. They can keep a window with the interpreter runn...
python, official-docs, cpython, P0
Local_Trusted_Corpus
fbfbeaa6-ff9d-46de-8770-b399faea6bf3
CPython Docs
file://datasets/cpython/Doc/faq/general.rst
unknown
d8c4b901-c06f-455a-a070-d86aba2a351b
2,625
supabase-export-v2
89a8af2f40c83a01
The latest Python source distribution is always available from python.org, at https://www.python.org/downloads/. The latest development sources can be obtained at https://github.com/python/cpython/. The source distribution is a gzipped tar file containing the complete C source, Sphinx-formatted documentation, Python li...
trusted_official_docs
CPython Docs
The latest Python source distribution is always available from python.org, at https://www.python.org/downloads/. The latest development sources can be obtained at https://github.com/python/cpython/. The source distribution is a gzipped tar file containing the complete C source, Sphinx-formatted documentation, Python li...
The latest Python source distribution is always available from python.org, at https://www.python.org/downloads/. The latest development sources can be obtained at https://github.com/python/cpython/. The source distribution is a gzipped tar file containing the complete C source, Sphinx-formatted documentation, Python li...
python, official-docs, cpython, P0
Local_Trusted_Corpus
0ce81c83-e298-4125-bf01-89bd4ff39d03
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,701
supabase-export-v2
1cd603c8fb422252
allows you to register a callback function which will be called from the Tk mainloop when I/O is possible on a file descriptor. See :ref:`tkinter-file-handlers`. I can't get key bindings to work in Tkinter: why? -------------------------------------------------
trusted_official_docs
CPython Docs
allows you to register a callback function which will be called from the Tk mainloop when I/O is possible on a file descriptor. See :ref:`tkinter-file-handlers`. I can't get key bindings to work in Tkinter: why? -------------------------------------------------
allows you to register a callback function which will be called from the Tk mainloop when I/O is possible on a file descriptor. See :ref:`tkinter-file-handlers`. I can't get key bindings to work in Tkinter: why? -------------------------------------------------
python, official-docs, cpython, P0
Local_Trusted_Corpus
323e8547-aec5-4e8f-9d6c-47044b6cf344
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,700
supabase-export-v2
c83beafccbf7bf77
Can I have Tk events handled while waiting for I/O? --------------------------------------------------- On platforms other than Windows, yes, and you don't even need threads! But you'll have to restructure your I/O code a bit. Tk has the equivalent of Xt's :c:func:`!XtAddInput` call, which allows you to register a call...
trusted_official_docs
CPython Docs
Can I have Tk events handled while waiting for I/O? --------------------------------------------------- On platforms other than Windows, yes, and you don't even need threads! But you'll have to restructure your I/O code a bit. Tk has the equivalent of Xt's :c:func:`!XtAddInput` call, which allows you to register a call...
Can I have Tk events handled while waiting for I/O? --------------------------------------------------- On platforms other than Windows, yes, and you don't even need threads! But you'll have to restructure your I/O code a bit. Tk has the equivalent of Xt's :c:func:`!XtAddInput` call, which allows you to register a call...
python, official-docs, cpython, P0
Local_Trusted_Corpus
3608851e-5b11-4591-9ace-e75a019d5bc6
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,693
supabase-export-v2
938fbad8fe2e2f52
info about Tk, including pointers to the source, see the `Tcl/Tk home page <https://www.tcl.tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and Unix platforms. Depending on what platform(s) you are aiming at, there are also several alternatives. A `list of cross-platform <https://wiki.python.org/moin/GuiProgramm...
trusted_official_docs
CPython Docs
info about Tk, including pointers to the source, see the `Tcl/Tk home page <https://www.tcl.tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and Unix platforms. Depending on what platform(s) you are aiming at, there are also several alternatives. A `list of cross-platform <https://wiki.python.org/moin/GuiProgramm...
info about Tk, including pointers to the source, see the `Tcl/Tk home page <https://www.tcl.tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and Unix platforms. Depending on what platform(s) you are aiming at, there are also several alternatives. A `list of cross-platform <https://wiki.python.org/moin/GuiProgramm...
python, official-docs, cpython, P0
Local_Trusted_Corpus
46094504-e540-47ab-8e09-cb12df3cd860
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,697
supabase-export-v2
3a73d4a4415adc38
create stand-alone applications. When freezing Tkinter applications, the applications will not be truly stand-alone, as the application will still need the Tcl and Tk libraries. One solution is to ship the application with the Tcl and Tk libraries, and point to them at run-time using the :envvar:`!TCL_LIBRARY` and :env...
trusted_official_docs
CPython Docs
create stand-alone applications. When freezing Tkinter applications, the applications will not be truly stand-alone, as the application will still need the Tcl and Tk libraries. One solution is to ship the application with the Tcl and Tk libraries, and point to them at run-time using the :envvar:`!TCL_LIBRARY` and :env...
create stand-alone applications. When freezing Tkinter applications, the applications will not be truly stand-alone, as the application will still need the Tcl and Tk libraries. One solution is to ship the application with the Tcl and Tk libraries, and point to them at run-time using the :envvar:`!TCL_LIBRARY` and :env...
python, official-docs, cpython, P0
Local_Trusted_Corpus
4a00465a-b3df-4e7a-a7c5-f4b41108379e
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,703
supabase-export-v2
e59e5afdd8945999
An often-heard complaint is that event handlers :ref:`bound <bindings-and-events>` to events with the :meth:`!bind` method don't get handled even when the appropriate key is pressed. The most common cause is that the widget to which the binding applies doesn't have "keyboard focus". Check out the Tk documentation for t...
trusted_official_docs
CPython Docs
An often-heard complaint is that event handlers :ref:`bound <bindings-and-events>` to events with the :meth:`!bind` method don't get handled even when the appropriate key is pressed. The most common cause is that the widget to which the binding applies doesn't have "keyboard focus". Check out the Tk documentation for t...
An often-heard complaint is that event handlers :ref:`bound <bindings-and-events>` to events with the :meth:`!bind` method don't get handled even when the appropriate key is pressed. The most common cause is that the widget to which the binding applies doesn't have "keyboard focus". Check out the Tk documentation for t...
python, official-docs, cpython, P0
Local_Trusted_Corpus
7495fa6a-c6bb-4555-8588-8d54c5213452
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,692
supabase-export-v2
177404d08672aa6c
What GUI toolkits exist for Python? =================================== Standard builds of Python include an object-oriented interface to the Tcl/Tk widget set, called :ref:`tkinter <Tkinter>`. This is probably the easiest to install (since it comes included with most `binary distributions <https://www.python.org/downl...
trusted_official_docs
CPython Docs
What GUI toolkits exist for Python? =================================== Standard builds of Python include an object-oriented interface to the Tcl/Tk widget set, called :ref:`tkinter <Tkinter>`. This is probably the easiest to install (since it comes included with most `binary distributions <https://www.python.org/downl...
What GUI toolkits exist for Python? =================================== Standard builds of Python include an object-oriented interface to the Tcl/Tk widget set, called :ref:`tkinter <Tkinter>`. This is probably the easiest to install (since it comes included with most `binary distributions <https://www.python.org/downl...
python, official-docs, cpython, P0
Local_Trusted_Corpus
888aa6c3-6e57-4249-8006-dee21b70a776
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,702
supabase-export-v2
4680c543cca5dfb1
I can't get key bindings to work in Tkinter: why? ------------------------------------------------- An often-heard complaint is that event handlers :ref:`bound <bindings-and-events>` to events with the :meth:`!bind` method don't get handled even when the appropriate key is pressed.
trusted_official_docs
CPython Docs
I can't get key bindings to work in Tkinter: why? ------------------------------------------------- An often-heard complaint is that event handlers :ref:`bound <bindings-and-events>` to events with the :meth:`!bind` method don't get handled even when the appropriate key is pressed.
I can't get key bindings to work in Tkinter: why? ------------------------------------------------- An often-heard complaint is that event handlers :ref:`bound <bindings-and-events>` to events with the :meth:`!bind` method don't get handled even when the appropriate key is pressed.
python, official-docs, cpython, P0
Local_Trusted_Corpus
aa335831-d9ff-4112-b91a-3f0a4b2359e1
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,696
supabase-export-v2
39ecaa89fae0919b
How do I freeze Tkinter applications? ------------------------------------- Freeze is a tool to create stand-alone applications. When freezing Tkinter applications, the applications will not be truly stand-alone, as the application will still need the Tcl and Tk libraries.
trusted_official_docs
CPython Docs
How do I freeze Tkinter applications? ------------------------------------- Freeze is a tool to create stand-alone applications. When freezing Tkinter applications, the applications will not be truly stand-alone, as the application will still need the Tcl and Tk libraries.
How do I freeze Tkinter applications? ------------------------------------- Freeze is a tool to create stand-alone applications. When freezing Tkinter applications, the applications will not be truly stand-alone, as the application will still need the Tcl and Tk libraries.
python, official-docs, cpython, P0
Local_Trusted_Corpus
bc0b5d87-d192-4dc5-93cd-4cf69d72ea1e
CPython Docs
file://datasets/cpython/Doc/faq/gui.rst
unknown
c383fd36-5c36-420b-b560-6862c57ae7f9
2,698
supabase-export-v2
bce1e41ca37e408d
solution is to ship the application with the Tcl and Tk libraries, and point to them at run-time using the :envvar:`!TCL_LIBRARY` and :envvar:`!TK_LIBRARY` environment variables. Various third-party freeze libraries such as py2exe and cx_Freeze have handling for Tkinter applications built-in.
trusted_official_docs
CPython Docs
solution is to ship the application with the Tcl and Tk libraries, and point to them at run-time using the :envvar:`!TCL_LIBRARY` and :envvar:`!TK_LIBRARY` environment variables. Various third-party freeze libraries such as py2exe and cx_Freeze have handling for Tkinter applications built-in.
solution is to ship the application with the Tcl and Tk libraries, and point to them at run-time using the :envvar:`!TCL_LIBRARY` and :envvar:`!TK_LIBRARY` environment variables. Various third-party freeze libraries such as py2exe and cx_Freeze have handling for Tkinter applications built-in.
python, official-docs, cpython, P0
Local_Trusted_Corpus