書名: Mastering Concurrency in Python作者名: Quan Nguyen本章字數: 70字更新時間: 2021-06-10 19:24:06
Questions
- What is a file descriptor and in what ways can it be handled in Python?
- What problem arises when file descriptors are not handled carefully?
- What is a lock and in what ways can it be handled in Python?
- What problem arises when locks are not handled carefully?
- What is the idea behind context managers?
- What options does the with statement in Python provide in terms of context management?
推薦閱讀
- UML和模式應用(原書第3版)
- Python入門很簡單
- Visual Basic程序設計教程
- Mastering Kotlin
- Python爬蟲開發與項目實戰
- ASP.NET動態網頁設計教程(第三版)
- Mastering LibGDX Game Development
- QGIS By Example
- C語言程序設計教程
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Python機器學習與量化投資
- Visual C++從入門到精通(第2版)
- VMware vRealize Orchestrator Essentials
- Mastering Swift 4(Fourth Edition)
- jQuery 2.0 Development Cookbook