- 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.
推薦閱讀
- 軟件項目估算
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Clojure for Domain:specific Languages
- Easy Web Development with WaveMaker
- Troubleshooting PostgreSQL
- 數據結構(C語言)
- Oracle GoldenGate 12c Implementer's Guide
- Hands-On Kubernetes on Windows
- Arduino Wearable Projects
- App Inventor 2 Essentials
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 青少年學Python(第2冊)
- Penetration Testing with the Bash shell
- Learning Grunt
- 會當凌絕頂:Java開發修行實錄