Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 27-01-2021, 15:02
  • Комментариев: 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.
  • Добавил: TRex
  • Дата: 27-01-2021, 10:57
  • Комментариев: 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.
  • Добавил: buratino
  • Дата: 27-01-2021, 01:03
  • Комментариев: 0
Название: 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.
  • Добавил: buratino
  • Дата: 27-01-2021, 00:38
  • Комментариев: 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.
  • Добавил: alex66
  • Дата: 26-01-2021, 22:20
  • Комментариев: 0

Название: Engineering Software Products: An Introduction to Modern Software Engineering
Автор: Ian Sommerville
Издательство: Pearson Education
Год: 2020
Страниц: 578
Размер: 49.6 МБ
Формат: PDF
Язык: English

With Engineering Software Products, author Ian Sommerville takes a unique approach to teaching software engineering and focuses on the type of software products and apps that are familiar to students, rather than focusing on project-based techniques. Written in an informal style, this book focuses on software engineering techniques that are relevant for software product engineering. Topics covered include personas and scenarios, cloud-based software, microservices, security and privacy and DevOps.
  • Добавил: literator
  • Дата: 26-01-2021, 20: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.
  • Добавил: literator
  • Дата: 26-01-2021, 17:46
  • Комментариев: 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.
  • Добавил: TRex
  • Дата: 26-01-2021, 16:46
  • Комментариев: 0
Название: Современный jаvascript для нетерпеливых
Автор: Хорстман Кэй С.
Издательство: ДMK
Год: 2021
Формат: PDF
Страниц: 288
Размер: 10 Mb
Язык: Русский

Язык jаvascript изначально был предназначен для написания небольших объемов кода внутри браузера, но современный jаvascript радикально отличается от своего прародителя. В наши дни программисты на jаvascript активно
осваивают функциональный, объектно-ориентированный и асинхронный стили программирования, оставляя в прошлом архаичные конструкции, чреватые ошибками. Данная книга – полное, но при этом лаконичное руководство по версии jаvascript E6 и выше. Вам не потребуется знаний старых версий языка, а сразу предлагается начать с более мощных современных.
  • Добавил: Igor1977
  • Дата: 26-01-2021, 10:50
  • Комментариев: 0

Название: Python programming: 3 Books in 1: The Complete Beginner’s Guide to Learning the Most Popular Programming Language
Автор: Penny Dylan
Издательство: Independently published
Год: 2020
Формат: pdf
Страниц: 254
Размер: 13 mb
Язык: английский

Expand your computer and IT skills and earn more money by learning the world’s most popular programming language – Python!
Become even more computer savvy and rise above the competition when applying to jobs with proficient Python programming skills.
Python programming provides you with a sustainable foundation in computer programming that is easy to build upon and specialize your skills. This results in becoming a better candidate for job openings and increasing your salary!
  • Добавил: umkaS
  • Дата: 26-01-2021, 10:35
  • Комментариев: 0
Название: Семь языков за семь недель. Практическое руководство по изучению языков программирования
Автор: Тейт Б.
Издательство: Москва
Год: 2014
Cтраниц: 384
Формат: pdf (ocr)
Размер: 36 мб
Язык: русский

Вместе с семью языками программирования вы исследуете наиболее важные из современных моделей программирования. Вы познакомитесь с динамической типизацией, которая делает языки Ruby, Python и Perl такими гибкими. Постигнете систему прототипов, лежащую в основе языка jаvascript.