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



Реклама


First Steps in Python: From the basics Idiagress PythonНазвание: First Steps in Python: From the basics Idiagress Python
Автор: Vinaay Patil
Издательство: Independently published
Год: 2021
Страниц: 153
Язык: английский
Формат: pdf
Размер: 13.3 MB

Understanding programming has become ‘the need’ of the 21st century. A world full of computers, mobiles, and apps operates on code. However, many people find programming difficult, or they ignore it. If I am a retailer or an artist, do I need to know about programming? Isn’t this an engineers’ domain? Software code is based entirely on ‘Logic.’ With this in mind, treat this course as an introduction to programming logic via Python. Python is the simplest, straightforward, free for everyone programming language. So, begin reading this book with a bright attitude, an open mind. Programming is easy, and you will learn it here.
Разместил: Ingvar16 27-01-2021, 17:53 | Комментарии: 0 | Подробнее
AQGCSE Computer Science, Second EditionНазвание: AQGCSE Computer Science, Second Edition
Автор: George Rouse, Lorne Pearcey, Gavin Craddock
Издательство: Hodder Education
Год: 2020
Страниц: 267
Язык: английский
Формат: pdf (true)
Размер: 19.9 MB

Written by leading Computer Science teachers, this textbook will guide students through the updated AQA GCSE Computer Science specification topic by topic, and provide them with standalone recap and review sections, practice questions, worked examples and clear explanations of complex topics. An algorithm is a step-by-step sequence of instructions that are used to solve a problem or complete a task. Each instruction in an algorithm must be precise enough to be understood independently. An algorithm must also clearly show the order in which instructions are carried out and where decisions are made or sections repeated.
Разместил: Ingvar16 27-01-2021, 16:50 | Комментарии: 0 | Подробнее
Algorithms: For Competitive ProgrammingНазвание: Algorithms: For Competitive Programming
Автор: David Esparza Alba, Juan Antonio Ruiz Leal
Издательство: Independently published
Год: 2021
Страниц: 371
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Preparing for your incoming programming contest or coding interview? This book contains detailed explanations and source code for algorithms used in competitive programing. Written by software engineers with experience in programming competitions and developing high scalable systems for some of the biggest tech companies. It covers algorithms in the areas of Graph Theory, Number Theory, Combinatorics, Dynamic Programming, Geometry, and more. Competitive programming is frequently associated with algorithms, but an algorithm is just a set of instructions that are given to the computer to solve a specific problem that has already been solved in the head of the programmer. The goal of this book is to provide two things for each algorithm, a brief description of how it works and a source code that implements the theory behind the algorithm.
Разместил: Ingvar16 27-01-2021, 15:37 | Комментарии: 0 | Подробнее
Introduction to Algorithms: The Computer Science of Human DecisionsНазвание: Introduction to Algorithms: The Computer Science of Human Decisions
Автор: Muzеc Аdеm
Издательство: Independently published
Год: 2021
Страниц: 157
Язык: английский
Формат: pdf (true), azw3, mobi, epub
Размер: 10.1 MB

What are algorithms and why should you care? We'll start with an overview of algorithms and then discuss two games that you could use an algorithm to solve more efficiently - the number guessing game and a route-finding game. In mathematics and computer science, an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation. Algorithms are always unambiguous and are used as specifications for performing calculations, data processing, automated reasoning, and other tasks.
Разместил: Ingvar16 27-01-2021, 15:04 | Комментарии: 0 | Подробнее
Название: Reproducible Bioinformatics with Python (Early Release)
Автор: Ken Youens-Clark
Издательство: O’Reilly Media
Год: 2021-01-26:
Формат: EPUB
Размер: 10 Mb
Язык: English

Life scientists today urgently need training in bioinformatics skills. Too many bioinformatics programs are poorly written and barely maintained--usually by students and postdoc researchers who've never learned basic programming skills. This practical guide shows how to exploit the best parts of Python for solving problems in biology while also creating documented, tested, reproducible software.
Ken Youens-Clark, author of Tiny Python Projects (Manning), demonstrates how to write effective Python code and how to use tests to write and refactor scientific programs. You'll learn the latest Python features and tools--such as linters, formatters, type checkers, and tests--to write documented and tested programs.
Разместил: vitvikvas 27-01-2021, 10:55 | Комментарии: 1 | Подробнее
Название: Learning Go: An Idiomatic Approach to Real-World Go Programming (Early Release)
Автор: Jon Bodner
Издательство: O’Reilly Media
Год: 2020-06-29, 2021
Формат: epub/pdf(conv.)
Размер: 11.5 Mb, 10 Mb
Язык: English

Go is rapidly becoming the preferred language for building web services. There are plenty of tutorials available that teach Go’s syntax to developers with experience in other programming languages. But tutorials aren’t enough. They don’t teach Go’s idioms, so developers end up recreating patterns that don’t make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go.
Разместил: bomboane 27-01-2021, 01:04 | Комментарии: 0 | Подробнее
Название: Cloud Native Go (Eighth Early Release)
Автор: Matthew A. Titmus
Издательство: O’Reilly Media
Год: 2021-01-26
Формат: epub/pdf(conv.)
Размер: 14.4 Mb, 10 Mb
Язык: English

What do Docker, Kubernetes, and Prometheus have in common? All of these cloud native technologies are written in the Go programming language. This practical book shows you how to use Go’s strengths to develop cloud native services that are scalable and resilient, even in an unpredictable environment. You’ll explore the composition and construction of these applications, from lower-level features of Go to mid-level design patterns to high-level architectural considerations.
Разместил: bomboane 27-01-2021, 00:41 | Комментарии: 0 | Подробнее
Digesting React: Learn how to build web applications with ReactНазвание: Digesting React: Learn how to build web applications with React
Автор: Nathan Sebhastian
Издательство: Independently published
Год: 2020
Страниц: 232
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Are you tired of browsing free React tutorials with confusing jargons that left you with more questions than answers? Let me help you master React library. Digesting React is a project-based introduction to React, the most popular jаvascript library for building reusable UI. You're not only going to learn about the theories, but you're actually going to put what you've learned into practice by creating React based applications. React is a very popular jаvascript front-end library that has received lots of love from developers around the world for its simplicity and fast performance.
Разместил: Ingvar16 26-01-2021, 20:42 | Комментарии: 0 | Подробнее
Certified Entry-Level Python Programmer (PCEP) - Practice ExamsНазвание: Certified Entry-Level Python Programmer (PCEP) - Practice Exams
Автор: Robert Karamagi
Издательство: Independently published
Год: 2021
Страниц: 137
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

PCEP – Certified Entry-Level Python Programmer certification is a professional credential that measures your ability to accomplish coding tasks related to the essentials of programming in the Python language. A test candidate should demonstrate sufficient knowledge of the universal concepts of computer programming, the syntax and semantics of the Python language as well as the skills in resolving typical implementation challenges with the help of the Python Standard Library.
Разместил: Ingvar16 26-01-2021, 17:18 | Комментарии: 0 | Подробнее
Название: Структуры и алгоритмы обработки данных
Автор: Павлов Л.А., Первова Н.В.
Издательство: Лань
Год: 2021 3-е изд.
Формат: PDF
Страниц: 256
Размер: 10 Mb
Язык: Русский

Рассмотрены математические основы анализа вычислительной сложности алгоритмов, типовые структуры данных для представления множеств: массивы и динамические списковые структуры, стеки, очереди и деревья. Приведены методы решения комбинаторных задач и основные способы сокращения перебора, задачи поиска, сортировки и алгоритмы на графах.
Для студентов факультета информатики и вычислительной техники по направлению подготовки бакалавров «Информатика и вычислительная техника», а также других направлений и профилей, связанных с разработкой программного обеспечения.
Разместил: vitvikvas 26-01-2021, 16:15 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности