Working with Collections
Uložené v:
| Vydané v: | Functional Python Programming s. 1 - 2 |
|---|---|
| Hlavný autor: | |
| Médium: | Kapitola |
| Jazyk: | English |
| Vydavateľské údaje: |
United Kingdom
Packt Publishing
2022
Packt Publishing, Limited |
| Vydanie: | 3rd Edition |
| Predmet: | |
| ISBN: | 1803232579, 9781803232577 |
| On-line prístup: | Získať plný text |
| Tagy: |
Pridať tag
Žiadne tagy, Buďte prvý, kto otaguje tento záznam!
|
Obsah:
- 4.1 An Overview of Function Varieties 4.2 Working with Iterables 4.3 Using any() and all() as Reductions 4.4 Using len() and sum() on Collections 4.5 Using zip() to Structure and Flatten Sequences 4.6 Using Sorted() and Reversed() to Change the Order 4.7 Using Enumerate() to Include a Sequence Number 4.8 Summary 4.9 Exercises

