Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Tim lott untitled pa, Lott, Tim


Варианты приобретения
Цена: 1424.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  
При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Lott, Tim
Название:  Tim lott untitled pa
ISBN: 9781471161582
Издательство: Simon & schuster ltd
Классификация:
ISBN-10: 1471161587
Обложка/Формат: Paperback
Страницы: 432
Вес: 0.27 кг.
Дата издания: 16.04.2020
Язык: English
Размер: 198 x 130 x 26
Читательская аудитория: General (us: trade)
Рейтинг:
Поставляется из: Англии
Описание: The brilliant new novel from the author of The Last Summer of the Water Strider


The Scent of Dried Roses

Автор: Tim Lott
Название: The Scent of Dried Roses
ISBN: 0141191481 ISBN-13(EAN): 9780141191485
Издательство: Random House - Penguin
Рейтинг:
Цена: 2243.00 р.
Наличие на складе: Поставка под заказ.

Описание: An exploration of the author`s parents` lives, his mother`s inexplicable suicide in her late fifties and his own bouts of depression. It conjures up the pebble-dashed home of his childhood and the landscape of postwar suburban England. It tells a story of grief, loss and dislocation, yet also of the power of memory and the bonds of family love.

Pixie Lott

Автор: Grace Delilah
Название: Pixie Lott
ISBN: 1849388687 ISBN-13(EAN): 9781849388689
Издательство: Неизвестно
Рейтинг:
Цена: 1259.00 р.
Наличие на складе: Есть (1 шт.)
Описание: Pixie Lott is one of the hottest popstars in the UK today. This book tells the singers amazing story so far and is packed with full-colour pictures of Pixie at work and at play.

Activate! B1 Grammar & Vocabulary

Автор: Lott, Hester
Название: Activate! B1 Grammar & Vocabulary
ISBN: 1408236613 ISBN-13(EAN): 9781408236611
Издательство: Pearson Education
Рейтинг:
Цена: 2831.00 р.
Наличие на складе: Поставка под заказ.

Описание: An exciting and intensive skills-based course, which focuses on themes from contemporary teen culture. Activate! engages students and offers highly enjoyable and thorough preparation for local and international exams.

White City Blue

Автор: Tim Lott
Название: White City Blue
ISBN: 0140266496 ISBN-13(EAN): 9780140266498
Издательство: Random House - Penguin
Рейтинг:
Цена: 1015.00 р.
Наличие на складе: Поставка под заказ.

Описание: Estate agent Frankie Blue is a liar - but one who always tries to tell the truth. He has been friends with Diamond Tony, a hairdresser, Colin, a computer nerd, and Nodge, a cabbie, since schooldays. Now they are thirty, and trying to live the same life as they did then - drinking, girls, coke, and football. But Frankie is bored.

2020 Lottery Numbers Dream Book: Code Your Dreams Into Lotto Numbers You Can Use (USA, UK, EUROPE, Canada, Aus)

Автор: Golder
Название: 2020 Lottery Numbers Dream Book: Code Your Dreams Into Lotto Numbers You Can Use (USA, UK, EUROPE, Canada, Aus)
ISBN: 1699386935 ISBN-13(EAN): 9781699386934
Издательство: Неизвестно
Цена: 1378.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Tim & Gerald Ray Series: A Light in the Sky

Автор: Lott Sandra
Название: Tim & Gerald Ray Series: A Light in the Sky
ISBN: 1952894085 ISBN-13(EAN): 9781952894084
Издательство: Неизвестно
Рейтинг:
Цена: 2941.00 р.
Наличие на складе: Нет в наличии.

Описание: A Light in the Sky is another fun adventure of Timmy and Gerald Ray. Go on a journey with the boys as they visit a planetarium on a school field trip. In looking up at the stars, they seem so far and yet so close at the same time.

Gerald Ray begins to wonder about God and Jesus and where heaven really is and if the light from the stars come from Him. Parents have your children asked the same question? Well here is your chance to answer it with another one of Timmy and Gerald Ray's fun adventures

Автор: Lott Amanda
Название: Matching Puzzles
ISBN: 1951784197 ISBN-13(EAN): 9781951784195
Издательство: Bloomsbury Academic
Цена: 964.00 р.
Наличие на складе: Нет в наличии.

Functional python programming

Автор: Lott, Steven
Название: Functional python programming
ISBN: 1784396990 ISBN-13(EAN): 9781784396992
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Create succinct and expressive implementations with functional programming in Python

Key Features

  • Implement common functional programming design patterns and techniques in Python
  • Learn how to choose between imperative and functional approaches based on expressiveness, clarity, and performance
  • Apply functional Python to common Exploratory Data Analysis (EDA) programming problems

Book Description

Python is an easy-to-learn and extensible programming language that offers a number of functional programming features. It's ideally suited to a number of applications in the broad space of data science.

This practical guide demonstrates the Python implementation of a number of functional programming techniques and design patterns. Starting with a general overview of functional programming concepts, you will explore common functional features such as first-class and higher-order functions, pure functions and more, and how these are accomplished in Python. Additionally, you will cover how common functional optimizations can be handled in Python. You'll also explore data preparation techniques and data exploration in depth. Moving on, you will learn how the Python standard library fits the functional programming model. The book concludes with a look at the PyMonad project and some larger examples.

By the end of this book, you will be able to understand what functional programming is all about, its impact on the programming workflow, why it's important, and how to implement it in Python.

What you will learn

  • Use Python's generator functions and generator expressions to work with collections in a non-strict (or lazy) manner
  • Utilize Python library modules including itertools, functools, multiprocessing, and concurrent.futures for efficient functional programs
  • Use Python strings using object-oriented suffix notation and prefix notation
  • Avoid stateful classes with families of tuples
  • Design and implement decorators to create composite functions
  • Use functions like max(), min(), map(), filter(), and sorted()
  • Write higher-order functions

ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия