- Python Data Structures and Algorithms
- Benjamin Baka
- 113字
- 2021-07-09 19:45:06
Summary
In the last two chapters, we have examined the language features and data types of Python. We have looked at the built-in data types and some internal Python modules, most notably the collections module. There are also several other Python modules that are relevant to the topic of this book, but rather than examining them separately, their use and functionality should become self-evident as we begin using them. There are also a number of external libraries such as the SciPy stack, and, likewise, I will attempt to explain their basic functionality as we begin to apply them.
In the next chapter, we will introduce the basic theory and techniques of algorithm design.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Visual FoxPro程序設計教程(第3版)
- PLC編程及應用實戰
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- jQuery for Designers Beginner's Guide Second Edition
- IoT Projects with Bluetooth Low Energy
- Mastering jQuery Mobile
- Hands-On Robotics Programming with C++
- Unity 5 Game Optimization
- Java程序設計及應用開發
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- Flutter之旅
- Raspberry Pi開發實戰
- Laravel 5.x Cookbook