Introduction to Python in Earth Science Data Analysis: From Descriptive Statistics to Machine Learning

Автор: TRex от 18-09-2021, 04:05, Коментариев: 0

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

Название: Introduction to Python in Earth Science Data Analysis: From Descriptive Statistics to Machine Learning
Автор: Maurizio Petrelli
Издательство: Springer
Год: 2021
Формат: PDF
Страниц: 229
Размер: 10 Mb
Язык: English

This textbook introduces the use of Python programming for exploring and modelling data in the field of Earth Sciences. It drives the reader from his very first steps with Python, like setting up the environment and starting writing the first lines of codes, to proficient use in visualizing, analyzing, and modelling data in the field of Earth Science. Each chapter contains explicative examples of code, and each script is commented in detail. The book is minded for very beginners in Python programming, and it can be used in teaching courses at master or PhD levels. Also, Early careers and experienced researchers who would like to start learning Python programming for the solution of geological problems will benefit the reading of the book.
 

JavaScript. Дополнительные уроки для начинающих

Автор: TRex от 17-09-2021, 15:12, Коментариев: 0

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

Название: jаvascript. Дополнительные уроки для начинающих
Автор: Дронов Владимир
Издательство: БХВ
Год: 2022
Формат: PDF
Страниц: 354
Размер: 21,3 Mb
Язык: Русский

В книге 20 иллюстрированных уроков, более 20 практических упражнений на тему программирования веб-сценариев и 18 заданий для самостоятельной работы. Простым языком, кратко, наглядно рассказано о новых программных инструментах, появившихся в последние годы в языке jаvascript. Описаны новый синтаксис объявления классов, промисы, асинхронные функции, итераторы, генераторы и модули. Рассказано о новом загрузчике файлов, встроенной в веб-обозреватель СУБД, HTML-компонентах и шаблонах, средствах для захвата видео, наложении эффектов на звук.
 

Exploring Android 2.2

Автор: TRex от 17-09-2021, 14:18, Коментариев: 0

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

Название: Exploring Android 2.2
Автор: Mark L. Murphy
Издательство: CommonsWare, LLC
Год: 2021
Формат: ePUB, PDF
Страниц: 617
Размер: 13,2 Mb
Язык: English

Many books — such as The Busy Coder's Guide to Android Development, — present programming topics, showing you how to use different APIs, tools, and so on.
This book is different.
This book has you build an app from the beginning. Whereas traditional programming guides are focused on breadth and depth, this book is focused on "hands-on", guiding you through the steps to build the app. It provides a bit of details on the underlying concepts, but it relies on other resources — such as The Busy Coder's Guide to Android Development — for the full explanation of those details. Instead, this book provides step-by-step instructions for building the app.
 

MERN Projects for Beginners

Автор: TRex от 17-09-2021, 12:47, Коментариев: 0

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

Название: MERN Projects for Beginners
Автор: Nabendu Biswas
Издательство: Apress
Год: 2021
Формат: ePUB, PDF
Страниц: 293
Размер: 24,8 Mb
Язык: English

Learn how to use the MERN stack (MongoDB, Express.js, React, and Node) to build five fully functioning web apps for dating, video sharing, messaging, and social media. While creating these web apps, you’ll learn key development concepts including how to use React hooks, Redux, MongoDB, Express, Heroku, Firebase, Material UI, and Google authentication. By expanding your portfolio with the projects you create, you will be well equipped as front-end developer.
 

Practical Data Science with Jupyter, 2nd Edition

Автор: TRex от 17-09-2021, 09:57, Коментариев: 0

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

Название: Practical Data Science with Jupyter: Explore Data Cleaning, Pre-processing, Data Wrangling, Feature Engineering and Machine Learning using Python and Jupyter
Автор: Prateek Gupta
Издательство: Publications
Год: 2021
Формат: ePUB, PDF
Страниц: 654
Размер: 35 Mb
Язык: English

This book begins with an introduction to Data Science followed by the Python concepts. The readers will understand how to interact with various database and Statistics concepts with their Python implementations. You will learn how to import various types of data in Python, which is the first step of the data analysis process. Once you become comfortable with data importing, you will clean the dataset and after that will gain an understanding about various visualization charts. This book focuses on how to apply feature engineering techniques to make your data more valuable to an algorithm. The readers will get to know various Machine Learning Algorithms, concepts, Time Series data, and a few real-world case studies. This book also presents some best practices that will help you to be industry-ready.
 

Parallel Programming with C# and .NET Core: Developing Multithreaded Applications Using C# and .NET Core 3.1 from Scratch

Автор: TRex от 17-09-2021, 09:44, Коментариев: 0

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

Название: Parallel Programming with C# and .NET Core: Developing Multithreaded Applications Using C# and .NET Core 3.1 from Scratch
Автор: Rishabh Verma, Neha Shrivastava, Ravindra Akella
Издательство: BPB Publications
Год: 2020
Формат: ePUB, PDF
Страниц: 678
Размер: 13 Mb
Язык: English

Application development has evolved over the last decade, and with the advent of the latest technologies like Angular, React on client-side, and ASP.NET Core, Spring on the server-side, the consumer expectations have risen like never before.
The primary objective of this book is to help readers understand the importance of asynchronous programming and various ways it can be achieved using .NET Core 3.1 and C# 8 to successfully build concurrent applications. Along the way reader will learn the fundamentals of threading, asynchronous programming, various asynchronous patterns, synchronisation constructs, unit testing parallel methods, debugging enterprise applications, and cool tips and tricks.
 

Learning Go Programming: Build ScalableNext-Gen Web Application using Golang

Автор: literator от 17-09-2021, 01:55, Коментариев: 0

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

Learning Go Programming: Build ScalableNext-Gen Web Application using GolangНазвание: Learning Go Programming: Build ScalableNext-Gen Web Application using Golang
Автор: Shubhangi Agarwal
Издательство: BPB Publications
Год: 2021
Страниц: 555
Язык: английский
Формат: epub
Размер: 10.1 MB

This book is a unique read for both beginners and developers as it extensively covers topics ranging from fundamentals to advanced topics in Go programming. Basics such as Data types, Control structures and Loops in have been explained in-depth. A detailed description of Structs, Interfaces, Polymorphism and Concurrency will enable you to write professional codes using Golang. You will get an idea of error data type and how to recover it in Golang. You will be capable of using standard libraries, create custom packages and install third party packages in Go. Creation of functions and invoking them in Go have been vividly explained. By the end, you will be able to write advanced Golang code and at the same time, develop an application with Golang server.

 

Data Structures & Algorithms in Swift (4th Edition)

Автор: literator от 16-09-2021, 18:21, Коментариев: 0

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

Data Structures & Algorithms in Swift (4th Edition)Название: Data Structures & Algorithms in Swift (4th Edition)
Автор: Kelvin Lau, Vincent Ngo
Издательство: Razeware LLC
Год: 2021
Страниц: 426
Язык: английский
Формат: pdf (true), epub
Размер: 30.6 MB

Understanding how data structures and algorithms work in code is crucial for creating efficient and scalable apps and acing job interviews. Swift’s standard library and, more recently, the Swift Collections and Algorithms packages contain a robust set of general-purpose collection types and algorithms, yet they don’t cover every case! In Data Structures and Algorithms in Swift, you’ll learn how to implement the most popular and useful data structures and when and why you should use one particular data structure or algorithm over another.

 

Python Crash Course For Beginners, Master Data Analysis & Data Science, Machine Learning, 2-nd Edition

Автор: literator от 16-09-2021, 17:04, Коментариев: 0

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

Python Crash Course For Beginners, Master Data Analysis & Data Science, Machine Learning, 2-nd EditionНазвание: Python Crash Course For Beginners, Master Data Analysis & Data Science, Machine Learning, 2-nd Edition
Автор: Lutz M.
Издательство: Rahul Sinha
Год: 2021
Страниц: 608
Язык: английский
Формат: pdf, epub
Размер: 11.05 MB

Do you want to learn Data Science and how to leverage Python for it? Do want to learn Python Machine Learning and start implementing models? If yes, then this Python for Beginners Crash Course is for you. This is the most complete Python guide with 4 Manuscripts in 1 book: 1-Python For Beginners; 2-Python Advanced Programming; 3-Python for Data Analysis & Analytics; 4-Python for Machine Learning

 

Fundamentals of Android App Development: Android Development for Beginners to Learn Android Technology, SQLite, Firebase and Unity

Автор: literator от 16-09-2021, 15:52, Коментариев: 0

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

Название: Fundamentals of Android App Development: Android Development for Beginners to Learn Android Technology, SQLite, Firebase and Unity
Автор: Sujit Kumar Mishra
Издательство: BPB Publications
Год: 2020
Страниц: 112
Язык: английский
Формат: pdf, epub
Размер: 10.19 MB

This hands-on book will teach you how to structure your android app, design flexible and interactive interfaces. It will help you develop your app on various platforms such as smartphones and tablets. The book uses SQLite as it is a very lightweight database, with no installation required, zero-configuration, and no server required. SQLite is widely used as a database of choice in mobile apps, cameras, home electronic devices, and other embedded systems. Then you will see how to work with Google Firebase, Google’s mobile platform, which helps you quickly develop high-quality apps. You will see how it supports a real-time database for your apps. It will also show how to use Unity, a cross-platform game engine. It will help you develop 3D games with high quality as per your requirement.