Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: The Python Master
Автор: Austin Bingham, Robert Smallshire
Издательство: Lean Publishing
Год: 2020-04-24
Формат: PDF, EPUB, MOBI
Страниц: 209
Размер: 10 Mb
Язык: English

The Python Master is the culmination of our trilogy covering the core Python language. The material in these books is derived from Sixty North's popular and battle-tested training courses which have led thousands of programmers on a journey to being productive with Python.

Our books, which use Python 3, follow a spiral curriculum: We introduce topics gently and then revisit them on multiple occasions to add the depth required to support your progression as a Python developer. We've worked hard to structure the syllabus to avoid forward references. On only a few occasions do we require you to accept techniques on trust, before explaining them later; where we do, it's to deliberately establish good habits.
Разместил: vitvikvas 6-07-2020, 16:44 | Комментарии: 0 | Подробнее
Название: The Python Apprentice
Автор: Austin Bingham, Robert Smallshire
Издательство: Lean Publishing
Год: 2020-04-05
Формат: PDF
Страниц: 354
Размер: 17 Mb
Язык: English

The Python Apprentice together with The Python Journeyman and The Python Master comprise a trilogy of books on the Python programming language and the Python Standard Library. The material in these books is derived from Sixty North's popular and battle-tested training courses which have led thousands of programmers on a journey to being productive with Python.

Our books, which use Python 3, follow a spiral curriculum: We introduce topics gently and then revisit them on multiple occasions to add the depth required to support your progression as a Python developer. We've worked hard to structure the syllabus to avoid forward references. On only a few occasions do we require you to accept techniques on trust, before explaining them later; where we do, it's to deliberately establish good habits.
Разместил: vitvikvas 6-07-2020, 16:44 | Комментарии: 0 | Подробнее
Название: The Python Journeyman
Автор: Austin Bingham, Robert Smallshire
Издательство: Lean Publishing
Год: 2020-06-05
Формат: PDF, EPUB, MOBI
Страниц: 425
Размер: 17 Mb
Язык: English

The Python Journeyman is the second book in our trilogy covering the core Python language. The material in these books is derived from Sixty North's popular and battle-tested training courses which have led thousands of programmers on a journey to being productive with Python.

Our books, which use Python 3, follow a spiral curriculum: We introduce topics gently and then revisit them on multiple occasions to add the depth required to support your progression as a Python developer. We've worked hard to structure the syllabus to avoid forward references. On only a few occasions do we require you to accept techniques on trust, before explaining them later; where we do, it's to deliberately establish good habits.
Разместил: vitvikvas 6-07-2020, 16:44 | Комментарии: 0 | Подробнее
Название: Composing Software: An Exploration of Functional Programming and Object Composition in jаvascript
Автор: Eric Elliott
Издательство: Leanpub
Год: 2020-05-05
Формат: PDF, EPUB, MOBI
Страниц: 238
Размер: 10 Mb
Язык: English

All software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.In "Composing Software", Eric Elliott shares the fundamentals of composition, including both function composition and object composition, and explores them in the context of jаvascript. The book covers the foundations of both functional programming and object oriented programming to help the reader better understand how to build and structure complex applications using simple building blocks.You'll learn:Functional programmingObject compositionHow to work with composite data structuresClosuresHigher order functionsFunctors (e.g., array.map)Monads (e.g., promises)TransducersLensesAll of this in the context of jаvascript, the most used programming language in the world. But the learning doesn't stop at jаvascript. You'll be able to apply these lessons to any language. This book is about the timeless principles of software composition and its lessons will outlast the hot languages and frameworks of today. Unlike most programming books, this one may still be relevant 20 years from now.This book began life as a popular blog post series that attracted hundreds of thousands of readers and influenced the way software is built at many high growth tech startups and fortune 500 companies.
Разместил: vitvikvas 6-07-2020, 16:04 | Комментарии: 0 | Подробнее
Production Go: Build modern, production-ready web services in GoНазвание: Production Go: Build modern, production-ready web services in Go
Автор: Herman Schaaf, Shawn Smith
Издательство: Leanpub
Год: 2020-05-21
Страниц: 154
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Production Go is the book about creating and maintaining modern production applications written in Go. It assumes prior programming knowledge, and is recommended for professional programmers. With its focus on simplicity and getting things done, Go is a great language for developing performant, robust and maintainable applications. Production Go first teaches the basics of the Go language, then discusses how to bring an application from development to real users. The authors draw from years of experience running high-volume real-world Go applications to explain the tricks behind making - and keeping - Go applications performant, robust and maintainable.
Разместил: Ingvar16 6-07-2020, 15:40 | Комментарии: 0 | Подробнее
Kubernetes Patterns Patterns, Principles, and Practices for Designing Cloud Native ApplicationsНазвание: Kubernetes Patterns: Patterns, Principles, and Practices for Designing Cloud Native Applications
Автор: Bilgin Ibryam, Roland Huß
Издательство: Leanpub
Год: 2019-03-02
Страниц: 171
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 13.1 MB

A minimalistic and focused guide with common use cases, patterns, principles and practices for developing Cloud Native applications on Kubernetes. With the evolution of microservices and containers in the recent years, the way we design, develop and run software has changed significantly. The new modern applications are optimised for scalability, elasticity, failure, and speed of change. Driven by new principles, these modern architectures require a different set of patterns and practices to be applied. In this book, we will try to cover all these new concepts in breadth rather than depth. Today, Kubernetes is measured as one of the most active projects on GitHub. It is probably fair to claim that currently Kubernetes is the most used and feature rich container orchestration platform.
Разместил: Ingvar16 6-07-2020, 15:06 | Комментарии: 0 | Подробнее
Название: High-Performance Java Persistence
Автор: Vlad Mihalcea
Издательство: Lean Publishing
Год: 2020-06-09
Формат: true pdf/epub
Страниц: 461
Размер: 30.7 Mb
Язык: English

A high-performance data access layer must resonate with the underlying database system. Knowing the inner workings of a relational database and the data access frameworks in use can make the difference between a high-performance enterprise application and one that barely crawls.This book is a journey into Java data access performance tuning. From connection management, to batch updates, fetch sizes and concurrency control mechanisms, it unravels the inner workings of the most common Java data access frameworks.
Разместил: bomboane 6-07-2020, 13:06 | Комментарии: 0 | Подробнее
Running Serverless: Introduction to AWS Lambda and the Serverless Application ModelНазвание: Running Serverless: Introduction to AWS Lambda and the Serverless Application Model
Автор: Gojko Adzic
Издательство: 2euri Consulting LLP
Год: 2020
Страниц: 225
Язык: английский
Формат: pdf (true), epub
Размер: 20.1 MB

This book will help you get started with AWS Lambda and the Serverless Application Model (SAM). Lambda is Amazon's engine for running event-driven functions, and SAM is an open-source toolkit that greatly simplifies configuring and deploying Lambda services. Together, they make it easy to create auto-scaling APIs and cloud services designed for serverless deployments.
Разместил: Ingvar16 6-07-2020, 13:03 | Комментарии: 0 | Подробнее
TensorFlow: Deep Learning and Artificial Intelligence (Machine Learning)Название: TensorFlow: Deep Learning and Artificial Intelligence
Автор: Hasanraza Ansari
Издательство: Independently published
Год: 2020
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

TensorFlow is an open source Machine Learning framework for all developers. It is used for implementing Machine Learning and Deep Learning applications. To develop and research on fascinating ideas on artificial intelligence, Google team created TensorFlow. TensorFlow is designed in Python programming language, hence it is considered an easy to understand framework. Tensorflow is Google's library for deep learning and artificial intelligence.
Разместил: Ingvar16 6-07-2020, 12:44 | Комментарии: 0 | Подробнее
Название: Codes, Cryptology and Information Security: Second International Conference, C2SI 2017
Автор: Said El Hajji, Abderrahmane Nitaj
Издательство: Springer
Год: 2017
Формат: PDF
Размер: 17 Мб
Язык: английский / English

This book constitutes the proceedings of the Second International Conference on Codes, Cryptology and Information Security, C2SI 2017, held in Rabat, Morocco, in April 2017. The 19 regular papers presented together with 5 invited talks were carefully reviewed and selected from 72 submissions. The first aim of this conference is to pay homage to Claude Carlet for his valuable contribution in teaching and disseminating knowledge in coding theory and cryptography worldwide, especially in Africa. The second aim of the conference is to provide an international forum for researchers from academia and practitioners from industry from all over the world for discussion of all forms of cryptology, coding theory and information security.
Разместил: black 6-07-2020, 11:50 | Комментарии: 0 | Подробнее



 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности