- Mastering Python Networking
- Eric Chou
- 97字
- 2021-07-02 21:42:32
Numerics
Python numeric objects are basically numbers. With the exception of Boolean, the numeric types of int, long, float, and complex are all signed, meaning they can be positive or negative. Boolean is a subclass of the integer that can be one of two values: 1 for True, and 0 for False. The rest of the numeric types are differentiated by how precise they can represent the number; for example, int are whole numbers with a limited range while long are whole numbers with unlimited range. Float are numbers using the double-precision representation (64-bit) on the machine.
推薦閱讀
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Android 9 Development Cookbook(Third Edition)
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- C語言程序設計
- Java 11 Cookbook
- Apache Mesos Essentials
- jQuery開發基礎教程
- Flutter跨平臺開發入門與實戰
- MySQL入門很輕松(微課超值版)
- jQuery for Designers Beginner's Guide Second Edition
- Python網絡爬蟲實例教程(視頻講解版)
- Microsoft XNA 4.0 Game Development Cookbook
- C# 7 and .NET Core 2.0 Blueprints
- 基于JavaScript的WebGIS開發
- Apache Kafka 1.0 Cookbook