Register
Login
About
Study
Enterprise
Share
Internet / AI Technology University (ITU/AITU)
Fast Login - available after registration
|
Top Links:
>>
80. Technology
>>
Internet Technology Summit Program
>>
9. AI with Python
>>
9.1. The Python Tutorial Introduction
>>
9.1.1. Python Docs, Lexicon, and Components
Current Topic:
9.1.1.2. Python Lexicon and Components
Sub-Topics:
9.1.1.2.1. Lexical analysis
|
9.1.1.2.10. Logging HOWTO
|
9.1.1.2.11. Initialization, Finalization, and Threads
|
9.1.1.2.12. Introduction
|
9.1.1.2.13. Execution model
|
9.1.1.2.14. Top-level components
|
9.1.1.2.15. Complex Number Objects
|
9.1.1.2.16. Python Initialization Configuration
|
9.1.1.2.17. Allocating Objects on the Heap
|
9.1.1.2.18. Type Objects
|
9.1.1.2.19. Bytes Objects
|
9.1.1.2.2. Data model
|
9.1.1.2.20. Common Object Structures
|
9.1.1.2.21. Object Protocol
|
9.1.1.2.22. Tuple Objects
|
9.1.1.2.3. Modules
|
9.1.1.2.4. Simple statements
|
9.1.1.2.5. Importing Modules
|
9.1.1.2.6. Expressions
|
9.1.1.2.7. The import system
|
9.1.1.2.8. Module Objects
|
9.1.1.2.9. Glossary
-- Scroll to check for more content below...
You have a privilege to create a quiz (QnA) related to this subject and obtain creativity score...
_ (underscore)
gettext
in numeric literal
,
[1]
in string formatting
_, identifiers
__, identifiers
__abs__() (in module operator)
(object method)
__add__() (in module operator)
(object method)
__aenter__() (object method)
__aexit__() (object method)
__aiter__() (object method)
__all__
(optional module attribute)
(package variable)
__and__() (in module operator)
(object method)
__anext__() (agen method)
(object method)
__annotations__ (class attribute)
(function attribute)
(module attribute)
__await__() (object method)
__bases__ (class attribute)
,
[1]
__bool__() (object method)
,
[1]
__breakpointhook__ (in module sys)
__bytes__() (email.message.EmailMessage method)
(email.message.Message method)
(object method)
__cached__
__call__() (email.headerregistry.HeaderRegistry method)
(object method)
,
[1]
(weakref.finalize method)
__callback__ (weakref.ref attribute)
__cause__ (exception attribute)
(traceback.TracebackException attribute)
__ceil__() (fractions.Fraction method)
(object method)
__class__ (instance attribute)
,
[1]
(method cell)
(module attribute)
(unittest.mock.Mock attribute)
__class_getitem__() (object class method)
__classcell__ (class namespace entry)
__closure__ (function attribute)
__code__ (function attribute)
(function object attribute)
__complex__() (object method)
__concat__() (in module operator)
__contains__() (email.message.EmailMessage method)
(email.message.Message method)
(in module operator)
(mailbox.Mailbox method)
(object method)
__context__ (exception attribute)
(traceback.TracebackException attribute)
__copy__() (copy protocol)
__debug__
(built-in variable)
__deepcopy__() (copy protocol)
__defaults__ (function attribute)
__del__() (io.IOBase method)
(object method)
__delattr__() (object method)
__delete__() (object method)
__delitem__() (email.message.EmailMessage method)
(email.message.Message method)
(in module operator)
(mailbox.Mailbox method)
(mailbox.MH method)
(object method)
__dict__ (class attribute)
(function attribute)
(instance attribute)
(module attribute)
,
[1]
(object attribute)
__dir__ (module attribute)
__dir__() (object method)
(unittest.mock.Mock method)
__displayhook__ (in module sys)
__divmod__() (object method)
__doc__ (class attribute)
(function attribute)
(method attribute)
(module attribute)
,
[1]
(types.ModuleType attribute)
__enter__() (contextmanager method)
(object method)
(winreg.PyHKEY method)
__eq__() (email.charset.Charset method)
(email.header.Header method)
(in module operator)
(instance method)
(memoryview method)
(object method)
__excepthook__ (in module sys)
__exit__() (contextmanager method)
(object method)
(winreg.PyHKEY method)
__file__
(module attribute)
,
[1]
,
[2]
__float__() (object method)
__floor__() (fractions.Fraction method)
(object method)
__floordiv__() (in module operator)
(object method)
__format__
__format__() (datetime.date method)
(datetime.datetime method)
(datetime.time method)
(object method)
__fspath__() (os.PathLike method)
__func__ (method attribute)
__future__
future statement
__future__ (module)
__ge__() (in module operator)
(instance method)
(object method)
__get__() (object method)
__getattr__ (module attribute)
__getattr__() (object method)
__getattribute__() (object method)
__getitem__() (email.headerregistry.HeaderRegistry method)
(email.message.EmailMessage method)
(email.message.Message method)
(in module operator)
(mailbox.Mailbox method)
(mapping object method)
(object method)
(re.Match method)
__getnewargs__() (object method)
__getnewargs_ex__() (object method)
__getstate__() (copy protocol)
(object method)
__globals__ (function attribute)
__gt__() (in module operator)
(instance method)
(object method)
__hash__() (object method)
__iadd__() (in module operator)
(object method)
__iand__() (in module operator)
(object method)
__iconcat__() (in module operator)
__ifloordiv__() (in module operator)
(object method)
__ilshift__() (in module operator)
(object method)
__imatmul__() (in module operator)
(object method)
__imod__() (in module operator)
(object method)
__import__
built-in function
__import__() (built-in function)
(in module importlib)
__imul__() (in module operator)
(object method)
__index__() (in module operator)
(object method)
__init__() (difflib.HtmlDiff method)
(logging.Handler method)
(logging.logging.Formatter method)
(object method)
__init_subclass__() (object class method)
__instancecheck__() (class method)
__int__() (object method)
__interactivehook__ (in module sys)
__inv__() (in module operator)
__invert__() (in module operator)
(object method)
__ior__() (in module operator)
(object method)
__ipow__() (in module operator)
(object method)
__irshift__() (in module operator)
(object method)
__isub__() (in module operator)
(object method)
Was it clear so far?
__iter__() (container method)
(iterator method)
(mailbox.Mailbox method)
(object method)
(unittest.TestSuite method)
__itruediv__() (in module operator)
(object method)
__ixor__() (in module operator)
(object method)
__kwdefaults__ (function attribute)
__le__() (in module operator)
(instance method)
(object method)
__len__() (email.message.EmailMessage method)
(email.message.Message method)
(mailbox.Mailbox method)
(mapping object method)
(object method)
__length_hint__() (object method)
__loader__
(module attribute)
(types.ModuleType attribute)
__lshift__() (in module operator)
(object method)
__lt__() (in module operator)
(instance method)
(object method)
__main__
module
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
__main__ (module)
__matmul__() (in module operator)
(object method)
__missing__()
(collections.defaultdict method)
(object method)
__mod__() (in module operator)
(object method)
__module__ (class attribute)
(function attribute)
(method attribute)
__mro__ (class attribute)
__mul__() (in module operator)
(object method)
__name__
(class attribute)
(definition attribute)
(function attribute)
(method attribute)
(module attribute)
,
[1]
,
[2]
(types.ModuleType attribute)
__ne__() (email.charset.Charset method)
(email.header.Header method)
(in module operator)
(instance method)
(object method)
__neg__() (in module operator)
(object method)
__new__() (object method)
__next__() (csv.csvreader method)
(generator method)
(iterator method)
__not__() (in module operator)
__or__() (in module operator)
(object method)
__package__
(module attribute)
(types.ModuleType attribute)
__path__
__pos__() (in module operator)
(object method)
__pow__() (in module operator)
(object method)
__prepare__ (metaclass method)
__qualname__ (definition attribute)
__radd__() (object method)
__rand__() (object method)
__rdivmod__() (object method)
__reduce__() (object method)
__reduce_ex__() (object method)
__repr__() (multiprocessing.managers.BaseProxy method)
(netrc.netrc method)
(object method)
__reversed__() (object method)
__rfloordiv__() (object method)
__rlshift__() (object method)
__rmatmul__() (object method)
__rmod__() (object method)
__rmul__() (object method)
__ror__() (object method)
__round__() (fractions.Fraction method)
(object method)
__rpow__() (object method)
__rrshift__() (object method)
__rshift__() (in module operator)
(object method)
__rsub__() (object method)
__rtruediv__() (object method)
__rxor__() (object method)
__self__ (method attribute)
__set__() (object method)
__set_name__() (object method)
__setattr__() (object method)
__setitem__() (email.message.EmailMessage method)
(email.message.Message method)
(in module operator)
(mailbox.Mailbox method)
(mailbox.Maildir method)
(object method)
__setstate__() (copy protocol)
(object method)
__slots__
__spec__
__stderr__ (in module sys)
__stdin__ (in module sys)
__stdout__ (in module sys)
__str__() (datetime.date method)
(datetime.datetime method)
(datetime.time method)
(email.charset.Charset method)
(email.header.Header method)
(email.headerregistry.Address method)
(email.headerregistry.Group method)
(email.message.EmailMessage method)
(email.message.Message method)
(multiprocessing.managers.BaseProxy method)
(object method)
__sub__() (in module operator)
(object method)
__subclasscheck__() (class method)
__subclasses__() (class method)
__subclasshook__() (abc.ABCMeta method)
__suppress_context__ (traceback.TracebackException attribute)
__traceback__ (exception attribute)
__truediv__() (in module operator)
(object method)
__trunc__() (object method)
__unraisablehook__ (in module sys)
__xor__() (in module operator)
(object method)
_anonymous_ (ctypes.Structure attribute)
_asdict() (collections.somenamedtuple method)
_b_base_ (ctypes._CData attribute)
_b_needsfree_ (ctypes._CData attribute)
_callmethod() (multiprocessing.managers.BaseProxy method)
_CData (class in ctypes)
_clear_type_cache() (in module sys)
_current_frames() (in module sys)
_debugmallocstats() (in module sys)
_dummy_thread (module)
_enablelegacywindowsfsencoding() (in module sys)
_exit() (in module os)
_field_defaults (collections.somenamedtuple attribute)
_fields (ast.AST attribute)
(collections.somenamedtuple attribute)
_fields_ (ctypes.Structure attribute)
_flush() (wsgiref.handlers.BaseHandler method)
_frozen (C type)
_FuncPtr (class in ctypes)
_get_child_mock() (unittest.mock.Mock method)
_getframe() (in module sys)
_getvalue() (multiprocessing.managers.BaseProxy method)
_handle (ctypes.PyDLL attribute)
_inittab (C type)
_length_ (ctypes.Array attribute)
_locale
module
_make() (collections.somenamedtuple class method)
_makeResult() (unittest.TextTestRunner method)
_name (ctypes.PyDLL attribute)
_objects (ctypes._CData attribute)
_pack_ (ctypes.Structure attribute)
_parse() (gettext.NullTranslations method)
_Pointer (class in ctypes)
_Py_c_diff (C function)
_Py_c_neg (C function)
_Py_c_pow (C function)
_Py_c_prod (C function)
_Py_c_quot (C function)
_Py_c_sum (C function)
_Py_InitializeMain (C function)
_Py_NoneStruct (C variable)
_Py_TPFLAGS_HAVE_VECTORCALL (built-in variable)
_PyBytes_Resize (C function)
_PyCFunctionFast (C type)
_PyCFunctionFastWithKeywords (C type)
_PyImport_Fini (C function)
_PyImport_Init (C function)
_PyObject_FastCallDict (C function)
_PyObject_New (C function)
_PyObject_NewVar (C function)
_PyObject_Vectorcall (C function)
_PyTuple_Resize (C function)
_replace() (collections.somenamedtuple method)
_setroot() (xml.etree.ElementTree.ElementTree method)
_SimpleCData (class in ctypes)
_structure() (in module email.iterators)
_thread
module
_thread (module)
_type_ (ctypes._Pointer attribute)
(ctypes.Array attribute)
_write() (wsgiref.handlers.BaseHandler method)
_xoptions (in module sys)
|
Check Your Progress
|
Propose QnA
|
Have a question or comments for open discussion?
Have a suggestion? -
shoot an email
Looking for something special? -
Talk to me
Read:
IT of the future: AI and Semantic Cloud Architecture
|
Fixing Education
Do you want to move from theory to practice and become a magician? Learn and work with us at Internet Technology University (ITU) - JavaSchool.com.
Technology that we offer and How this works:
English
|
Spanish
|
Russian
|
French
Internet Technology University | JavaSchool.com | Copyrights © Since 1997 | All Rights Reserved
Patents: US10956676, US7032006, US7774751, US7966093, US8051026, US8863234
Including conversational semantic decision support systems (CSDS) and bringing us closer to
The message from 2040
Privacy Policy