Python 101

Автор: Igor1977 от 29-07-2019, 06:38, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Python 101
Автор: Driscoll M.
Издательство: Leanpub
Год: 2018
Формат: PDF
Страниц: 295
Для сайта: LitMy
Размер: 27 mb
Язык: английский

Welcome to Python 101 ! I wrote this book to help you learn Python 3. It is not meant to be an exhaustive reference book. Instead, the object is to get you acquainted with the building blocks of Python so that you can actually write something useful yourself. A lot of programming textbooks only teach you the language, but do not go much beyond that. I will endeavour to not only get you up to speed on the basics, but also to show you how to create useful programs. Now you may be wondering why just learning the basics isn’t enough. In my experience, when I get finished reading an introductory text, I want to then create something, but I don’t know how ! I’ve got the learning, but not the glue to get from point A to point B. I think it’s important to not only teach you the basics, but also cover intermediate material. Thus, this book will be split into five parts:
 

Is Parallel Programming Hard, And, If So, What Can You Do About It?

Автор: literator от 28-07-2019, 19:16, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Is Parallel Programming Hard, And, If So, What Can You Do About It?
Автор: Paul E. McKenney
Издательство: Self Published
Год: 2018
Страниц: 780
Язык: английский
Формат: pdf (true)
Размер: 10.15 MB

This book examines what makes parallel programming hard, and describes design techniques that can help you avoid many parallel-programming pitfalls. It is primarily intended for low-level C/C++ code, but offers valuable lessons for other environments as well.
 

Migrating to Azure: Transforming Legacy Applications into Scalable Cloud-First Solutions

Автор: buratino от 28-07-2019, 16:24, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Migrating to Azure: Transforming Legacy Applications into Scalable Cloud-First Solutions
Автор: Josh Garverick
Издательство: Apress
ISBN: 1484235843
Год: 2018
Страниц: 309
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Design an enterprise solution from scratch that allows the migration of a legacy application. Begin with the planning and design phase and be guided through all the stages of selecting the architecture framework that fits your enterprise. Join Microsoft MVP Josh Garverick as he addresses all major areas of design and implementation?application, infrastructure, data, security, and deployment?while leveraging the power and tools of Visual Studio Team Services (VSTS) to bring DevOps to the forefront.
 

Mastering C++: A Step by Step Guide for the Beginner and Advanced User, Including 26 Quizzes and 120+ Questions

Автор: buratino от 28-07-2019, 15:02, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Mastering C++: A Step by Step Guide for the Beginner and Advanced User, Including 26 Quizzes and 120+ Questions
Автор: Michael B. White
Издательство: Independently published
Год: 2019
Формат: epub/azw3/pdf(conv.)
Страниц: 503
Размер: 3.1 Mb
Язык: English

This book is meant to be an in-depth course on C++, as it covers the programming language from all angles. There are quizzes and practice questions at the end of each section so that students can test their knowledge and expertise.
 

Рефакторинг: улучшение проекта существующего кода (2019)

Автор: literator от 28-07-2019, 14:17, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Рефакторинг: улучшение проекта существующего кода
Автор: Мартин Фаулер, Кент Бек, Джон Брант, Уильям Опдайк, Дон Робертс
Издательство: Диалектика
Год: 2019
Страниц: 450
Язык: русский
Формат: pdf
Размер: 37.2 MB

Рефакторинг уже давно и прочно занимает свое достойное место среди технологий программирования, и не в последнюю очередь благодаря книге Мартина Фаулера — одной из тех книг, которые написаны "на все времена" и которые, как хорошее вино, со временем становятся только ценнее. Сам принцип рефакторинга прост: это последовательность небольших шагов, таких как перемещение поля из одного класса в другой, вынесение фрагмента кода из метода и его превращение в самостоятельный метод или даже перемещение кода по иерархии классов. Каждый такой шаг выглядит настолько просто и естественно, что кажется удивительным — о чем здесь можно писать? Однако кумулятивный эффект от таких малых изменений состоит в существенном улучшении проекта существующего кода.
 

Practical Haskell: A Real World Guide to Programming, 2nd Edition

Автор: literator от 28-07-2019, 14:13, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Practical Haskell: A Real World Guide to Programming, 2nd Edition
Автор: Alejandro Serrano Mena
Издательство: Apress
ISBN: 1484244796
Год: 2019
Страниц: 600
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Get a practical, hands-on introduction to the Haskell language, its libraries and environment, and to the functional programming paradigm that is fast growing in importance in the software industry. This book contains excellent coverage of the Haskell ecosystem and supporting tools, include Cabal and Stack for managing projects, HUnit and QuickCheck for software testing, the Spock framework for developing web applications, Persistent and Esqueleto for database access, and parallel and distributed programming libraries.
 

Agile Project Management with Azure DevOps: Concepts, Templates, and Metrics

Автор: literator от 28-07-2019, 14:08, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Agile Project Management with Azure DevOps: Concepts, Templates, and Metrics
Автор: Joachim Rossberg
Издательство: Apress
ISBN: 1484244826
Год: 2019
Страниц: 325
Язык: английский
Формат: pdf (true), epub
Размер: 11.7 MB

Roll up your sleeves and jump into Agile project management to use and customize Microsoft Azure DevOps. Organizations adopt Agile practices because they are a key enabler to run better projects, get more successful end results, and achieve an overall higher quality output. To benefit the most from Agile, you need an Application Life Cycle Management (ALM) or DevOps toolset that supports your style and work environment. Agile Project Management with Azure DevOps teaches you how to use Azure DevOps to implement many Agile practices such as SAFe, Scrum, and Kanban, and it shows you how they fit into a well-planned Agile implementation. Agile product owners will learn how to work with Azure DevOps to set up a project from scratch, and to continue using Azure DevOps throughout.
 

Stream Processing with Apache Flink: Fundamentals, Implementation, and Operation of Streaming Applications (2019)

Автор: literator от 28-07-2019, 14:04, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Stream Processing with Apache Flink: Fundamentals, Implementation, and Operation of Streaming Applications
Автор: Fabian Hueske, Vasiliki Kalavri
Издательство: O’Reilly Media, Inc.
Год: 2019
Страниц: 310
Язык: английский
Формат: epub, pdf (conv)
Размер: 14.1 MB

Get started with Apache Flink, the open source framework that powers some of the world's largest stream processing applications. With this practical book, you'll explore the fundamental concepts of parallel stream processing and discover how this technology differs from traditional batch data processing. Longtime Apache Flink committers Fabian Hueske and Vasia Kalavri show you how to implement scalable streaming applications with Flink's DataStream API and continuously run and maintain these applications in operational environments. Stream processing is ideal for many use cases, including low-latency ETL, streaming analytics, and real-time dashboards as well as fraud detection, anomaly detection, and alerting. You can process continuous data of any kind, including user interactions, financial transactions, and IoT data, as soon as you generate them.
 

R for Everyone: Advanced Analytics and Graphics, 2nd Edition

Автор: buratino от 28-07-2019, 10:22, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: R for Everyone: Advanced Analytics and Graphics, 2nd Edition
Автор: Jared P. Lander
Издательство: Addison-Wesley Professional
Серия: Addison-Wesley Data & Analytics Series
ISBN: 013454692X
Год: 2017
Язык: английский
Страниц: 560
Формат: pdf (true)
Размер: 51.02 MB, 10.1 MB

Статистические вычисления для программистов, ученых, количественных аналитиков, пользователей Excel и других специалистов. Используя язык R с открытым исходным кодом, вы можете создавать мощные статистические модели для ответа на многие из ваших самых сложных вопросов. R традиционно было трудно выучить для нестатистиков, и в большинстве книг по R слишком много знаний, чтобы помочь. "R для Everyone, Second Edition" - это решение проблемы. Основываясь на своем непревзойденном опыте преподавания для новых пользователей, ученый-профессионал Джаред Ландер написал идеальный учебник для тех, кто новичок в области статистического программирования и моделирования. Организованное так, чтобы сделать обучение простым и интуитивным, это руководство фокусируется на 20-процентной функциональности R, с которой вы можете выполнить 80 процентов современных задач.

Изменил: admin по причине: Добавлена ссылка на файл True PDF.

 

Введение в программирование на кластерах

Автор: Oleg83 от 28-07-2019, 10:21, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Введение в программирование на кластерах
Автор: Немнюгин С.А.
Издательство: Москва: НОУ «ИНТУИТ»
Год: 2016
Формат: pdf
Страниц: 247
Размер: 19 mb
Язык: Русский

Курс посвящен средствам разработки параллельных программ для вычислительных систем с распределённой памятью, кластеров.
В курсе рассматриваются основные понятия и парадигмы параллельного программирования, дается обзор программных инструментов, используемых для разработки высокопроизводительных приложений, в том числе одного из основных – MPI (Message Passing Interface).