Fluent python

Python’s simplicity lets you become productive quickly, but this often means you aren’t using everything it has to offer. With this hands-on guide, you’ll learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features. Author Luciano Ramalho takes yo...

Descripción completa

Detalles Bibliográficos
Otros Autores: Ramalho, Luciano, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing, [China] : O'Reilly 2015.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629691506719
Tabla de Contenidos:
  • ""Tuples as Immutable Lists""""Slicing""; ""Why Slices and Range Exclude the Last Item""; ""Slice Objects""; ""Multidimensional Slicing and Ellipsis""; ""Assigning to Slices""; ""Using + and * with Sequences""; ""Building Lists of Lists""; ""Augmented Assignment with Sequences""; ""A += Assignment Puzzler""; ""list.sort and the sorted Built-In Function""; ""Managing Ordered Sequences with bisect""; ""Searching with bisect""; ""Inserting with bisect.insort""; ""When a List Is Not the Answer""; ""Arrays""; ""Memory Views""; ""NumPy and SciPy""; ""Deques and Other Queues""; ""Chapter Summary""
  • ""Utility Functions for Normalized Text Matching""