- Sort Score
- Num 10 results
- Language All
- Labels All
Results 171 - 180 of over 10,000 for content_length:[100000 TO 499999] (0.05 seconds)
-
What’s New in Python 2.7 — Python 3.14.3 docume...
Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.7. Python 2.7 was released on July 3, 2010. Numeric handling has been improved in many ways, for both floa...docs.python.org/3/whatsnew/2.7.htmlFri Feb 06 03:23:27 GMT 2026 342.1K bytes -
C API Stability — Python 3.14.3 documentation
Unless documented otherwise, Python’s C API is covered by the Backwards Compatibility Policy, PEP 387. Most changes to it are source-compatible (typically by only adding new API). Changing existing...docs.python.org/3/c-api/stable.htmlFri Feb 06 03:23:27 GMT 2026 267.8K bytes -
pathlib — Object-oriented filesystem paths — Py...
Source code: Lib/pathlib/ This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which pro...docs.python.org/3/library/pathlib.htmlFri Feb 06 03:23:28 GMT 2026 262K bytes -
statistics — Mathematical statistics functions ...
Source code: Lib/statistics.py This module provides functions for calculating mathematical statistics of numeric ( Real-valued) data. The module is not intended to be a competitor to third-party li...docs.python.org/3/library/statistics.htmlFri Feb 06 03:23:28 GMT 2026 148.1K bytes -
Tools | Scala 3 — Book | Scala Documentation
This chapter provides an introduction to the available domain modeling tools in Scala 3, including classes, traits, enums, and more.docs.scala-lang.org/scala3/book/domain-modeling-tools.htmlThu Feb 05 16:30:25 GMT 2026 181.8K bytes -
Верхнее Ограничение Типа | Scala Documentation
Tour of Scala Верхнее Ограничение Типа Language В Scala параметры типа и члены абстрактного типа могут быть ограничен...docs.scala-lang.org/ru/tour/upper-type-bounds.htmlFri Feb 06 04:30:27 GMT 2026 221.1K bytes -
统一类型 | Scala Documentation
Tour of Scala 统一类型 Language 在Scala中,所有的值都有类型,包括数值和函数。下图阐述了类型层次结构的一个子集。 Scala类型层次结构 Any 是所有类型的超类型,也称为顶级类 型。它定义了一些通用的方法...docs.scala-lang.org/zh-cn/tour/unified-types.htmlFri Feb 06 04:30:27 GMT 2026 209K bytes -
高阶函数 | Scala Documentation
Tour of Scala 高阶函数 Language 高阶函数是指使用其他函数作为参数、或者返回一个函数作为结果的函数。在Scala中函数是“一等公民”,所以允许定义高阶函数。这里的术语可能有点让人困惑,我们约定,使用函数值作为参数...docs.scala-lang.org/zh-cn/tour/higher-order-functions.htmlFri Feb 06 04:30:27 GMT 2026 215.4K bytes -
类型推断 | Scala Documentation
Tour of Scala 类型推断 Language Scala 编译器通常可以推断出表达式的类型,因此你不必显式地声明它。 省略类型 val businessName = "Montreux Jazz Café" 编译器可以发现 ...docs.scala-lang.org/zh-cn/tour/type-inference.htmlFri Feb 06 04:30:27 GMT 2026 208.6K bytes -
模式匹配 | Scala Documentation
Tour of Scala 模式匹配 Language 模式匹配是检查某个值(value)是否匹配某一个模式的机制,一个成功的匹配同时会将匹配值解构为其组成部分。它是Java中的 switch 语句的升级版,同样可以用于替代一系列的 ...docs.scala-lang.org/zh-cn/tour/pattern-matching.htmlFri Feb 06 04:30:27 GMT 2026 216.4K bytes