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

  • Добавил: literator
  • Дата: 10-05-2021, 20:11
  • Комментариев: 0
Programming Microcontrollers with Python: Experience the Power of Embedded PythonНазвание: Programming Microcontrollers with Python: Experience the Power of Embedded Python
Автор: Armstrong Subero
Издательство: Apress
Год: 2021
Страниц: 304
Язык: английский
Формат: pdf (true), epub
Размер: 17.2 MB

For the first time microcontrollers are powerful enough to be programmed in Python. The landscape of embedded systems development is changing, microcontrollers are becoming more powerful, and the rise of the internet of things is leading more developers to get into hardware. This book provides the solid foundation to start your journey of embedded systems development and microcontroller programming with Python.
  • Добавил: TRex
  • Дата: 10-05-2021, 19:59
  • Комментариев: 0
Название: Java to Kotlin (Early Release)
Автор: Duncan McGregor and Nat Pryce
Издательство: O’Reilly Media
Год: 2021-05-06: Third Release
Формат: ePUB
Размер: 10 Mb
Язык: English

Kotlin has raised the bar for programming languages on the Java Virtual Machine with its compatibility, readability, efficiency, and tool support. But adopting a new language can be daunting, especially when you're working with business-critical Java code that must meet changing requirements.
This book takes a novel approach to introducing Kotlin to Java programmers: showing you how to gradually refactor Java code to idiomatic Kotlin while continuing to evolve its functionality. But converting Java to Kotlin is just the starting point. Kotlin has many features beyond Java.
  • Добавил: literator
  • Дата: 10-05-2021, 19:57
  • Комментариев: 0
C# Cookbook: Modern Recipes for Professional Developers (Fourth Early Release)Название: C# Cookbook: Modern Recipes for Professional Developers (Fourth Early Release)
Автор: Joe Mayo
Издательство: O’Reilly Media, Inc.
Год: 2021-05-11
Страниц: 128
Язык: английский
Формат: epub
Размер: 10.15 MB

Even if you're familiar with C# syntax, knowing how to combine various language features is a critical skill when building applications. This handy cookbook is packed full of recipes to help you solve issues for C# programming tasks you're likely to encounter. You'll learn tried-and-true techniques to help you achieve greater productivity and improve the quality of your code.
  • Добавил: buratino
  • Дата: 10-05-2021, 19:12
  • Комментариев: 0
Название: React Cookbook: Recipes for Mastering the React Framework (Early Release)
Автор: David Griffiths and Dawn Griffiths
Издательство: O’Reilly Media
Год: 2020-08-05, 2021-03-15
Формат: epub/pdf(conv.)
Размер: 13.6 Mb, 23.7 Mb
Язык: English

React helps you create and work on an app in just a few minutes, but learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast.
  • Добавил: umkaS
  • Дата: 10-05-2021, 15:39
  • Комментариев: 0
Название: Delphi 7. Справочное пособие
Автор: Архангельский А.Я.
Издательство: М.: Бином-Пресс
Год: 2004
Cтраниц: 1023
Формат: djvu
Размер: 29 мб
Язык: русский

Книга содержит справочные сведения по всем версиям Delphi, включая Delphi 7. Справочный материал снабжен подробными комментариями и примерами. Даются исчерпывающие сведения по языку Object Pascal в Delphi: синтаксис языка, все операции и операторы, все типы данных Object Pascal. Подробно рассматривается работа с исключениями, с текстовыми и двоичными файлами, со строками разных типов, массивами (в том числе открытыми и динамическими), множествами, записями, классами.
  • Добавил: TRex
  • Дата: 10-05-2021, 12:04
  • Комментариев: 0
Название: Bash programming from scratch
Автор: Ilya Shpigor
Издательство: Leanpub
Год: 2021
Формат: ePUB, PDF
Страниц: 320
Размер: 10 Mb
Язык: English

This book was not intended to be another Bash and Unix environment guide. This is a programming tutorial. Examples of programs are written in the Bash language here.
Learning programming by yourself is possible. But you will have inevitable questions. Without some experience, it will be difficult to answer them. We will try to consider all these questions.
  • Добавил: buratino
  • Дата: 10-05-2021, 10:19
  • Комментариев: 0


Название: Beginning Python Visualization: Crafting Visual Transformation Scripts
Автор: Shai Vaingast
Издательство: Apress
Год: 2014
Формат: EPUB
Страниц: 416
Размер: 3.74 MB
Язык: English

We are visual animals. But before we can see the world in its true splendor, our brains, just like our computers, have to sort and organize raw data, and then transform that data to produce new images of the world. Beginning Python Visualization: Crafting Visual Transformation Scripts, Second Edition discusses turning many types of data sources, big and small, into useful visual data. And, you will learn Python as part of the bargain.
In this second edition you’ll learn about Spyder, which is a Python IDE with MATLAB® -like features. Here and throughout the book, you’ll get detailed exposure to the growing IPython project for interactive visualization. In addition, you'll learn about the changes in NumPy and Scipy that have occurred since the first edition. Along the way, you'll get many pointers and a few visual examples.
  • Добавил: buratino
  • Дата: 10-05-2021, 01:49
  • Комментариев: 0
Название: Let's Go! Learn to Build Professional Web Applications With Go (Version 1.5.2)
Автор: Alex Edwards
Издательство: Alex Edwards
Год: 2021-03-03
Формат: pdf/epub
Страниц: 352
Размер: 10.9 Mb
Язык: English

Go is a great language for building web applications. But teaching yourself from blog posts and the standard-library documentation can often leave you with more questions than answers.
  • Добавил: buratino
  • Дата: 10-05-2021, 01:17
  • Комментариев: 0
Название: Let's Go Further! Advanced patterns for building APIs and web applications in Go
Автор: Alex Edwards
Издательство: Alex Edwards
Год: 2021-05-04
Формат: pdf/epub
Страниц: 582
Размер: 11.5 Mb
Язык: English

Let’s Go Further helps you extend and expand your knowledge of Go — taking you beyond the basics and guiding you through advanced patterns for developing, managing and deploying APIs and web applications.
It builds on many of the concepts that were introduced in Let’s Go, and talks through the start-to-finish build of a RESTful JSON API — from initial project setup through to deployment in production.
  • Добавил: literator
  • Дата: 9-05-2021, 13:34
  • Комментариев: 0
Mastering Clojure Macros: Write Cleaner, Faster, Smarter Code (Version P1.0)Название: Mastering Clojure Macros: Write Cleaner, Faster, Smarter Code (Version P1.0)
Автор: Colin Jones
Издательство: Pragmatic Bookshelf
Год: August 2014
Страниц: 111
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Level up your skills by taking advantage of Clojure's powerful macro system. Macros make hard things possible and normal things easy. They can be tricky to use, and this book will help you deftly navigate the terrain. You'll discover how to write straightforward code that avoids duplication and clarifies your intentions. You'll learn how and why to write macros. You'll learn to recognize situations when using a macro would (and wouldn't!) be helpful. And you'll use macros to remove unnecessary code and build new language features. This book assumes that you’ve programmed in Clojure a bit but that you’re not yet a master of Clojure macros. Experienced Clojure programmers will no doubt recognize situations they’ve encountered before, whereas newer Clojure folks will learn to avoid some of the stumbles the rest of us have made when learning macros.