- Mastering Python Networking
- Eric Chou
- 44字
- 2021-07-02 21:42:32
Python built-In types
Python has several standard types built into the interpreter:
- None: The Null object
- Numerics: int, long, float, complex, and bool (The subclass of int with True or False value)
- Sequences: str, list, tuple, and range
- Mappings: dict
- Sets: set and frozenset
推薦閱讀
- Python概率統計
- Kali Linux Web Penetration Testing Cookbook
- Redis入門指南(第3版)
- Mastering SVG
- Flink SQL與DataStream入門、進階與實戰
- 精通搜索分析
- Mastering Articulate Storyline
- PhpStorm Cookbook
- 零基礎學Python數據分析(升級版)
- Learning Data Mining with R
- Getting Started with Greenplum for Big Data Analytics
- Android應用案例開發大全(第二版)
- Java面向對象程序設計
- ASP.NET求職寶典
- Java程序設計教程