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



Реклама


Quicksands of software developmentНазвание: Quicksands of software development
Автор: D. Petre Bogdan
Издательство: Leanpub
Год: 2021-05-24
Страниц: 516
Язык: английский
Формат: pdf (true), epub
Размер: 12.6 MB

A book about some of the annoying and disruptive situations occurring in software development projects that make developers' jobs difficult and frustrating... with some possible solutions to fix things. As a programmer, what do you think of when you hear "software development"? Do you think about code? Programming languages? Perhaps about frameworks and design patterns, or technologies and computers? Do you think about all the technical stuff you like, or the things that make software development challenging and lots of fun for you? These things are important. They are part of the software you create. But how about things that are not technical in nature?
Разместил: Ingvar16 12-07-2021, 15:00 | Комментарии: 0 | Подробнее
Название: Hands-on Python Tutorial, Release 2.0
Автор: Dr. Andrew N. Harrington
Издательство: Openlibra
Год: 2020
Формат: PDF
Страниц: 209
Размер: 10 Mb
Язык: English

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. The language provides constructs intended to enable clear programs on both a small and large scale.

You have probably used computers to do all sorts of useful and interesting things. In each application, the computer responds in different ways to your input, from the keyboard, mouse or a file. Still the underlying operations are determined by the design of the program you are given. In this set of tutorials you will learn to write your own computer programs, so you can give the computer instructions to react in the way you want.
Разместил: vitvikvas 12-07-2021, 14:30 | Комментарии: 0 | Подробнее
Use Mock's with Automation TestingНазвание: Use Mock's with Automation Testing
Автор: Anton Smirnov
Издательство: Leanpub
Год: 2021-05-24
Страниц: 82
Язык: английский
Формат: pdf (true), epub
Размер: 34.6 MB

In this book, I have considered options with practical applications. This book also provides many examples of programming languages for further use in projects. When testing programs that have multiple dependencies, you can either create instances of these dependencies or use dummy objects to simulate the expected behavior of the dependencies. Although recent quantitative studies have shown that layouts are widely used in both open source and proprietary projects, scientific knowledge about how and why practitioners use layouts is still lacking. To this end, we will explore the use of mock objects in this book. Let's look at the most popular frameworks and their implementations.
Разместил: Ingvar16 12-07-2021, 14:20 | Комментарии: 0 | Подробнее
Название: Java How to Program, Late Objects, Global Edition, 11th Edition
Автор: Paul Deitel, Harvey Deitel
Издательство: Pearson Education Limited
Год: 2020
Формат: PDF
Страниц: 1244
Размер: 10 Mb
Язык: English

Unparalleled breadth and depth of object-oriented programming conceptsThe Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of programming fundamentals, object-oriented programming concepts and intermediate-level topics for further study. Java How to Program, Late Objects, 11th Edition, presents leading-edge computing technologies using the Deitel signature live-code approach, which demonstrates concepts in hundreds of complete working programs. The 11th Edition presents updated coverage of Java SE 8 and new Java SE 9 capabilities, including JShell, the Java Module System, and other key Java 9 topics. [Java How to Program, Early Objects, 11th Edition also is available.]
Разместил: vitvikvas 12-07-2021, 12:03 | Комментарии: 0 | Подробнее
Название: Build Your Own Neural Network in Python
Автор: Shantnu Tiwari
Издательство: Leanpub
Год: 2021
Формат: ePUB, PDF, MOBI
Страниц: 89
Размер: 10 Mb
Язык: English

Get started with neural networks, and write code to identify images, recognise hand written digits and more. No maths needed! What's the first thing that comes to your mind when you think of machine learning?
And you start thinking, I need a PhD in 10 different disciplines just to get started with this!
But what if machine learning wasn't so hard? What if you could build your own Neural Network from scratch, using basic Python?
Introducing Neural Networks
Neural Networks are machine learning algorithms loosely modeled on the human brain. They are great at solving complex problems like image recognition and speech processing.
Разместил: vitvikvas 12-07-2021, 07:52 | Комментарии: 0 | Подробнее
Профессиональная разработка на Python
Название: Профессиональная разработка на Python
Автор: Уилкс М.
Издательство: ДМК Пресс
Год: 2021
Формат: pdf
Страниц: 503
Для сайта: Mirknig.su
Размер: 6 Мб
Язык: русский

В этой книге объясняются языковые средства Python, которые обычно не рассматриваются в пособиях: от повторно используемых консольных скриптов, которые одновременно играют роль микросервисов благодаря точкам входа, до эффективного использования модуля asyncio для объединения данных из различных источников. Попутно рассматривается проверка соблюдения стандартов кодирования с помощью аннотаций типов, тестирование с низкими накладными расходами и другие автоматизированные проверки качества кода, применяемые на практике для организации процесса разработки надежного ПО.
Разместил: relizer 12-07-2021, 00:45 | Комментарии: 0 | Подробнее
Научное программирование на Python
Название: Научное программирование на Python
Автор: Кристиан Хилл
Издательство: ДМК Пресс
Год: 2021
Формат: pdf
Страниц: 647
Для сайта: Mirknig.su
Размер: 18 Мб
Язык: русский

Книга начинается с общих концепций программирования, таких как циклы и функции в ядре Python 3, затем рассматриваются библиотеки NumPy, SciPy и Matplotlib для вычислительного программирования и визуализации данных. Обсуждается использование виртуального блокнота Jupyter Notebooks для создания мультимедийных совместно используемых документов для научного анализа. Отдельная глава посвящена анализу данных с использованием библиотеки pandas. В заключительной части представлены более сложные темы, такие как точность вычислений с применением чисел с плавающей точкой и обеспечение стабильности алгоритмов.
Разместил: relizer 11-07-2021, 20:00 | Комментарии: 0 | Подробнее
Engineer Your Software!Название: Engineer Your Software!
Автор: Scott A. Whitmire
Издательство: Morgan & Claypool
Год: 2021
Страниц: 145
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Software development is hard, but creating good software is even harder, especially if your main job is something other than developing software. Engineer Your Software! opens the world of software engineering, weaving engineering techniques and measurement into software development activities. Focusing on architecture and design, Engineer Your Software! claims that no matter how you write software, design and engineering matter and can be applied at any point in the process. Engineer Your Software! provides advice, patterns, design criteria, measures, and techniques that will help you get it right the first time. Engineer Your Software! also provides solutions to many vexing issues that developers run into time and time again. Developed over 40 years of creating large software applications, these lessons are sprinkled with real-world examples from actual software projects. Along the way, the author describes common design principles and design patterns that can make life a lot easier for anyone tasked with writing anything from a simple script to the largest enterprise-scale systems.
Разместил: Ingvar16 11-07-2021, 19:22 | Комментарии: 0 | Подробнее
Название: Practical GraphQL
Автор: Daniel Schmitz
Издательство: Leanpub
Год: 2020-12-28
Формат: ePUB, PDF
Страниц: 229
Размер: 10 Mb
Язык: Русский

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
Learn through this book how to create a complete application using GraphQL.
Source code included!
Разместил: vitvikvas 11-07-2021, 14:01 | Комментарии: 0 | Подробнее
Название: Performance Optimized React Applications : Tips on how to optimize React Apps for better performance
Автор: A.J. Garcia
Издательство: Leanpub
Год: 2021
Формат: ePUB, PDF
Страниц: 90
Размер: 10 Mb
Язык: English

Leverage the power of built-in APIs and third-party libraries to build highly optimized React applications This book assumes you have a previous knowledge about web and application development,also some familiarity with React. The book offers some tips and suggestions to better optimise your React applications.
You are going to learn some use of third party libraries and built-in APIs to improve the performance of your React applications.
Разместил: vitvikvas 11-07-2021, 13:35 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности