url stringlengths 11 2.25k | text stringlengths 88 50k | ts timestamp[s]date 2026-01-13 08:47:33 2026-01-13 09:30:40 |
|---|---|---|
https://docs.python.org/library/contextvars.html#module-contextvars | contextvars — Context Variables — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents contextvars — Context Variables Context Variables Manual Context Management asyncio support Previous topic queue — A synchronized queue class Next topic _thread — Low-level threading API This page Report a bug Sh... | 2026-01-13T08:50:07 |
https://core.forem.com/new/product#main-content | New Post - Forem Core Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A... | 2026-01-13T08:50:07 |
https://docs.python.org/3/library/functions.html#breakpoint | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:07 |
https://docs.python.org/library/cmath.html#module-cmath | cmath — Mathematical functions for complex numbers — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents cmath — Mathematical functions for complex numbers Conversions to and from polar coordinates Power and logarithmic functions Trigonometric functions Hyperbolic functions Classification function... | 2026-01-13T08:50:07 |
https://docs.python.org/3/library/stdtypes.html#mutable-sequence-types | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:07 |
https://docs.python.org/3/library/functions.html#func-dict | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:07 |
https://docs.python.org/3/library/functions.html#func-list | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:07 |
https://docs.python.org/reference/import.html#searching | 5. The import system — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents 5. The import system 5.1. importlib 5.2. Packages 5.2.1. Regular packages 5.2.2. Namespace packages 5.3. Searching 5.3.1. The module cache 5.3.2. Finders and loaders 5.3.3. Import hooks 5.3.4. The meta path 5.4. Loading 5.4... | 2026-01-13T08:50:07 |
https://docs.python.org/reference/datamodel.html | 3. Data model — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents 3. Data model 3.1. Objects, values and types 3.2. The standard type hierarchy 3.2.1. None 3.2.2. NotImplemented 3.2.3. Ellipsis 3.2.4. numbers.Number 3.2.4.1. numbers.Integral 3.2.4.2. numbers.Real ( float ) 3.2.4.3. numbers.Compl... | 2026-01-13T08:50:07 |
https://docs.python.org/library/dbm.html#module-dbm.gnu | dbm — Interfaces to Unix “databases” — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents dbm — Interfaces to Unix “databases” dbm.sqlite3 — SQLite backend for dbm dbm.gnu — GNU database manager dbm.ndbm — New Database Manager dbm.dumb — Portable DBM implementation Previous topic marshal — Intern... | 2026-01-13T08:50:07 |
https://docs.python.org/3/library/exceptions.html#SyntaxError | Built-in Exceptions — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Exceptions Exception context Inheriting from built-in exceptions Base classes Concrete exceptions OS exceptions Warnings Exception groups Exception hierarchy Previous topic Built-in Types Next topic Text Processing ... | 2026-01-13T08:50:07 |
https://docs.python.org/3/library/functions.html#map | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:07 |
https://docs.python.org/3/faq/extending.html#how-do-i-call-an-object-s-method-from-c | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:07 |
https://www.fsf.org/campaigns/priority-projects/accessibility | Free software and accessibility — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and projects that have h... | 2026-01-13T08:50:07 |
https://www.fsf.org/campaigns/priority-projects/voicevideochat | Real-time voice and video chat — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and projects that have he... | 2026-01-13T08:50:07 |
https://www.fsf.org/blogs/community/from-pro-democracy-activist-to-minorities-why-people-use-tor-and-encrypted-chats | From pro-democracy activists to minorities: Why people use Tor and encrypted chats — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to ... | 2026-01-13T08:50:07 |
https://docs.python.org/3/faq/extending.html#how-do-i-interface-to-c-objects-from-python | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:07 |
https://docs.python.org/library/array.html#module-array | array — Efficient arrays of numeric values — Python 3.14.2 documentation Theme Auto Light Dark Previous topic bisect — Array bisection algorithm Next topic weakref — Weak references This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python... | 2026-01-13T08:50:07 |
https://www.fsf.org/news/fsf-commences-review-of-high-priority-free-software-projects-list-your-input-is-needed | Committee begins review of High Priority Projects list -- your input is needed — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to than... | 2026-01-13T08:50:07 |
https://docs.python.org/3/faq/extending.html#how-do-i-extract-c-values-from-a-python-object | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:07 |
https://docs.python.org/license.html#test-epoll | History and License — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents History and License History of the software Terms and conditions for accessing or otherwise using Python PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 CNRI LICENSE AGREEMENT FOR PYT... | 2026-01-13T08:50:07 |
https://docs.python.org/3/faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:07 |
https://docs.python.org/license.html#licenses-and-acknowledgements-for-incorporated-software | History and License — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents History and License History of the software Terms and conditions for accessing or otherwise using Python PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 CNRI LICENSE AGREEMENT FOR PYT... | 2026-01-13T08:50:07 |
https://docs.python.org/3/faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:07 |
https://www.fsf.org/campaigns/priority-projects/internationalization | Internationalization of free software — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and projects that ... | 2026-01-13T08:50:07 |
https://fr-fr.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26link%3Dhttps%253A%252F%252Fdev.to%252Fmasteringjs%252Fusing-then-vs-async-await-in-javascript-2pma%26app_id%3D966242223397117%26source_surface%3Dexternal_reshare%26display%26hashtag | Se connecter à Facebook Notice Vous devez vous connecter pour continuer. Se connecter à Facebook Vous devez vous connecter pour continuer. Se connecter Informations de compte oubliées ? · S’inscrire sur Facebook Français (France) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil)... | 2026-01-13T08:50:07 |
https://docs.python.org/3/faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:07 |
https://www.fsf.org/campaigns/priority-projects/hardware-firmware-drivers | Free drivers, firmware, and hardware designs — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and project... | 2026-01-13T08:50:07 |
https://docs.python.org/license.html#otherlicenses | History and License — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents History and License History of the software Terms and conditions for accessing or otherwise using Python PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 CNRI LICENSE AGREEMENT FOR PYT... | 2026-01-13T08:50:07 |
https://docs.python.org/license.html#w3c-c14n-test-suite | History and License — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents History and License History of the software Terms and conditions for accessing or otherwise using Python PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 CNRI LICENSE AGREEMENT FOR PYT... | 2026-01-13T08:50:07 |
https://docs.python.org/3/library/functions.html#func-bytearray | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:07 |
https://www.fsf.org/campaigns/priority-projects/help-gnu-linux-distributions-be-committed-to-freedom | Help GNU/Linux distributions be committed to freedom — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and... | 2026-01-13T08:50:07 |
https://docs.python.org/3/faq/extending.html#how-do-i-access-a-module-written-in-python-from-c | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:08 |
https://my.fsf.org/node/70/ | LibrePlanet 2024 survey | Free Software Foundation Menu LibrePlanet 2024 survey Posted on: 5 April 2024 By: miriam Thank you for filling out the LibrePlanet: Cultivating Community questionnaire! Your feedback helps us make the conference even better. We read every response, and appreciate the feedback. Name First Name ... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/extending.html#how-do-i-debug-an-extension | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#max | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/text.html | Text Processing Services — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Built-in Exceptions Next topic string — Common string operations This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » ... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:08 |
https://www.fsf.org/campaigns/priority-projects/security-by-and-for-free-software | Security by and for free software — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and projects that have... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:08 |
https://www.fsf.org/share?u=https://www.fsf.org/campaigns/priority-projects/priority-projects/highpriorityprojects&t=High Priority Free Software Projects | — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and projects that have helped us get where we are today:... | 2026-01-13T08:50:08 |
https://docs.python.org/library/calendar.html#module-calendar | calendar — General calendar-related functions — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents calendar — General calendar-related functions Command-line usage Previous topic zoneinfo — IANA time zone support Next topic collections — Container datatypes This page Report a bug Show source Navi... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#iter | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://www.fsf.org/blogs/community/a-preliminary-analysis-of-high-priority-projects-feedback | A preliminary analysis of High Priority Projects feedback — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individual... | 2026-01-13T08:50:08 |
https://www.fsf.org/campaigns/priority-projects/personalassistant | Intelligent personal assistant — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and projects that have he... | 2026-01-13T08:50:08 |
https://docs.python.org/library/concurrent.futures.html#module-concurrent.futures | concurrent.futures — Launching parallel tasks — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents concurrent.futures — Launching parallel tasks Executor Objects ThreadPoolExecutor ThreadPoolExecutor Example InterpreterPoolExecutor ProcessPoolExecutor ProcessPoolExecutor Example Future Objects Mo... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/string.html#string.octdigits | string — Common string operations — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents string — Common string operations String constants Custom String Formatting Format String Syntax Format Specification Mini-Language Format examples Template strings ($-strings) Helper functions Previous topic T... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/tkinter.html#tkinter-file-handlers | tkinter — Python interface to Tcl/Tk — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents tkinter — Python interface to Tcl/Tk Architecture Tkinter Modules Tkinter Life Preserver A Hello World Program Important Tk Concepts Understanding How Tkinter Wraps Tcl/Tk How do I…? What option does…? Navig... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#id | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/extending.html#id2 | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#aiter | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/windows.html#how-can-i-embed-python-into-a-windows-application | Python on Windows FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Python on Windows FAQ How do I run a Python program under Windows? How do I make Python scripts executable? Why does Python sometimes take so long to start? How do I make an executable from a Python script? Is a *.pyd file... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#bin | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://www.fsf.org/campaigns/priority-projects/contribute | Encourage contributions by people underrepresented in the community — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many ... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/windows.html#is-a-pyd-file-the-same-as-a-dll | Python on Windows FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Python on Windows FAQ How do I run a Python program under Windows? How do I make Python scripts executable? Why does Python sometimes take so long to start? How do I make an executable from a Python script? Is a *.pyd file... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/stdtypes.html#standard-generic-classes | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:08 |
https://docs.python.org/library/exceptions.html#exception-hierarchy | Built-in Exceptions — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Exceptions Exception context Inheriting from built-in exceptions Base classes Concrete exceptions OS exceptions Warnings Exception groups Exception hierarchy Previous topic Built-in Types Next topic Text Processing ... | 2026-01-13T08:50:08 |
https://docs.python.org/reference/index.html#reference-index | The Python Language Reference — Python 3.14.2 documentation Theme Auto Light Dark Previous topic 8. Editors and IDEs Next topic 1. Introduction This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Language Reference | Theme Auto Light... | 2026-01-13T08:50:08 |
https://docs.python.org/reference/lexical_analysis.html#literals | 2. Lexical analysis — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents 2. Lexical analysis 2.1. Line structure 2.1.1. Logical lines 2.1.2. Physical lines 2.1.3. Comments 2.1.4. Encoding declarations 2.1.5. Explicit line joining 2.1.6. Implicit line joining 2.1.7. Blank lines 2.1.8. Indentation ... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/windows.html#how-do-i-make-an-executable-from-a-python-script | Python on Windows FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Python on Windows FAQ How do I run a Python program under Windows? How do I make Python scripts executable? Why does Python sometimes take so long to start? How do I make an executable from a Python script? Is a *.pyd file... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#eval | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#dir | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/library/constants.html#constants-added-by-the-site-module | Built-in Constants — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Constants Constants added by the site module Previous topic Built-in Functions Next topic Built-in Types This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentat... | 2026-01-13T08:50:08 |
https://docs.python.org/library/collections.html#module-collections | collections — Container datatypes — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents collections — Container datatypes ChainMap objects ChainMap Examples and Recipes Counter objects deque objects deque Recipes defaultdict objects defaultdict Examples namedtuple() Factory Function for Tuples wit... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#globals | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/constants.html#False | Built-in Constants — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Constants Constants added by the site module Previous topic Built-in Functions Next topic Built-in Types This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentat... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#abs | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/string.html#string.hexdigits | string — Common string operations — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents string — Common string operations String constants Custom String Formatting Format String Syntax Format Specification Mini-Language Format examples Template strings ($-strings) Helper functions Previous topic T... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/windows.html#how-do-i-check-for-a-keypress-without-blocking | Python on Windows FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Python on Windows FAQ How do I run a Python program under Windows? How do I make Python scripts executable? Why does Python sometimes take so long to start? How do I make an executable from a Python script? Is a *.pyd file... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/string.templatelib.html | string.templatelib — Support for template string literals — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents string.templatelib — Support for template string literals Template strings Types Helper functions Previous topic string — Common string operations Next topic re — Regular expression oper... | 2026-01-13T08:50:08 |
https://www.fsf.org/share?u=https://www.fsf.org/about/staff-and-board/who-we-are&t=Staff and Board | — Free Software Foundation — Working together for free software ​ Push freedom ahead! The free software community has always thwarted the toughest challenges facing freedom in technology. This winter season, we want to thank the many individuals and projects that have helped us get where we are today:... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/windows.html#id10 | Python on Windows FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Python on Windows FAQ How do I run a Python program under Windows? How do I make Python scripts executable? Why does Python sometimes take so long to start? How do I make an executable from a Python script? Is a *.pyd file... | 2026-01-13T08:50:08 |
https://docs.python.org/library/cgitb.html#module-cgitb | cgitb — Traceback manager for CGI scripts — Python 3.14.2 documentation Theme Auto Light Dark Previous topic cgi — Common Gateway Interface support Next topic chunk — Read IFF chunked data This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The... | 2026-01-13T08:50:08 |
https://docs.python.org/reference/simple_stmts.html#the-raise-statement | 7. Simple statements — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents 7. Simple statements 7.1. Expression statements 7.2. Assignment statements 7.2.1. Augmented assignment statements 7.2.2. Annotated assignment statements 7.3. The assert statement 7.4. The pass statement 7.5. The del stateme... | 2026-01-13T08:50:08 |
https://docs.python.org/reference/datamodel.html#special-method-names | 3. Data model — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents 3. Data model 3.1. Objects, values and types 3.2. The standard type hierarchy 3.2.1. None 3.2.2. NotImplemented 3.2.3. Ellipsis 3.2.4. numbers.Number 3.2.4.1. numbers.Integral 3.2.4.2. numbers.Real ( float ) 3.2.4.3. numbers.Compl... | 2026-01-13T08:50:08 |
https://docs.python.org/library/__future__.html#module-__future__ | __future__ — Future statement definitions — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents __future__ — Future statement definitions Module Contents Previous topic traceback — Print or retrieve a stack traceback Next topic gc — Garbage Collector interface This page Report a bug Show source Na... | 2026-01-13T08:50:08 |
https://docs.python.org/reference/datamodel.html#coroutines | 3. Data model — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents 3. Data model 3.1. Objects, values and types 3.2. The standard type hierarchy 3.2.1. None 3.2.2. NotImplemented 3.2.3. Ellipsis 3.2.4. numbers.Number 3.2.4.1. numbers.Integral 3.2.4.2. numbers.Real ( float ) 3.2.4.3. numbers.Compl... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/stdtypes.html#affected-apis | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#compile | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/stdtypes.html#boolean-type-bool | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#anext | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#delattr | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://zh-cn.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26link%3Dhttps%253A%252F%252Fdev.to%252Fmasteringjs%252Fusing-then-vs-async-await-in-javascript-2pma%26app_id%3D966242223397117%26source_surface%3Dexternal_reshare%26display%26hashtag | 登录 Facebook Notice 登录后才能继续。 登录 Facebook 登录后才能继续。 登录 忘记账户了? 或 创建新账户 中文(简体) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 日本語 Português (Brasil) Français (France) Deutsch 注册 登录 Messenger Facebook Lite 视频 Meta Pay Meta 商店 Meta Quest Ray-Ban Meta Meta AI Meta AI 更多内容 Instagram Threads 选民信息中心 隐私政策 隐私中心 关于 创建广... | 2026-01-13T08:50:08 |
https://docs.python.org/library/curses.html#module-curses | curses — Terminal handling for character-cell displays — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents curses — Terminal handling for character-cell displays Functions Window Objects Constants curses.textpad — Text input widget for curses programs Textbox objects Previous topic fileinput — I... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#hex | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/license.html#zlib | History and License — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents History and License History of the software Terms and conditions for accessing or otherwise using Python PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 CNRI LICENSE AGREEMENT FOR PYT... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/stdtypes.html#bitwise-operations-on-integer-types | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/string.html#string.punctuation | string — Common string operations — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents string — Common string operations String constants Custom String Formatting Format String Syntax Format Specification Mini-Language Format examples Template strings ($-strings) Helper functions Previous topic T... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#func-frozenset | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/string.html#module-string | string — Common string operations — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents string — Common string operations String constants Custom String Formatting Format String Syntax Format Specification Mini-Language Format examples Template strings ($-strings) Helper functions Previous topic T... | 2026-01-13T08:50:08 |
https://docs.python.org/3/faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why | Extending/Embedding FAQ — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Extending/Embedding FAQ Can I create my own functions in C? Can I create my own functions in C++? Writing C is hard; are there any alternatives? How can I execute arbitrary Python statements from C? How can I evaluate an... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/stdtypes.html#text-and-binary-sequence-type-methods-summary | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:08 |
https://docs.python.org/library/stdtypes.html#numeric-types-int-float-complex | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/stdtypes.html#template-string-literals-t-strings | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/functions.html#help | Built-in Functions — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Introduction Next topic Built-in Constants This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » Built-in Functions | Theme A... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/string.html#format-examples | string — Common string operations — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents string — Common string operations String constants Custom String Formatting Format String Syntax Format Specification Mini-Language Format examples Template strings ($-strings) Helper functions Previous topic T... | 2026-01-13T08:50:08 |
https://docs.python.org/3/library/stdtypes.html#iterator-types | Built-in Types — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents Built-in Types Truth Value Testing Boolean Operations — and , or , not Comparisons Numeric Types — int , float , complex Bitwise Operations on Integer Types Additional Methods on Integer Types Additional Methods on Float Addition... | 2026-01-13T08:50:08 |
https://docs.python.org/library/configparser.html#module-configparser | configparser — Configuration file parser — Python 3.14.2 documentation Theme Auto Light Dark Table of Contents configparser — Configuration file parser Quick Start Supported Datatypes Fallback Values Supported INI File Structure Unnamed Sections Interpolation of values Mapping Protocol Access Customizing Parser B... | 2026-01-13T08:50:08 |
https://docs.python.org/library/text.html | Text Processing Services — Python 3.14.2 documentation Theme Auto Light Dark Previous topic Built-in Exceptions Next topic string — Common string operations This page Report a bug Show source Navigation index modules | next | previous | Python » 3.14.2 Documentation » The Python Standard Library » ... | 2026-01-13T08:50:08 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.