- Python Data Structures and Algorithms
- Benjamin Baka
- 193字
- 2021-07-09 19:44:57
Python for data
Python has several built-in data structures, including lists, dictionaries, and sets, that we use to build customized objects. In addition, there are a number of internal libraries, such as collections and the math object, which allow us to create more advanced structures as well as perform calculations on those structures. Finally, there are the external libraries such as those found in the SciPy packages. These allow us to perform a range of advanced data tasks such as logistic and linear regression, visualization, and mathematical calculations such as operations on matrixes and vectors. External libraries can be very useful for an out-of-the-box solution. However, we must also be aware that there is often a performance penalty compared to building customized objects from the ground up. By learning how to code these objects ourselves, we can target them to specific tasks, making them more efficient. This is not to exclude the role of external libraries and we will look at this in Chapter 12, Design Techniques and Strategies.
To begin, we will take an overview of some of the key language features that make Python such a great choice for data programming.
- Java逍遙游記
- Python Deep Learning
- 大學計算機基礎(第2版)(微課版)
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Visual Basic程序設計
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- C# and .NET Core Test Driven Development
- 從0到1:HTML5 Canvas動畫開發
- Mastering Adobe Captivate 7
- Hack與HHVM權威指南
- HTML5游戲開發實戰
- SQL Server 2012 數據庫應用教程(第3版)
- 分布式數據庫HBase案例教程
- Spring Boot從入門到實戰
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)