- Mastering Python
- Rick van Hattem
- 156字
- 2021-07-16 11:10:33
Summary
Python has quite a few very useful collections built in. Since more and more collections are added regularly, the best thing to do is simply keep track of the collections manual. And do you ever wonder how or why any of the structures works? Just look at the source here:
https://hg.python.org/cpython/file/default/Lib/collections/__init__.py
After finishing this chapter, you should be aware of both the core collections and the most important collections from the collections module, but more importantly the performance characteristics of these collections in several scenarios. Selecting the correct data structure within your applications is by far the most important performance factor that your code will ever experience, making this essential knowledge for any programmer.
Next, we will continue with functional programming which covers lambda
functions, list
comprehensions, dict
comprehensions, set
comprehensions and an array of related topics. This includes some background information on the mathematics involved which could be interesting but can safely be skipped.
- Puppet 4 Essentials(Second Edition)
- UNIX編程藝術(shù)
- Flask Blueprints
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- Oracle從新手到高手
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Python 深度學(xué)習(xí)
- Mastering Articulate Storyline
- Hands-On Enterprise Automation with Python.
- 領(lǐng)域驅(qū)動(dòng)設(shè)計(jì):軟件核心復(fù)雜性應(yīng)對(duì)之道(修訂版)
- Node.js:來(lái)一打 C++ 擴(kuò)展
- 編寫(xiě)高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Cinder:Begin Creative Coding
- Python全棧開(kāi)發(fā):數(shù)據(jù)分析
- Swift Essentials(Second Edition)