The Complete Python Coding Manual 2nd Edition 2022

Автор: magnum от 22-12-2022, 00:24, Коментариев: 0

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

The Complete Python Coding Manual 2nd Edition 2022Название: The Complete Python Coding Manual - 2nd Edition 2022
Издательство: Papercut Limited
Год / месяц: 2022
Страниц: 216
Формат: True PDF
Размер: 62 MB
Язык: English

Python is a versatile language and its rise in popularity is certainly no surprise. Its similarity to everyday language has made it a perfect companion for the Raspberry Pi, which is often a first step into practical programming. But don’t be fooled by its beginner-friendly credentials – Python has plenty of more advanced functions. In this new edition, you will learn how to program in Python, discover amazing projects to improve your understanding, and find ways to use Python to enhance your experience of computing. You’ll also create fun projects including programming a Space Invaders clone and teaching your Raspberry Pi to multi-task. Let’s get coding!
 

The Complete C++ & Python Manual - 13th Edition 2022

Автор: magnum от 21-12-2022, 23:39, Коментариев: 0

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

The Complete C++ & Python Manual - 13th Edition 2022Название: The Complete C++ & Python Manual - 13th Edition 2022
Издательство: Papercut Limited
Год: 2022
Страниц: 200
Формат: True PDF
Размер: 61,1 MB
Язык: English

Learn the basics of Python and C++ and expand your skills! High-quality guidebook, featuring detailed guides from a team of experts. Learn Python and apply it to real-world programs. Start to learn the basics of C++ and top tips for working with code. Python and C++ are two of the most powerful and feature-rich programming languages. Being able to understand and use either enables you to better understand today’s technologies and how they interact with us and our environment.
 

От джуна до сеньора. Как стать востребованным разработчиком

Автор: tatanavip от 21-12-2022, 13:48, Коментариев: 0

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


Название: От джуна до сеньора. Как стать востребованным разработчиком
Автор: Владимир Швец
Издательство: Альпина паблишер
Год: 2023
Формат: pdf, epub
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

Быть разработчиком – трудно, а делать первые шаги – еще труднее. Вам предстоит постоянно практиковаться, осваивать большие объемы сложной информации, вы обязательно столкнетесь с неожиданными вызовами, которые могут легко отпугнуть даже самого заинтересованного и мотивированного специалиста.
«Вам придется услышать немало критики, и сразу оговорюсь: корректная критика – это то, что помогает стать лучше, не задевает самооценку и способствует профессиональному росту. Очень важно отличать критику от критиканства. Замечайте, когда вас используют, чтобы подкрепить свое нездоровое эго или самоутвердиться за ваш счет. Такие ситуации вряд ли будут частыми, но нужно быть готовым и к ним».
 

Продвинутое использование торговой платформы MetaTrader 5. Создание индикаторов и торговых роботов на MQL5 и Python

Автор: HERSON от 20-12-2022, 18:48, Коментариев: 0

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

Продвинутое использование торговой платформы MetaTrader 5. Создание индикаторов и торговых роботов на MQL5 и PythonНазвание: Продвинутое использование торговой платформы MetaTrader 5. Создание индикаторов и торговых роботов на MQL5 и Python
Автор: Тимур Машнин
Язык: русский
Издательство: ЛитРес
Год: 2022
Страниц: 350
Формат: pdf
Размер: 10 Мб

Эта книга познакомит с практическим использованием языка MetaQuotes Language 5 (MQL5) программирования технических индикаторов, торговых роботов и вспомогательных приложений для автоматизации торговли на финансовых рынках с помощью торговой платформы MetaTrader 5. Вы научитесь создавать MQL5 приложения, используя как процедурное программирование, так и объектно-ориентированное программирование.
 

Workers-Framework: A simpler way to MultiTask in MicroPython

Автор: literator от 20-12-2022, 03:49, Коментариев: 0

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

Workers-Framework: A simpler way to MultiTask in MicroPythonНазвание: Workers-Framework: A simpler way to MultiTask in MicroPython
Автор: Sharil Tumin
Издательство: Leanpub
Год: 2022-12-04
Страниц: 257
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Multitasking with Micropython. Cooperative Scheduling. In your hands is a book titled, Workers-Framework: A simpler way to MultiTask in MicroPython. I discovered an easier way to multitask on microcontrollers by using the high-level language MicroPython. Yes, really. The concept is to run all of the tasks defned in a program on multiple workers at the same time. It’s less complicated than using _thread or asyncio. The Worker module is so simple that calling it a framework seems a little pretentious. A framework, on the other hand, is a set of data and program structure in which tasks are performed and successfully completed. A framework typically compels developers to solve specific problems in a specific way. A framework, in a sense, creates a mindset for the programming problems at hand and how to solve them. As you may be aware, MicroPython is not the same as regular Python on a PC. You cannot simply import Python libraries, such as import threading, and expect them to work. If you’re expecting that, you’ll be sorely disappointed. In this regard, MicroPython is inferior to Python. In MicroPython, however, you can import machine but not in regular Python. If you work with microcontrollers, MicroPython is unquestionably the best high-level programming environment available.
 

Machine Learning and Artificial Intelligence in Healthcare Systems: Tools and Techniques

Автор: literator от 20-12-2022, 02:49, Коментариев: 0

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

Machine Learning and Artificial Intelligence in Healthcare Systems: Tools and TechniquesНазвание: Machine Learning and Artificial Intelligence in Healthcare Systems: Tools and Techniques
Автор: Tawseef Ayoub Shaikh, Saqib Hakak, Tabasum Rasool
Издательство: CRC Press
Год: 2023
Страниц: 357
Язык: английский
Формат: pdf (true)
Размер: 31.8 MB

This book provides applications of machine learning in healthcare systems and seeks to close the gap between engineering and medicine by combining design and problem-solving skills of engineering with health sciences to advance healthcare treatment. Machine Learning and Artificial Intelligence in Healthcare Systems: Tools and Techniques discusses AI-based smart paradigms for reliable prediction of infectious disease dynamics which can help or prevent disease transmission. It highlights the different aspects of using extended reality for diverse healthcare applications and aggregates the current state of research. The book offers intelligent models of the smart recommender system for personal well-being services and computer-aided drug discovery and design methods.
 

Building macOS Apps With SwiftUI : A Practical Learning Guide

Автор: literator от 20-12-2022, 02:36, Коментариев: 0

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

Building macOS Apps With SwiftUI : A Practical Learning GuideНазвание: Building macOS Apps With SwiftUI: A Practical Learning Guide
Автор: Grace Huang
Издательство: Leanpub
Год: 2022-12-17
Страниц: 154
Язык: английский
Формат: pdf (true)
Размер: 42.5 MB

Learning macOS development with SwiftUI in a practical way. SwiftUI is a user interface toolkit that let you create applications with the power of the programming language Swift for all Apple platforms, including iOS, tvOS, watchOS, and macOS. Before the launch of SwiftUI, developers had to use platform-specific UI frameworks to develop user interfaces, for example, AppKit for macOS apps, TVUIKit for tvOS, and WatchKit for watchOS apps. SwiftUI becomes the one unified UI framework for building user interfaces for all Apple devices. This book will primarily focus on building macOS apps with SwiftUI, including both coding and releasing apps. Some details for releasing apps on different platforms (iOS, macOS, tvOS, and WatchOS) may differ, so I believe a single focus on macOS development will bring more clarity and avoid confusion. This book will also touch upon the basics of SwiftUI, which can be potentially shared for other platforms.
 

Advanced PHP Strings: Text analysis, generation, and parsing via. Laravel

Автор: literator от 20-12-2022, 02:19, Коментариев: 0

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

Advanced PHP Strings: Text analysis, generation, and parsing via. LaravelНазвание: Advanced PHP Strings: Text analysis, generation, and parsing via. Laravel
Автор: Johnathon Koster
Издательство: Leanpub
Год: 2022-10-14
Страниц: 749
Язык: английский
Формат: pdf (true), epub + Extras
Размер: 10.2 MB

As a PHP developer, working with Unicode, UTF-8, and multibyte strings can feel intimidating. Advanced PHP String provides an approachable guide through reading, writing, looping, and parsing multibyte strings through hundreds of hands-on examples using the Laravel helper methods as a familiar foundation. Working with multibyte strings, Unicode, and UTF-8 can feel intimidating when writing PHP. Advanced PHP Strings: Text analysis, generation, and parsing via. Laravel offers a guided experience navigating the different techniques to properly work with and manage multibyte strings. The book also offers extensive discussions around the Laravel string helper methods to provide a familiar reference point while navigating the intricacies of string and text manipulation. Throughout this book, we will explore many different concepts and ideas through many code examples. PHP 8 was used throughout the writing process, but the code examples can be adapted to any modern PHP version.
 

Code-less Game Design Workshop : Game Development Workbook for Construct 2 & 3

Автор: literator от 20-12-2022, 01:57, Коментариев: 0

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

Code-less Game Design Workshop : Game Development Workbook for Construct 2 & 3Название: Code-less Game Design Workshop: Game Development Workbook for Construct 2 & 3
Автор: Stephen Gose
Издательство: Leanpub
Год: 2022-12-17
Страниц: 155
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

Quickly learn how to create 10 online games using Construct2 or Construct3. This student workbook is tailored for both the novice and advanced game designers Workshop attendees. Use these lessons to build 8 Construct games from this single Game Mechanics. Instructor package includes presentation slide, online course access and Instructor guide. Discover how to create 10 online games using the methods in this "Code-less Game Design" course. When you finish this course, you will have a production pipeline to create as many different online game genres as your imagination can dream of! This book is a “workshop guide” to Construct, and an intermediate level guide to HTML5, CSS, WebSockets, and efficient jаvascript programming fundamentals, and game design’s “best practices”. (see Appendix: “JS OLOO for Modern Game Development Method”) I assume you (the reader) already know some of these technologies.
 

GitOps Cookbookk: Kubernetes Automation in Practice (Final Release)

Автор: literator от 20-12-2022, 01:31, Коментариев: 0

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

GitOps Cookbookk: Kubernetes Automation in Practice (Final Release)Название: GitOps Cookbookk: Kubernetes Automation in Practice (Final Release)
Автор: Natale Vinto, Alex Soto Bueno
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 242
Язык: английский
Формат: epub
Размер: 10.2 MB

Why are so many companies adopting GitOps for their DevOps and cloud native strategy? This reliable framework is quickly becoming the standard method for deploying apps to Kubernetes. With this practical, developer-oriented book, DevOps engineers, developers, IT architects, and SREs will learn the most useful recipes and examples for following GitOps practices. Through their years of experience in application modernization, CI/CD, and automation, authors Alex Soto Bueno and Natale Vinto from Red Hat walk you through all the steps necessary for successful hands-on application development and deployment with GitOps. Once you start using the recipes in this book, you'll have a head start in development cycles on Kubernetes following the GitOps approach.