Fluent Python
Metadata
- Author: Luciano Romalho
- Full Title: Fluent Python
- Category:#articles
- Document Tags: book python
- URL: http://library.hazadus.ru/media/books/Luciano_Ramalho_Fluent_Python_Clear_Concise_and_Effective_Programming.pdf
Highlights
-
However, if you learned another object-oriented language before Python, you may find it strange to use len(collection) instead of collection.len() . This apparent oddity is the tip of an iceberg that, when properly understood, is the key to every‐ thing we call Pythonic . The iceberg is called the Python Data Model, and it is the API that we use to make our own objects play well with the most idiomatic language features. (View Highlight)
-
However, if you learned another object-oriented language before Python, you may find it strange to use len(collection) instead of collection.len() . This apparent oddity is the tip of an iceberg that, when properly understood, is the key to every‐ thing we call Pythonic . The iceberg is called the Python Data Model, and it is the API that we use to make our own objects play well with the most idiomatic language features. (View Highlight)
📂 Articles | Последнее изменение: 23.11.2024 16:34