- Python Programming Blueprints
- Daniel Furtado Marcus Pennington
- 133字
- 2021-06-24 18:53:47
Summary
In this chapter, you learned the basics of object-oriented programming in Python; we covered how to create classes, use inheritance, and use the @property decorators to create getter and setters.
We covered how to use the inspect module to get more information about modules, classes, and functions. Last but not least, we made use of the powerful package Beautifulsoup to parse HTML and Selenium to make requests to the weather website.
We also learned how to implement command line tools using the argparse module from Python's standard library, which allows us to provide tools that are easier to use and with very helpful documentation.
Next up, we are going to develop a small wrapper around the Spotify Rest API and use it to create a remote control terminal.
- Django 2 by Example
- 物聯網檢驗檢測技術
- 局域網組建、管理與維護項目教程(Windows Server 2003)
- 企業私有云建設指南
- 數字通信同步技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 中國互聯網發展報告2018
- Microservice Patterns and Best Practices
- Unity Artificial Intelligence Programming
- 網管工具使用與技巧大全
- 端到端QoS網絡設計
- 高級網絡技術
- 從實踐中學習手機抓包與數據分析
- 深入理解OpenStack Neutron
- 5G+區塊鏈
- Getting Started with tmux