- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 40字
- 2021-07-02 21:09:30
Basic building blocks
To organize our code, we can divide it into four basic building blocks. We'll discuss each of these separately for understanding their role and importance in the Python code. These are as follows:
- Functions
- Variables
- Expressions
- Classes
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- Flask Web全棧開發(fā)實戰(zhàn)
- UNIX編程藝術(shù)
- 深入理解Android(卷I)
- Android開發(fā)精要
- PyTorch Artificial Intelligence Fundamentals
- Apex Design Patterns
- 精通Python自然語言處理
- 利用Python進行數(shù)據(jù)分析(原書第3版)
- 學(xué)習(xí)正則表達式
- HTML5開發(fā)精要與實例詳解
- Learning AWS
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計原理(第2版)
- Webpack實戰(zhàn):入門、進階與調(diào)優(yōu)(第2版)
- Python Web自動化測試設(shè)計與實現(xiàn)