- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of about 10,000 for filetype:html (0.03 sec)
-
zlib — Compression compatible with gzip — Pytho...
For applications that require data compression, the functions in this module allow compression and decompression, using the zlib library. The zlib library has its own home page at https://www.zlib....docs.python.org/3/library/zlib.htmlRegistered: Fri Jun 27 03:48:52 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 45.8K bytes - Viewed (0) -
9. Top-level components — Python 3.13.5 documen...
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.htmlRegistered: Fri Jun 27 03:48:12 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 20.4K bytes - Viewed (0) -
copy — Shallow and deep copy operations — Pytho...
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.htmlRegistered: Fri Jun 27 03:50:25 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 25.3K bytes - Viewed (0) -
configparser — Configuration file parser — Pyth...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlRegistered: Fri Jun 27 03:40:57 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 173.3K bytes - Viewed (0) -
6. Modules — Python 3.13.5 documentation
If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...docs.python.org/3/tutorial/modules.htmlRegistered: Fri Jun 27 03:41:00 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 71.5K bytes - Viewed (0) -
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.htmlRegistered: Fri Jun 27 03:41:39 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 57.1K bytes - Viewed (0) -
platform — Access to underlying platform’s iden...
Source code: Lib/platform.py Cross platform: Java platform: Windows platform: macOS platform: iOS platform: Unix platforms: Linux platforms: Android platform: Command-line usage: platform can also ...docs.python.org/3/library/platform.htmlRegistered: Fri Jun 27 03:41:49 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 59.9K bytes - Viewed (0) -
3. Configure Python — Python 3.13.5 documentation
Build Requirements: Features and minimum versions required to build CPython: A C11 compiler. Optional C11 features are not required., On Windows, Microsoft Visual Studio 2017 or later is required.,...docs.python.org/3/using/configure.htmlRegistered: Fri Jun 27 03:39:29 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 162K bytes - Viewed (0) -
Type Inference | Tour of Scala | Scala Document...
Tour of Scala Type Inference Language The Scala compiler can often infer the type of an expression so you don’t have ...docs.scala-lang.org/tour/type-inference.htmlRegistered: Fri Jun 27 04:15:36 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 42.7K bytes - Viewed (0) -
Basics | Tour of Scala | Scala Documentation
Tour of Scala Basics Language In this page, we will cover the basics of Scala. Trying Scala in the Browser You can ru...docs.scala-lang.org/tour/basics.htmlRegistered: Fri Jun 27 04:16:20 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 86K bytes - Viewed (0)