- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1371 - 1380 of over 10,000 for filetype:html (0.34 seconds)
-
email.charset: Representing character sets R...
Source code: Lib/email/charset.py This module is part of the legacy ( Compat32) email API. In the new API only the aliases table is used. The remaining text in this section is the original document...docs.python.org/3/library/email.charset.htmlSun Feb 22 06:33:52 GMT 2026 6.6K bytes -
timeit — Measure execution time of small code s...
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...docs.python.org/3/library/timeit.htmlSun Feb 22 06:33:52 GMT 2026 10.8K bytes -
csv — CSV File Reading and Writing — Pyth...
Source code: Lib/csv.py The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. CSV format was used for many years prior to att...docs.python.org/3/library/csv.htmlSun Feb 22 06:33:52 GMT 2026 14.6K bytes -
copy — Shallow and deep copy operations —...
Source code: Lib/copy.py Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy ...docs.python.org/3/library/copy.htmlSun Feb 22 06:33:52 GMT 2026 5.6K bytes -
codecs — Codec registry and base classes —...
Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...docs.python.org/3/library/codecs.htmlSun Feb 22 06:33:52 GMT 2026 27.7K bytes -
9. Top-level components — Python 3.14.3 d...
The Python interpreter can get its input from a number of sources: from a script passed to it as standard input or as program argument, typed in interactively, from a module source file, etc. This ...docs.python.org/3/reference/toplevel_components.htmlSun Feb 22 06:33:52 GMT 2026 4.9K bytes -
xml.sax.xmlreader — Interface for XML parsers &...
Source code: Lib/xml/sax/xmlreader.py SAX parsers implement the XMLReader interface. They are implemented in a Python module, which must provide a function create_parser(). This function is invoked...docs.python.org/3/library/xml.sax.reader.htmlSun Feb 22 06:33:52 GMT 2026 9.5K bytes -
for Loops | Scala Book | Scala Documentation
This page provides an introduction to the Scala 'for' loop, including how to iterate over Scala collections.docs.scala-lang.org/overviews/scala-book/for-loops.htmlFri Feb 06 04:30:27 GMT 2026 66.6K bytes -
Common Sequence Methods | Scala Book | Scala Do...
This page shows examples of the most common methods that are available on the Scala sequences (collections classes).docs.scala-lang.org/overviews/scala-book/collections-methods.htmlFri Feb 06 04:30:27 GMT 2026 95.4K bytes -
Concrete Immutable Collection Classes | Collect...
Collections (Scala 2.8 - 2.12) Concrete Immutable Collection Classes Language Outdated Notice This page has a new ver...docs.scala-lang.org/overviews/collections/concrete-immutable-collection-classes.htmlFri Feb 06 04:30:27 GMT 2026 60K bytes