Skip to content

Python More Builtin Types

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Python More Built-in Types

Previous

Home

Next

The following sections describe the standard types that are built into the interpreter.

The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions.

Some collection classes are mutable. The methods that add, subtract, or rearrange their members in place, and don’t return a specific item, never return the collection instance itself but None.

Next, we shall embark upon Python-Functions

Clone this wiki locally