- Python Programming Blueprints
- Daniel Furtado Marcus Pennington
- 169字
- 2021-06-24 18:53:53
Summary
In this chapter, we developed an application to cast votes on Twitter and we learned the different concepts and paradigms of the Python programming language.
By creating the hashtag voting application, you have learned how to create and configure a Twitter app and also how to implement a three-legged OAuth authentication to consume data from the Twitter API.
We also learned how to use the logging module to show informational messages to the users of our application. Like the previous modules, we also created a command-line parser using the ArgumentParser module in the standard library.
We also had an introduction to reactive programming using the Rx (Reactive Extensions for Python) module. Then we used the concurrent.futures module to enhance the performance of our application, running multiple requests to the Twitter API in parallel.
Lastly, we built a user interface using the Tkinter module.
In the next chapter, we are going to build an application that will fetch exchange rate data from the site http://fixer.io to perform currency conversion.
- EJB 3.1從入門到精通
- Mastering Node.js(Second Edition)
- 物聯網智慧安監技術
- 物聯網網絡安全及應用
- 社交電商運營策略、技巧與實操
- Windows Server 2003 Active Directory Design and Implementation: Creating, Migrating, and Merging Networks
- 物聯網技術與應用
- 物聯網通信技術
- Building Web Applications with ArcGIS
- 語音信號處理及Blackfin DSP實現
- 深入理解OpenStack Neutron
- 5G非正交多址接入技術:理論、算法與實現
- 全聯網標識服務
- Getting Started with tmux
- 深入理解計算機網絡