SQL in a Nutshell, 4th Edition (Early Release)

Автор: buratino от 23-07-2021, 10:05, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: SQL in a Nutshell, 4th Edition (Early Release)
Автор: Kevin Kline, Regina O. Obe, and Leo S. Hsu
Издательство: O’Reilly Media
Год: 2021-07-22
Формат: epub/pdf(conv.)
Размер: 10 Mb
Язык: English

For programmers, analysts, and database administrators, this Nutshell guide is the essential reference for the SQL language used in today's most popular database products. This new fourth edition clearly documents SQL commands according to the latest ANSI/ISO standard and details how those commands are implemented in Microsoft SQL Server 2019 and Oracle 19c, as well as in the MySQL 8, MariaDB 10.5, and PostgreSQL 13 open source database products.
 

Learn to Program, 3rd Edition

Автор: buratino от 23-07-2021, 09:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Learn to Program, Third Edition
Автор: Chris Pine
Издательство: The Pragmatic Programmers, LLC
Год: June 2021
Формат: epub/pdf(conv.)
Страниц: 200
Размер: 10 Mb
Язык: English

It's easier to learn how to program a computer than it has ever been before. Now everyone can learn to write programs for themselves - no previous experience is necessary.
 

Intuitive Python: Productive Development for Projects that Last

Автор: buratino от 23-07-2021, 09:42, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Intuitive Python: Productive Development for Projects that Last
Автор: David Muller
Издательство: Pragmatic Bookshelf
Год: June 2021
Формат: epub/mobi/pdf(conv.)
Страниц: 142
Размер: 10 Mb
Язык: English

Developers power their projects with Python because it emphasizes readability, ease of use, and access to a meticulously maintained set of packages and tools. The language itself continues to improve with every release: writing in Python is full of possibility. But to maintain a successful Python project, you need to know more than just the language. You need tooling and instincts to help you make the most out of what's available to you. Use this book as your guide to help you hone your skills and sculpt a Python project that can stand the test of time.
No matter your experience level or background, Python's batteries-included standard library and rich third-party ecosystem provide a solid foundation to build your projects on.
 

Essentials of Data Science and Analytics: Statistical Tools, Machine Learning, and R-Statistical Software Overview

Автор: literator от 23-07-2021, 04:38, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Essentials of Data Science and Analytics: Statistical Tools, Machine Learning, and R-Statistical Software OverviewНазвание: Essentials of Data Science and Analytics: Statistical Tools, Machine Learning, and R-Statistical Software Overview
Автор: Amar Sahay, Don Stengel
Издательство: Business Expert Press
Год: 2021
Страниц: 486
Язык: английский
Формат: pdf (true), epub
Размер: 35.7 MB, 22.4 MB

This text provides a comprehensive overview of Data Science. With the continued advancement in storage and computing technologies, data science has emerged as one of the most desired fields in driving business decisions. Data science employs techniques and methods from many other fields, such as statistics, mathematics, computer science, and information science. Besides the methods and theories drawn from several fields, data science uses visualization techniques using specially designed big data software and statistical programming language, such as R programming, and Python. Data Science has wide applications in the areas of Machine Learning (ML) and Artificial Intelligence (AI).
 

The Art of WebAssembly: Build Secure, Portable, High-Performance Applications

Автор: literator от 22-07-2021, 14:06, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

The Art of WebAssembly: Build Secure, Portable, High-Performance ApplicationsНазвание: The Art of WebAssembly: Build Secure, Portable, High-Performance Applications
Автор: Rick Battagline
Издательство: No Starch Press
Год: 2021
Страниц: 306
Язык: английский
Формат: pdf (true), epub
Размер: 11.0 MB, 10.1 MB

A a thorough, practice-based introduction to WebAssembly. Learn how to create high-performing, lightning-fast websites and applications. WebAssembly is the fast, compact, portable technology that optimizes the performance of resource-intensive web applications and programs. The Art of WebAssembly is designed to give web developers a solid understanding of how it works, when to use it (and when not to), and how to develop and deploy WebAssembly apps.
 

Rust in Action: Systems Programming Concepts and Techniques

Автор: TRex от 22-07-2021, 12:43, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Rust in Action: Systems Programming Concepts and Techniques
Автор: Tim McNamara
Издательство: Manning Publications
Год: 2021
Формат: True PDF
Страниц: 457
Размер: 18,2 Mb
Язык: English

Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques.You'll be learning Rust by delving into how computers work under the hood.
You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming.
 

Transfer Learning for Natural Language Processing

Автор: TRex от 22-07-2021, 11:47, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Transfer Learning for Natural Language Processing
Автор: Paul Azunre
Издательство: Manning Publications
Год: 2021
Формат: True PDF
Страниц: 266
Размер: 10 Mb
Язык: English

Transfer Learning for Natural Language Processing gets you up to speed with the relevant ML concepts before diving into the cutting-edge advances that are defining the future of NLP.
Building and training deep learning models from scratch is costly, time-consuming, and requires massive amounts of data. To address this concern, cutting-edge transfer learning techniques enable you to start with pretrained models you can tweak to meet your exact needs. In Transfer Learning for Natural Language Processing, you'll go hands-on with customizing these open source resources for your own NLP architectures.
 

Rust for Rustaceans: Idiomatic Programming for Experienced Developers (Early Access)

Автор: buratino от 22-07-2021, 11:23, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Rust for Rustaceans: Idiomatic Programming for Experienced Developers (Early Access)
Автор: Jon Gjengset
Издательство: No Starch Press
Год: 5/27/21
Формат: true pdf/fb2
Страниц: 144
Размер: 10 Mb
Язык: English

Master professional-level coding in Rust.
For developers who’ve mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects.
Author Jon Gjengset takes you deep into the Rust programming language, dissecting core topics like ownership, traits, concurrency, and unsafe code. You’ll explore key concepts like type layout and trait coherence, delve into the inner workings of concurrent programming and asynchrony with async/await, and take a tour of the world of no_std programming. Gjengset also provides expert guidance on API design, testing strategies, and error handling, and will help develop your understanding of foreign function interfaces, object safety, procedural macros, and much more.
 

AI and Machine Learning for On-Device Development (Early Release)

Автор: TRex от 22-07-2021, 10:31, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: AI and Machine Learning for On-Device Development (Early Release)
Автор: Laurence Moroney
Издательство: O’Reilly Media
Год: 2021-07-13: Third Release
Формат: ePUB
Страниц: 403
Размер: 27,8 Mb
Язык: English

AI is nothing without somewhere to run it. Now that mobile devices have become the primary computing device for most people, it's essential that mobile developers add AI to their toolbox. This insightful book is your guide to creating and running models on popular mobile platforms such as iOS and Android.
 

Tableau Desktop Cookbook (Early Release)

Автор: TRex от 22-07-2021, 10:21, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Tableau Desktop Cookbook (Early Release)
Автор: Lorna Brown
Издательство: O’Reilly Media
Год: 2021-07-06: Fourth Release
Формат: ePUB
Страниц: 1082
Размер: 132 Mb
Язык: English

Whether you're a beginner just learning how to create data visualizations or a Jedi who's already used Tableau for years, this cookbook has a recipe for everyone. Author Lorna Brown provides more than 100 practical recipes to enhance the way you build Tableau dashboards–and helps you understand your data through the power of Tableau Desktop's interactive datavisualizations.