The Complete Coding Manual - 17th Edition, 2023

Автор: literator от 8-03-2023, 04:02, Коментариев: 0

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

The Complete Coding Manual - 17th Edition, 2023Название: The Complete Coding Manual - 17th Edition, 2023
Автор: Papercut Ltd
Издательство: Papercut Ltd
Год: 2023
Страниц: 154
Язык: английский
Формат: pdf
Размер: 90.7 MB

Начать изучать кодирование может быть непросто, если вы студент, начинающий программист или родитель. С чего начать? Какой язык программирования изучать? Что вам нужно? "Полное руководство по программированию - 17-е издание, 2023 год" - поможет вам освоиться в мире кодирования. У нас есть советы о том, как начать, какое программное обеспечение использовать, учебники по Python, C++, скриптам Linux и даже bat-файлам Windows. Никогда еще не было лучшего времени, чтобы научиться кодировать, и, вооружившись полным руководством по программированию, вы тоже сможете начать свой путь кодирования с легкостью. 100% неофициальное издание.
 

Python 101 - Fundamentals

Автор: literator от 8-03-2023, 02:37, Коментариев: 0

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

Python 101 - FundamentalsНазвание: Python 101 - Fundamentals
Автор: Sam
Издательство: Independently published
Год: 2022
Язык: английский
Формат: pdf, azw3, epub, mobi
Размер: 10.2 MB

This book is the first part of a series that is called the Python 101. In this series, we are going to focus on learning the Python Programming Language in an effective and easy way. The goal is to learn it smartly, practically and fast without needing to read thousands of pages. We will keep it simple and precise. In this first book, we will introduce you to the language and learn the basics. This book is for complete beginners and no Programming, IT or Math skills are required to understand it. At the end, you will be able to write various simple and interesting programs and you will have the necessary basis to continue with volume two.
 

Hack Your Job Search (1st Edition)

Автор: literator от 7-03-2023, 16:36, Коментариев: 0

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

Hack Your Job Search (1st Edition)Название: Hack Your Job Search (1st Edition)
Автор: Tim Condon, Jenn Bailey
Издательство: Kodeco Inc.
Год: 2023
Страниц: 178
Язык: английский
Формат: pdf (true), epub
Размер: 23.2 MB

This book is your map to landing software developer interviews. Read and work through the action plans and accompanying workbook pages as industry authorities Jennifer Bailey and Tim Condon help you launch your tech career.Learn the entire process to land software developer interviews for jobs you actually want and are qualified to get. Understand how to research the market, prepare standout application materials, get noticed by reputable recruiters and pass automated screens. Build your skills, network and portfolio while raising your profile. Troubleshoot and iterate to launch the tech career of your dreams!
 

Quantum Care: A Deep Dive into AI for Health Delivery and Research

Автор: literator от 7-03-2023, 12:46, Коментариев: 0

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

Quantum Care: A Deep Dive into AI for Health Delivery and ResearchНазвание: Quantum Care: A Deep Dive into AI for Health Delivery and Research
Автор: Rohit Mahajan
Издательство: Advantage Media Group
Год: 2023
Страниц: 198
Язык: английский
Формат: epub (true)
Размер: 10.2 MB

“AI,” “Deep Learning,” and “Machine Learning” are all the buzzwords you are hearing right now revolving around the field of Artificial Intelligence, especially in how AI is being used for business applications regarding analytics and Big Data. Artificial Intelligence (AI) and Machine Learning (ML) often get used interchangeably, but they are not exactly the same thing. At its most basic level, AI is a broad concept of machines being able to carry out tasks in a way that we would consider “smart.” Machine Learning takes that concept to the next level of machines that not only can perform smart tasks but can actually learn and then make decisions and predictions based on what they have learned. Deep Learning (DL) takes the AI concept to an even higher level. It is the cutting edge of the cutting edge, the space where machines not only learn but can be intuitive and come up with ideas on their own based on their extensive database of knowledge, learning, and “experience.” In this sense, and how we will be discussing AI in this book, Artificial Intelligence is not just about intelligence but about intuition and insight, the kinds of cognitive abilities that we, until recently, only ascribed to the human mind. It is this aspect of where AI is today and where it is going that has the most profound applications—particularly in healthcare.
 

The Road to React : Your journey to master React in JavaScript (2023 Edition)

Автор: literator от 7-03-2023, 12:04, Коментариев: 0

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

The Road to React : Your journey to master React in JavaScript (2023 Edition)Название: The Road to React : Your journey to master React in jаvascript (2023 Edition)
Автор: Robin Wieruch
Издательство: Leanpub
Год: 2023-02-09
Страниц: 291
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

The Road to React teaches the fundamentals of React. You will build a real-world application in plain React without complicated tooling. Everything from project setup to deployment on a server will be explained for you. The book comes with additional referenced reading material and exercises with each chapter. After reading the book, you will be able to build your own applications in React. The material is kept up to date by myself and the community. In the Road to React, I offer a foundation before you dive into the broader React ecosystem. The concepts will have less tooling and less external state management, but a lot of information about React. It explains general concepts, patterns, and best practices in a real world React application.
 

PHP Cookbook (7th Early Release)

Автор: literator от 7-03-2023, 03:57, Коментариев: 0

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

PHP Cookbook (7th Early Release)Название: PHP Cookbook: Modern Code Solutions for Professional PHP Developers (7th Early Release)
Автор: Eric A Mann
Издательство: O’Reilly Media, Inc.
Год: 2023-03-03
Страниц: 330
Язык: английский
Формат: epub
Размер: 10.2 MB

If you're a PHP developer looking for proven solutions to common problems, this cookbook provides code recipes to help you resolve numerous scenarios. By leveraging modern versions of PHP through version 8.1, these self-contained recipes provide fully realized solutions that can help you solve similar problems in your day-to-day work. Whether you're new to development or merely new to PHP, these recipes will help you unpack the most powerful features of this programming language. Most PHP you’ll find in the wild, modern or legacy, is written to leverage a single thread of execution. This means the code is written to be neither concurrent or parallel. In fact, many developers avoid PHP entirely when they want to leverage concurrent or parallel concepts and turn to languages like jаvascript or GoLang for their applications. Modern PHP, though, fully supports both modes of execution - with or without additional libraries. To fully understand asynchronous PHP, you need to understand at least two specific concepts: promises and coroutines.
 

Unity Development Cookbook, 2nd Edition (Early Release)

Автор: literator от 7-03-2023, 03:18, Коментариев: 0

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

Unity Development Cookbook, 2nd Edition (Early Release)Название: Unity Development Cookbook: Real-Time Solutions from Game Development to AI, 2nd Edition (Early Release)
Автор: Paris Buttfield-Addison, Jon Manning, Tim Nugent
Издательство: O’Reilly Media, Inc.
Год: 2023-03-15
Страниц: 138
Язык: английский
Формат: pdf, epub
Размер: 10.18 MB

Find out everything you need to know to use the powerful Unity engine to its full potential for 3D and 2D game development, simulation, Artificial Intelligence, and beyond. From the basics of scripting to techniques for interactivity, AI and behavior, animation, narrative, and networking, this flexible, mind-bogglingly popular engine is useful for anything that needs some form of visuals and real-time simulation. With this thoroughly updated problem-solving cookbook, beginner to intermediate Unity developers will get started in two ways: First, you'll learn about the Unity engine through brief recipes that teach specific features of the software and scripting systems. Second, you'll apply a collection of snippets of code to address common scenarios, such as properly keeping score, or accepting input, or sharing state over the network.
 

Валерий Яценков. Сборник из 9 книг

Автор: SCART56 от 6-03-2023, 19:21, Коментариев: 0

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


Название: Яценков В.С. Сборник из 9 книг
Автор: Яценков В.С.
Издательство: Горячая линия - Телеком, БХВ-Петербург, Издательские решения
Год: 2002-2020
Страниц: 1000+
Формат: pdf, djvu
Размер: 260 Мб
Язык: русский

Чрезвычайно необычные по своему содержанию книги представляет собой практические руководства. На страницах своего труда автор идет в оппозицию распространенному мифу, что чтение радиосхем и их применение в устранении неполадок бытовой аппаратуры реально только для опытных радиолюбителей. На самом деле, справиться с этой работой по силам даже новичку.
 

Adversarial Deep Learning in Cybersecurity: Attack Surfaces, Defence Mechanisms, Learning Theories in Artificial Intelligence

Автор: literator от 6-03-2023, 16:06, Коментариев: 0

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

Adversarial Deep Learning in Cybersecurity: Attack Surfaces, Defence Mechanisms, Learning Theories in Artificial IntelligenceНазвание: Adversarial Deep Learning in Cybersecurity: Attack Surfaces, Defence Mechanisms, Learning Theories in Artificial Intelligence
Автор: Aneesh Sreevallabh Chivukula, Xinghao Yang, Bo Liu
Издательство: Springer
Год: 2023
Страниц: 314
Язык: английский
Формат: pdf
Размер: 10.2 MB

A critical challenge in Deep Learning is the vulnerability of Deep Learning networks to security attacks from intelligent cyber adversaries. Even innocuous perturbations to the training data can be used to manipulate the behaviour of deep networks in unintended ways. In this book, we review the latest developments in adversarial attack technologies in Computer vision; Natural Language Processing (NLP); and cybersecurity with regard to multidimensional, textual and image data, sequence data, and temporal data. In turn, we assess the robustness properties of Deep Learning networks to produce a taxonomy of adversarial examples that characterises the security of learning systems using game theoretical Adversarial Deep Learning algorithms. The state-of-the-art in adversarial perturbation-based privacy protection mechanisms is also reviewed.
 

Think Like a CTO (Final Release)

Автор: literator от 6-03-2023, 15:07, Коментариев: 0

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

Think Like a CTO (Final Release)Название: Think Like a CTO (Final Release)
Автор: Alan Williamson
Издательство: Manning Publications
Год: 2023
Страниц: 320
Язык: английский
Формат: pdf (true)
Размер: 13.3 MB

An effective Chief Technology Officer shapes almost every aspect of a modern business. This book shares the experience and advice of veteran CTOs and industry experts for handling IT crises, leading tech teams, and creating an inspiring vision for your company. Becoming a CTO is an incredible accomplishment. It’s also one of the hardest transitions a technologist can make. This high-power and high-pressure role demands skills that are rarely developed as a software engineer. Think Like a CTO shines a light on all the areas an aspiring CTO needs to master to succeed. You’ll learn how to build incredible working relationships with the rest of the C-suite, transform a company with private equity, and recruit and manage your development team. With this book as your guide, you’ll quickly become a trusted leader figure with an inspiring vision for your company.