- 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.
- Linux C/C++服務器開發實踐
- Game Programming Using Qt Beginner's Guide
- Visual Basic 6.0程序設計計算機組裝與維修
- 兩周自制腳本語言
- C++面向對象程序設計(微課版)
- Hands-On Data Structures and Algorithms with JavaScript
- Getting Started with React Native
- 速學Python:程序設計從入門到進階
- Spring 5 Design Patterns
- Python編程入門(第3版)
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- 微信公眾平臺開發最佳實踐
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)
- Cocos2D Game Development Essentials
- Learning RSLogix 5000 Programming