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

Activity books for 6-9 year old children (wizards), James Manning, Manning


Варианты приобретения
Цена: 1963.00р.
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


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

Автор: James Manning, Manning
Название:  Activity books for 6-9 year old children (wizards)
ISBN: 9781800275317
Издательство: Cbt books
Классификация:

ISBN-10: 1800275315
Обложка/Формат: Paperback
Страницы: 76
Вес: 0.22 кг.
Дата издания: 28.06.2020
Язык: English
Размер: 29.69 x 21.01 x 0.41 cm
Читательская аудитория: Children / juvenile
Подзаголовок: This book has over 80 puzzles and activities for children that involve wizards. this will make a great educational activity book for children.
Рейтинг:
Поставляется из: США


README.txt

Автор: Manning, Chelsea
Название: README.txt
ISBN: 1529110629 ISBN-13(EAN): 9781529110623
Издательство: Random House - Penguin
Рейтинг:
Цена: 1451.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: An extraordinarily brave and moving memoir from one of the world's most famous whistle-blowers, activists and trans women. In 2013, Chelsea Manning was sentenced to thirty-five years in military prison for the largest leak of classified documents in history. The next day, Chelsea declared her gender identity as a woman and began to transition.

In this radically candid memoir, Chelsea recounts how her challenging youth led her to join the US Army. She writes of the fierce pride she took in her work, the risks of the military's queer underground and the wider culture of silence and unaccountability. She describes fifty-nine days locked in an iron cage after her fateful decision and the community of solidarity she later discovered in prison.

Above all, we see the phenomenal courage and resilience it took to survive and become a global advocate for transparency. 'A terrific read, full of unexpected turns and details that counter many of the assumptions made about Manning' GUARDIAN 'Brilliantly told' THE TIMES'Searing...uplifting...redemptive' NEW YORK TIMES'A full and expansive account of Manning's life, one which is often harrowing but funny and poignant too' DAZED

Modern C

Автор: Gustedt Jens
Название: Modern C
ISBN: 1617295817 ISBN-13(EAN): 9781617295812
Издательство: Pearson Education
Рейтинг:
Цена: 9502.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Modern C focuses on the new and unique features of modern C programming. The book is based on the latest C standards and offers an up-to-date perspective on this tried-and-true language.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

C is extraordinarily modern for a 50-year-old programming language. Whether you're writing embedded code, low-level system routines, or high-performance applications, C is up to the challenge. This unique book, based on the latest C standards, exposes a modern perspective of this tried-and-true language.

About the Book

Modern C introduces you to modern day C programming, emphasizing the unique and new features of this powerful language. For new C coders, it starts with fundamentals like structure, grammar, compilation, and execution. From there, you'll advance to control structures, data types, operators, and functions, as you gain a deeper understanding of what's happening under the hood. In the final chapters, you'll explore performance considerations, reentrancy, atomicity, threads, and type-generic programming. You'll code as you go with concept-reinforcing exercises and skill-honing challenges along the way.

What's inside

  • Operators and functions
  • Pointers, threading, and atomicity
  • C's memory model
  • Hands-on exercises

About the Reader

For programmers comfortable writing simple programs in a language like Java, Python, Ruby, C#, C++, or C.

About the Author

Jens Gustedt is a senior scientist at the French National Institute for Computer Science and Control (INRIA) and co-editor of the ISO C standard.

Table of Contents

    LEVEL 0 - Encounter
  1. Getting started
  2. The principal structure of a program
  3. LEVEL 1 - Acquaintance
  4. Everything is about control
  5. Expressing computations
  6. Basic values and data
  7. Derived data types
  8. Functions
  9. C library functions
  10. LEVEL 2 - Cognition
  11. Style
  12. Organization and documentation
  13. Pointers
  14. The C memory model
  15. Storage
  16. More involved processing and IO
  17. LEVEL 3 - Experience
  18. Performance
  19. Function-like macros
  20. Variations in control flow
  21. Threads 325
  22. Atomic access and memory consistency
Deep Learning with Python, Second Edition

Автор: Chollet Francois
Название: Deep Learning with Python, Second Edition
ISBN: 1617296864 ISBN-13(EAN): 9781617296864
Издательство: Неизвестно
Рейтинг:
Цена: 11033.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: "Chollet is a master of pedagogy and explains complex concepts with minimal fuss, cutting through the math with practical Python code. He is also an experienced ML researcher and his insights on various model architectures or training tips are a joy to read." - Martin Gцrner, Google

Printed in full color! Unlock the groundbreaking advances of deep learning with this extensively revised new edition of the bestselling original. Learn directly from the creator of Keras and master practical Python deep learning techniques that are easy to apply in the real world.

In Deep Learning with Python, Second Edition you will learn:

Deep learning from first principles
Image classification and image segmentation
Timeseries forecasting
Text classification and machine translation
Text generation, neural style transfer, and image generation
Full color printing throughout

Deep Learning with Python has taught thousands of readers how to put the full capabilities of deep learning into action. This extensively revised full color second edition introduces deep learning using Python and Keras, and is loaded with insights for both novice and experienced ML practitioners. You'll learn practical techniques that are easy to apply in the real world, and important theory for perfecting neural networks.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the technology
Recent innovations in deep learning unlock exciting new software capabilities like automated language translation, image recognition, and more. Deep learning is quickly becoming essential knowledge for every software developer, and modern tools like Keras and TensorFlow put it within your reach--even if you have no background in mathematics or data science. This book shows you how to get started.

About the book
Deep Learning with Python, Second Edition introduces the field of deep learning using Python and the powerful Keras library. In this revised and expanded new edition, Keras creator Franзois Chollet offers insights for both novice and experienced machine learning practitioners. As you move through this book, you'll build your understanding through intuitive explanations, crisp color illustrations, and clear examples. You'll quickly pick up the skills you need to start developing deep-learning applications.

What's inside

Deep learning from first principles
Image classification and image segmentation
Time series forecasting
Text classification and machine translation
Text generation, neural style transfer, and image generation
Full color printing throughout

About the reader
For readers with intermediate Python skills. No previous experience with Keras, TensorFlow, or machine learning is required.

About the author
Franзois Chollet is a software engineer at Google and creator of the Keras deep-learning library.

Table of Contents
1 What is deep learning?
2 The mathematical building blocks of neural networks
3 Introduction to Keras and TensorFlow
4 Getting started with neural networks: Classification and regression
5 Fundamentals of machine learning
6 The universal workflow of machine learning
7 Working with Keras: A deep dive
8 Introduction to deep learning for computer vision
9 Advanced deep learning for computer vision
10 Deep learning for timeseries
11 Deep learning for text
12 Generative deep learning
13 Best practices for the real world
14 Conclusions

The Song of the Jade Lily

Автор: Manning Kirsty
Название: The Song of the Jade Lily
ISBN: 0062882015 ISBN-13(EAN): 9780062882011
Издательство: HarperCollins USA
Рейтинг:
Цена: 1775.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

"Kirsty Manning weaves together little-known threads of World War II history, family secrets, the past and the present into a page-turning, beautiful novel.-- Heather Morris, #1 New York Times bestselling author of The Tattooist of Auschwitz

A gripping historical novel that tells the little-known story of Jewish refugees who fled to Shanghai during WWII.

1939: Two young girls meet in Shanghai, also known as the "Paris of the East". Beautiful local Li and Jewish refugee Romy form a fierce friendship, but the deepening shadows of World War II fall over the women as they slip between the city's glamorous French Concession district and the teeming streets of the Shanghai Ghetto. Yet soon the realities of war prove to be too much for these close friends as they are torn apart.

2016: Fleeing London with a broken heart, Alexandra returns to Australia to be with her grandparents, Romy and Wilhelm. Her grandfather is dying, and over the coming weeks Romy and Wilhelm begin to reveal the family mysteries they have kept secret for more than half a century. As fragments of her mother's history finally become clear, Alexandra struggles with what she learns while more is also revealed about her grandmother's own past in Shanghai.

After Wilhelm dies, Alexandra flies to Shanghai, determined to trace her grandparents' past. Peeling back the layers of their hidden lives, she is forced to question what she knows about her family--and herself.

The Song of the Jade Lily is a lush, provocative, and beautiful story of friendship, motherhood, the price of love, and the power of hardship and courage that can shape us all.

--Australian Women's Weekly
The Spoilt City

Автор: Manning Olivia
Название: The Spoilt City
ISBN: 1786091550 ISBN-13(EAN): 9781786091550
Издательство: Random House - Penguin
Рейтинг:
Цена: 1319.00 р.
Наличие на складе: Поставка под заказ.

Описание: `Her gallery of personages is huge, her scene painting superb, her pathos controlled, her humour quiet and civilised` - Anthony Burgess`Glittering characterisation, sharp and eloquent writing` - Sunday Telegraph`Wonderfully entertaining` - ObserverBucharest, 1940.

Secrets of stonehenge

Автор: Manning, Mick
Название: Secrets of stonehenge
ISBN: 1847805205 ISBN-13(EAN): 9781847805201
Издательство: Quarto
Рейтинг:
Цена: 1305.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Kubernetes in Action

Автор: Luksa Marko
Название: Kubernetes in Action
ISBN: 1617293725 ISBN-13(EAN): 9781617293726
Издательство: Pearson Education
Рейтинг:
Цена: 9502.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Key features * Easy to follow guide * Hands-on examples * Clearly-written Audience The book is for both application developers as well as system administrators who want to learn about Kubernetes from the developer`s perspective.

Great fortune

Автор: Manning, Olivia
Название: Great fortune
ISBN: 1786091135 ISBN-13(EAN): 9781786091130
Издательство: Random House - Penguin
Рейтинг:
Цена: 1319.00 р.
Наличие на складе: Поставка под заказ.

Описание: WITH AN INTRODUCTION BY RACHEL CUSK`A fantastically tart and readable account of life in eastern Europe at the start of the war` Sarah Waters`Wonderfully entertaining` ObserverAutumn, 1939.

Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People

Автор: Bhargava Aditya
Название: Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People
ISBN: 1617292230 ISBN-13(EAN): 9781617292231
Издательство: Pearson Education
Рейтинг:
Цена: 7126.00 р.
Наличие на складе: Поставка под заказ.

Описание:

Summary

Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.

Learning about algorithms doesn't have to be boring Get a sneak peek at the fun, illustrated, and friendly examples you'll find in Grokking Algorithms on Manning Publications' YouTube channel.

Continue your journey into the world of algorithms with Algorithms in Motion, a practical, hands-on video course available exclusively at Manning.com (www.manning.com/livevideo/algorithms-​in-motion).

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to understand them but refuse to slog through dense multipage proofs, this is the book for you. This fully illustrated and engaging guide makes it easy to learn how to use the most important algorithms effectively in your own programs.

About the Book

Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn how to apply common algorithms to the practical programming problems you face every day. You'll start with tasks like sorting and searching. As you build up your skills, you'll tackle more complex problems like data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. By the end of this book, you will have mastered widely applicable algorithms as well as how and when to use them.

What's Inside

  • Covers search, sort, and graph algorithms
  • Over 400 pictures with detailed walkthroughs
  • Performance trade-offs between algorithms
  • Python-based code samples

About the Reader

This easy-to-read, picture-heavy introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms.

About the Author

Aditya Bhargava is a Software Engineer with a dual background in Computer Science and Fine Arts. He blogs on programming at adit.io.

Table of Contents

  1. Introduction to algorithms
  2. Selection sort
  3. Recursion
  4. Quicksort
  5. Hash tables
  6. Breadth-first search
  7. Dijkstra's algorithm
  8. Greedy algorithms
  9. Dynamic programming
  10. K-nearest neighbors
C# in Depth

Автор: Skeet Jon
Название: C# in Depth
ISBN: 1617294535 ISBN-13(EAN): 9781617294532
Издательство: Pearson Education
Рейтинг:
Цена: 7390.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Key features * Expert guidance * Hands-on examples * Step-by-step guide Audience If you`re a C# developer who`s comfortable working with the language and wants to really dig in deep, then this book is for you.

Friends And Heroes

Автор: Manning, Olivia
Название: Friends And Heroes
ISBN: 1786091542 ISBN-13(EAN): 9781786091543
Издательство: Random House - Penguin
Рейтинг:
Цена: 1187.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: `So glittering is the overall parade - and so entertaining the surface - that the trilogy remains excitingly vivid` - Sunday Times`Wonderfully entertaining` - ObserverAthens, 1941.

Microservice Patterns

Автор: Richardson Chris
Название: Microservice Patterns
ISBN: 1617294543 ISBN-13(EAN): 9781617294549
Издательство: Pearson Education
Рейтинг:
Цена: 7390.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring both the benefits and drawbacks.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Successfully developing microservices-based applications requires mastering a new set of architectural insights and practices. In this unique book, microservice architecture pioneer and Java Champion Chris Richardson collects, catalogues, and explains 44 patterns that solve problems such as service decomposition, transaction management, querying, and inter-service communication.

About the Book

Microservices Patterns teaches you how to develop and deploy production-quality microservices-based applications. This invaluable set of design patterns builds on decades of distributed system experience, adding new patterns for writing services and composing them into systems that scale and perform reliably under real-world conditions. More than just a patterns catalog, this practical guide offers experience-driven advice to help you design, implement, test, and deploy your microservices-based application.

What's inside

  • How (and why ) to use the microservice architecture
  • Service decomposition strategies
  • Transaction management and querying patterns
  • Effective testing strategies
  • Deployment patterns including containers and serverlessices

About the Reader

Written for enterprise developers familiar with standard enterprise application architecture. Examples are in Java.

About the Author

Chris Richardson is a Java Champion, a JavaOne rock star, author of Manning's POJOs in Action, and creator of the original CloudFoundry.com.

Table of Contents

  1. Escaping monolithic hell
  2. Decomposition strategies
  3. Interprocess communication in a microservice architecture
  4. Managing transactions with sagas
  5. Designing business logic in a microservice architecture
  6. Developing business logic with event sourcing
  7. Implementing queries in a microservice architecture
  8. External API patterns
  9. Testing microservices: part 1
  10. Testing microservices: part 2
  11. Developing production-ready services
  12. Deploying microservices
  13. Refactoring to microservices

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