- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 196字
- 2021-07-02 21:09:28
What this book covers
Chapter 1, Python Primer, is a quick primer on the Python language's syntax and semantics.
Chapter 2, Setting Up, is about getting the Python runtime installed and usable.
Chapter 3, Making a Package, shows how to create a Python source code package.
Chapter 4, Basic Best Practices, covers several of the best practices, including source code formatting rules and the use of tools such as version control in virtual environments.
Chapter 5, Making a Command-Line Utility, explains how to create a complete text-mode utility program.
Chapter 6, Parallel Processing, shows how to improve the performance of CPU-bound programs in parallel processing.
Chapter 7, Coroutines and Asynchronous I/O, explains how to improve the performance of I/O bound programs using asynchronous I/O.
Chapter 8, Metaprogramming, covers several different ways in which Python syntax or semantics can be controlled programmatically from within our own source code.
Chapter 9, Unit Testing, talks about automated unit testing and test-driven development.
Chapter 10, Reactive Programming, is about reactive programming and the RxPY framework.
Chapter 11, Microservices, is about creating microservices.
Chapter 12, Extension Modules and Compiled Code, talks about linking Python code with system-level code written in C.
- 程序員面試筆試寶典
- Rake Task Management Essentials
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Bulma必知必會
- 高級C/C++編譯技術(典藏版)
- Visual FoxPro程序設計
- Integrating Facebook iOS SDK with Your Application
- 區塊鏈技術與應用
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Java設計模式深入研究
- 大象:Thinking in UML(第二版)
- C語言開發寶典
- 微信公眾平臺服務號開發:揭秘九大高級接口
- Node.js進階之路
- Vue.js從入門到精通