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

  • Добавил: buratino
  • Дата: 24-04-2020, 22:24
  • Комментариев: 0
Название: LEARN PYTHON BASICS: Beginner's Guide For Coding
Автор: J.Tam
Издательство: Amazon
Год: 2020
Формат: epub/pdf(conv.)
Страниц: 127
Размер: 2.5 Mb
Язык: English

This book absolutely for beginners.
Learn Python Basics covers Python fundamentals for beginners to learn and understand the concept of coding. This book useful for college exams and job interviews.
  • Добавил: buratino
  • Дата: 24-04-2020, 22:15
  • Комментариев: 0
Название: Python Programming in100 Pages: Python Programming for Beginners, python crash course
Автор: Ayoub Ighrini
Издательство: Amazon
Год: 2020
Формат: epub/pdf(conv.)
Размер: 2.8 Mb
Язык: English

Getting started in coding can be tough. You may have looked at a few of the most popular coding languages, such as C++ or Java or .net, and been a bit scared by what you saw. The pages may have been filled to the brim with letters and symbols that you just didn’t understand, and you became frustrated and just wanted to walk away. Many people are scared of programming and feel like it is just too hard for them. But with the Python programming language, you will find that it can be easier than ever to learn about coding and to even read it like a professional.
  • Добавил: buratino
  • Дата: 24-04-2020, 20:01
  • Комментариев: 0
Название: Python Programming for Beginners: A step by Step guide on Python programming for absolute beginners and kids
Автор: Ken Douglas
Издательство: Amazon
Год: 2020
Формат: epub/pdf(conv.)
Страниц: 92
Размер: 5.2 Mb
Язык: English

Are you interested in programming but your dont know where to start? Do you want to learn python in an easy and understanding way? Do you want to master python fro scratch? Then this is for you!
This Python for absolute beginners is the first thing you need in other to understand and master the use of Python. This book contains everything a beginner needs in order to get started with python.
  • Добавил: buratino
  • Дата: 24-04-2020, 19:41
  • Комментариев: 0
Название: Coding for Kids Python: Introduction to computer programming with step-by-step basic guide to create games
Автор: Zac Kegan
Издательство: Amazon
Год: 2020
Формат: epub/pdf(conv.)
Страниц: 158
Размер: 4.3 Mb
Язык: English

Help Your Children Master The Technologies Of The Future By Learning Python Now!
Do you want your children to have successful careers when they grow up?
Then start building the necessary skills right now.
  • Добавил: TRex
  • Дата: 24-04-2020, 17:01
  • Комментариев: 0
Название: C++20 Recipes: A Problem-Solution Approach 2nd Edition
Автор: J. Burton Browning, Bruce Sutherland
Издательство: Apress
Год: 2020
Формат: PDF, EPUB
Страниц: 657
Размер: 26,3 Mb
Язык: English

Discover the newest major features of C++20, including modules, concepts, spaceship operators, and smart pointers. This book is a handy code cookbook reference guide that covers the C++ core language standard as well as some of the code templates available in standard template library (STL).
  • Добавил: literator
  • Дата: 24-04-2020, 16:04
  • Комментариев: 0
Технологии машинного обученияНазвание: Технологии машинного обучения
Автор: Гладилин П.Е., Боченина К.О.
Издательство: Университет ИТМО
Год: 2020
Язык: русский
Формат: pdf, djvu
Размер: 10.1 MB

В настоящем пособии представлены методические указания к выполнению восьми лабораторных работ по дисциплине «Технологии машинного обучения». По итогам выполнения всех работ студент должен получить теоретические знания об основных математических подходах и технологиях построения моделей машинного обучения, методах предобработки и анализа данных, основам работы с текстовыми данными, изображениями и временными рядами.
  • Добавил: literator
  • Дата: 24-04-2020, 14:18
  • Комментариев: 0
Название: Docker: Up & Running: Shipping Reliable Containers in Production 2nd Edition (3rd Rev)
Автор: Sean P. Kane, Karl Matthias
Издательство: O'Reilly Media
Год: 2018 (3rd Revision 2020-02-07)
Страниц: 350
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Docker is rapidly changing the way organizations deploy software at scale. However, understanding how Linux containers fit into your workflow—and getting the integration details right—is not a trivial task. With the updated edition of this practical guide, you’ll learn how to use Docker to package your applications with all of their dependencies and then test, ship, scale, and support your containers in production. This edition includes significant updates to the examples and explanations that reflect the substantial changes that have occurred over the past couple of years.
  • Добавил: buratino
  • Дата: 24-04-2020, 14:03
  • Комментариев: 0
Название: The Road to React: Your journey to master plain yet pragmatic React.js (Updated edition)
Автор: Robin Wieruch
Издательство: Lean Publishing
Год: 2020-04-20
Формат: true pdf/epub
Страниц: 229
Размер: 1.1 Mb
Язык: English

In "The Road to React" you will learn about all the fundamentals of React.js with Hooks while building a full-blown React application step by step. While you create the React application, every chapter will introduce you to a new React key feature. However, there is more than only the fundamentals: The book dives into related topics (e.g. React with TypeScript, Testing, Performance Optimizations) and advanced feature implementations like client- and server-side searching. At the end of the book, you will have a fully working deployed React application.
  • Добавил: buratino
  • Дата: 24-04-2020, 13:55
  • Комментариев: 0
Название: The Road to GraphQL: Your journey to master pragmatic GraphQL in jаvascript with React.js and Node.js
Автор: Robin Wieruch
Издательство: Lean Publishing
Год: 2019-04-05
Формат: epub/true pdf
Страниц: 354
Размер: 1.8 Mb
Язык: English

This book is not intended to be an end-all reference for GraphQL APIs, nor an in-depth guide about the internals of the GraphQL specification. Instead, its purpose is to journey through learning GraphQL with jаvascript the pragmatic way, building client and server applications yourself. The book covers lots of facets about GraphQL in jаvascript that are important for building modern applications, without just throwing the libraries like Apollo at problems before experiencing them. It starts with the basic HTTP requests to perform GraphQL queries first, then moves on to using dedicated GraphQL libraries for it. You will even get the chance to implement your own GraphQL client library, so you understand how these libraries work under the hood. There are no hidden abstractions in this book, just plenty of fundamentals for jаvascript, React.js, Node.js, and GraphQL.
  • Добавил: buratino
  • Дата: 24-04-2020, 13:44
  • Комментариев: 0
Название: Practical Numerical and Scientific Computing with MATLAB® and Python
Автор: Eihab B. M. Bashier
Издательство: CRC Press
Год: 2020
Формат: true pdf/epub/mobi
Страниц: 345
Размер: 12.2 Mb
Язык: English

Practical Numerical and Scientific Computing with MATLAB® and Python concentrates on the practical aspects of numerical analysis and linear and non-linear programming. It discusses the methods for solving different types of mathematical problems using MATLAB and Python. Although the book focuses on the approximation problem rather than on error analysis of mathematical problems, it provides practical ways to calculate errors.