- Expert Python Programming(Second Edition)
- Micha? Jaworski Tarek Ziadé
- 85字
- 2021-07-16 10:58:07
Summary
This chapter covered various best syntax practices that do not directly relate to Python classes and object-oriented programming. The first part of the chapter was dedicated to syntax features around Python sequences and collections, strings and byte-related sequences were also discussed. The rest of the chapter covered independent syntax elements of two groups—those that are relatively hard to understand for beginners (such as iterators, generators, and decorators) and those that are simply less known (the for…else
clause and function annotations).
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Intel Galileo Essentials
- 數(shù)據(jù)庫原理及應(yīng)用(Access版)第3版
- Beginning Java Data Structures and Algorithms
- 數(shù)據(jù)結(jié)構(gòu)(Java語言描述)
- PySide GUI Application Development(Second Edition)
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- WebRTC技術(shù)詳解:從0到1構(gòu)建多人視頻會議系統(tǒng)
- 程序是怎樣跑起來的(第3版)
- Learning JavaScript Data Structures and Algorithms
- Jenkins Continuous Integration Cookbook(Second Edition)
- 批調(diào)度與網(wǎng)絡(luò)問題的組合算法
- 深入剖析Java虛擬機(jī):源碼剖析與實例詳解(基礎(chǔ)卷)
- Mastering Elasticsearch(Second Edition)
- SFML Game Development