Coding For Beginners - 17th Edition, 2024

Автор: literator от 15-01-2024, 04:40, Коментариев: 0

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

Название: Coding For Beginners - 17th Edition, 2024
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2024
Язык: английский
Формат: pdf
Размер: 42.0 MB

"Кодирование для начинающих" - это первый и единственный выбор, если вы новичок и хотите узнать все, что вам нужно для начала работы с кодированием и программированием. Это независимое руководство наполнено полезными рекомендациями и пошаговыми полностью иллюстрированными руководствами, написанными на простом и понятном английском языке. На страницах этого нового руководства вы сможете узнать все, что вам нужно знать о создании собственных потрясающих приложений. С этим неофициальным руководством ни одна проблема не будет неразрешимой, ни один вопрос не останется без ответа, пока вы учитесь, изучаете и совершенствуете свои навыки программирования. Все, что что вы делаете в Интернете, каждый раз, когда включаете свой умный телевизор, когда пользуетесь автомобильным GPS-навигатором, телефоном, игрой на планшете, консоли или ПК, все это было запрограммировано группой людей. Все эти единицы и нули разработаны теми, кто научился кодировать, и с помощью этой книги вы тоже сможете узнать, как начать путь программиста. На этих страницах мы рассмотрим C++ и Python. В книге есть огромный раздел с идеями проектов, листингами для ввода и подробным рассмотрением того, как работает код. Но сначала давайте начнем с хорошей основы.
 

Essential Guide to Python for All Levels (2024 Collection: Forging Ahead in Tech and Programming)

Автор: literator от 14-01-2024, 22:40, Коментариев: 0

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

Название: Essential Guide to Python for All Levels
Автор: Adeolu O.
Издательство: Young M. Computer Guru Institute
Серия: 2024 Collection: Forging Ahead in Tech and Programming
Год: 2023
Страниц: 314
Язык: английский
Формат: epub
Размер: 12.8 MB

Are you eager to learn Python, but overwhelmed by the technical jargon and complex concepts? Look no further! The "Essential Guide to Python for All Levels" is your passport to mastering this versatile programming language. Whether you're a complete beginner or a seasoned coder looking to expand your skill set, this book caters to all levels of proficiency. Our thorough research and easy-to-follow explanations ensure that you'll be writing Python code confidently in no time. Python is a high-level, interpreted programming language known for its simplicity and readability. It was created by Guido van Rossum and first released in 1991. Python emphasizes code readability and allows developers to express concepts in fewer lines of code compared to other programming languages. It has gained popularity for a wide range of applications, including web development, data analysis, Artificial Intelligence (AI), and automation. One of Python's key strengths is its extensive standard library, which provides a wide range of modules and functions for various tasks, such as file manipulation, networking, and web development. Additionally, Python has a large and active community that contributes to the development of third-party libraries and frameworks, further expanding its capabilities. Python's simplicity and ease of use make it an ideal language for beginners to learn programming concepts. Its syntax is designed to be intuitive and readable, making it easier to understand and maintain code. Python also has a vast ecosystem of learning resources, including documentation, tutorials, and online courses, which makes it accessible to newcomers and experienced developers alike. With "Essential Guide to Python for All Levels", you'll not only learn the language, but also how to think like a Python programmer. Our thoroughly researched content ensures that you're getting the most up-to-date and relevant information.
 

Fundamentals of F# Programming (Mastering Programming Languages Series)

Автор: literator от 14-01-2024, 20:19, Коментариев: 0

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

Название: Fundamentals of F# Programming
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Mastering Programming Languages Series
Год: 2023
Страниц: 290
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Unlock the Power of Functional Programming with F#. Are you ready to dive into the world of functional programming with F#? Whether you're a beginner looking to learn a new programming language or an experienced developer seeking to expand your skill set, "Fundamentals of F# Programming" is your comprehensive guide to mastering F#. F# is a powerful, functional-first programming language that's gaining popularity for its ability to simplify complex problems, increase productivity, and write more maintainable code. In this book, you'll embark on a journey through F# from the ground up, learning the essential concepts and techniques to become a proficient F# programmer. This book is your comprehensive guide to mastering F# and using it to solve real-world problems, whether you're a seasoned developer or just starting on your programming journey. In today's fast-paced and dynamic software development landscape, F# stands as a versatile and powerful language that combines the elegance of functional programming with the pragmatism of a modern, efficient tool. Its concise syntax, robust type system, and seamless interoperability with .NET and other languages make it an ideal choice for a wide range of applications, from web and cloud development to Data Science, Machine Learning, and beyond. Through the pages of this book, you'll embark on a structured and hands-on exploration of F#. Each chapter is carefully crafted to build your skills incrementally, introducing key concepts and techniques that will empower you to write clean, maintainable, and expressive code. You'll learn to leverage the language's functional features, tackle concurrency and parallelism, harness the power of type providers, and more.
 

Essential Guide to Angular for All Levels (2024 Collection: Forging Ahead in Tech and Programming)

Автор: literator от 14-01-2024, 19:16, Коментариев: 0

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

Название: Essential Guide to Angular for All Levels
Автор: Adeolu O.
Издательство: Young M. Computer Guru Institute
Серия: 2024 Collection: Forging Ahead in Tech and Programming
Год: 2023
Страниц: 165
Язык: английский
Формат: epub
Размер: 13.7 MB

Whether you're a beginner or an experienced developer, this comprehensive guide will take you on a journey through Angular's powerful features and best practices. Angular is a popular open-source web development framework created and maintained by Google. It allows developers to build dynamic, single-page applications (SPAs) and is often used for developing complex and feature-rich web applications. Angular follows a component-based architecture, where the application is composed of reusable and self-contained building blocks called components. Components encapsulate the presentation logic, UI elements, and behavior of a specific part of the application. Angular uses HTML templates to define the structure and layout of the user interface. Templates are enhanced with additional syntax and directives provided by Angular, allowing for dynamic rendering and data binding. Angular provides powerful data binding capabilities, enabling the synchronization of data between the components and the UI. There are different types of data binding, including one-way binding (from component to UI or vice versa), two-way binding (synchronizing data in both directions), and event binding (responding to user actions). Angular is primarily written in TypeScript, a statically-typed superset of jаvascript. TypeScript brings features like static typing, enhanced tooling, and better IDE support to Angular development, improving code quality and developer productivity. Angular offers a comprehensive framework for building modern web applications. It emphasizes code reusability, maintainability, and testability, making it a popular choice for developers working on large-scale projects.
 

Essential Guide to React for All Levels (2024 Collection: Forging Ahead in Tech and Programming)

Автор: literator от 14-01-2024, 18:01, Коментариев: 0

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

Название: Essential Guide to React for All Levels
Автор: Adeolu O.
Издательство: Young M. Computer Guru Institute
Серия: 2024 Collection: Forging Ahead in Tech and Programming
Год: 2023
Страниц: 194
Язык: английский
Формат: epub
Размер: 15.6 MB

Whether you're a beginner or a seasoned developer, this comprehensive guide will take you on a journey through React's powerful ecosystem. React is an open-source jаvascript library used for building user interfaces (UIs) in web applications. It was developed by Facebook and was later released as an open-source project. React allows developers to create reusable UI components that can be combined to build complex and interactive web applications. At its core, React uses a declarative approach to building UIs. Instead of manipulating the DOM directly, developers describe how the UI should look at any given point in time, and React takes care of updating the actual DOM efficiently. React uses a virtual DOM (a lightweight representation of the actual DOM) to optimize performance. When there are changes in the application's state or props, React compares the virtual DOM with the real DOM and only updates the necessary parts, minimizing the number of actual DOM manipulations. This approach makes React highly efficient and helps in creating fast and responsive user interfaces. Whether you're building web applications or mobile apps, this guide equips you with the knowledge and techniques to create exceptional React-powered experiences. With in-depth explanations and practical examples, the "Essential Guide to React for All Levels" is your go-to resource for mastering React development.
 

Python For Financial Analysis: From Zero to Hero (Python for Finance)

Автор: literator от 14-01-2024, 08:37, Коментариев: 0

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

Название: Python For Financial Analysis: From Zero to Hero (Python for Finance)
Автор: Hayden Van Der Post
Издательство: Reactive Publishing
Год: 2023
Страниц: 157
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

From the Boardroom to the Trading Floor: Discover Python's Power in Finance. In the bustling world of finance, staying ahead is not just an advantage – it's a necessity. Dive into a riveting journey from the ground up, as we unlock Python's potential in financial analysis. Tailored for professionals, yet crafted with the passion of a storyteller, this guide promises more than just coding lessons – it's your gateway to financial mastery. Choosing the right tool for a specific task is always a crucial decision. When it comes to financial analysis, that decision becomes even more vital as it impacts efficiency, precision, and the potential for innovative practices. Python, a general-purpose language that has become a mainstay in the world of financial analysis, fits the bill perfectly. The potent combination of Python with its highly useful libraries further amplifies its applicability in finance. Libraries like NumPy and pandas serve as potent tools for numerical computations and data analysis. Meanwhile, libraries like Matplotlib and Seaborn simplify data visualization, a key aspect of financial analysis. Moreover, the open-source nature of Python means that this list of powerful libraries only continues to grow and evolve. Python also shines in its ability to integrate with different data sources, a crucial facet for financial analysts, considering they often work with vast amounts of data coming from disparate sources. Python's effective API integrations allow for seamless data retrieval, whether it's from databases, other programming languages, or direct online sources.
 

Generative AI : Navigating the Course to the Artificial General Intelligence Future

Автор: literator от 13-01-2024, 20:11, Коментариев: 0

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

Название: Generative AI : Navigating the Course to the Artificial General Intelligence Future
Автор: Martin Musiol
Издательство: Wiley
Год: 2024
Страниц: 435
Язык: английский
Формат: pdf (true), epub
Размер: 28.6 MB

An engaging and essential discussion of generative Artificial Intelligence. In Generative AI: Navigating the Course to the Artificial General Intelligence Future, celebrated author Martin Musiol―founder and CEO of generativeAI.net and GenAI Lead for Europe at Infosys―delivers an incisive and one-of-a-kind discussion of the current capabilities, future potential, and inner workings of generative artificial intelligence. In the book, you'll explore the short but eventful history of generative artificial intelligence, what it's achieved so far, and how it's likely to evolve in the future. You'll also get a peek at how emerging technologies are converging to create exciting new possibilities in the GenAI space. Musiol analyzes complex and foundational topics in generative AI, breaking them down into straightforward and easy-to-understand pieces. AI can perform tasks ranging from predefined expert answers, also known as expert systems, to tasks that require human-level intelligence. Think about recognizing speech and images, understanding natural language processing (NLP), making sophisticated decisions, and solving complex problems. For tasks like this, the AI has to train on a respective dataset until it is able to perform the desired activity as well as possible. This self-learning part of AI is referred to as machine learning (ML). Because most of the interesting applications are happening through machine learning in one way or another, and to keep it simple, we use AI and ML interchangeably.
 

Machine Learning in Medical Imaging and Computer Vision

Автор: literator от 13-01-2024, 14:05, Коментариев: 0

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

Название: Machine Learning in Medical Imaging and Computer Vision
Автор: Amita Nandal, Liang Zhou, Arvind Dhaka, Todor Ganchev
Издательство: The Institution of Engineering and Technology
Год: 2024
Страниц: 382
Язык: английский
Формат: pdf (true)
Размер: 21.1 MB

Medical images can highlight differences between healthy tissue and unhealthy tissue and these images can then be assessed by a healthcare professional to identify the stage and spread of a disease so a treatment path can be established. With Machine Learning techniques becoming more prevalent in healthcare, algorithms can be trained to identify healthy or unhealthy tissues and quickly differentiate between the two. Statistical models can be used to process numerous images of the same type in a fraction of the time it would take a human to assess the same quantity, saving time and money in aiding practitioners in their assessment. This edited book discusses feature extraction processes, reviews Deep Learning methods for medical segmentation tasks, outlines optimisation algorithms and regularisation techniques, illustrates image classification and retrieval systems, and highlights text recognition tools, game theory, and the detection of misinformation for improving healthcare provision. Machine Learning in Medical Imaging and Computer Vision provides state of the art research on the integration of new and emerging technologies for the medical imaging processing and analysis fields. This book outlines future directions for increasing the efficiency of conventional imaging models to achieve better performance in diagnoses as well as in the characterization of complex pathological conditions. Medical imaging is increasingly using Machine Learning and computer vision. Deep Learning allows convolutional neural networks (CNNs) to classify, segment, and identify medical images. This has allowed the creation of new tools and apps to aid in illness detection and treatment. This discipline studies deep learning-enabled medical computer vision, Machine Learning for medical image analysis, and personalized medicine using image processing, computer vision, and Machine Learning.
 

Professional C++, 6th Edition

Автор: literator от 13-01-2024, 02:38, Коментариев: 0

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

Название: Professional C++, 6th Edition
Автор: Marc Gregoire
Издательство: Wiley
Год: 2024
Страниц: 1379
Язык: английский
Формат: pdf (true), epub
Размер: 16.9 MB

Expand your C++ toolkit quickly and efficiently with this advanced resource. In the newly revised sixth edition of Professional C++, veteran software engineer and developer Marc Gregoire delivers yet another volume that raises the bar for advanced programming manuals. Covering the major new revisions contained in the new C++ standard codenamed C++23, the book offers case studies with working code that’s been tested in Windows and Linux. All in all, with the release of C++23 in 2023, C++ is almost 40 years old and still going strong. In most rankings of programming languages in 2023, C++ is in the top four. It is being used on an extremely wide range of hardware, going from small devices with embedded microprocessors all the way up to multi-rack supercomputers. Besides wide hardware support, C++ can be used to tackle almost any programming job, be it games on mobile platforms, performance-critical artificial intelligence (AI) and machine learning (ML) software, components for self-driving cars, real-time 3-D graphics engines, low-level hardware drivers, entire operating systems, software stacks for networking equipment, web browsers, and so on. The performance of C++ programs is hard to match with any other programming language, and as such, it is the de facto language for writing fast, powerful, and enterprise-class programs. Even if you have used the language for years, you might still be unfamiliar with the more advanced features of C++, or you might not be using the full capabilities of the language. Maybe you don't yet know all the new features introduced with the latest release, C++23. Perhaps you write competent C++ code but would like to learn more about design and good programming style in C++. Or maybe you're relatively new to C++ but want to learn the “right” way to program from the start. This book will meet those needs and bring your C++ skills to the professional level.
 

Computer Vision: Object Detection In Adversarial Vision

Автор: literator от 13-01-2024, 01:35, Коментариев: 0

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

Название: Computer Vision: Object Detection In Adversarial Vision
Автор: Mrinal Kanti Bhowmik
Издательство: CRC Press
Год: 2024
Страниц: 209
Язык: английский
Формат: pdf (true)
Размер: 81.2 MB

This comprehensive textbook presents a broad review of both traditional (i.e., conventional) and Deep Learning aspects of object detection in various adversarial real-world conditions in a clear, insightful, and highly comprehensive style. Beginning with the relation of computer vision and object detection, the text covers the various representation of objects, applications of object detection, and real-world challenges faced by the research community for object detection task. The book addresses various real-world degradations and artifacts for the object detection task and also highlights the impacts of artifacts in the object detection problems. The book covers various imaging modalities and benchmark datasets mostly adopted by the research community for solving various aspects of object detection tasks. The book also collects together solutions and perspectives proposed by the preeminent researchers in the field, addressing not only the background of visibility enhancement but also techniques proposed in the literature for visibility enhancement of scenes and detection of objects in various representative real-world challenges. Computer Vision: Object Detection in Adversarial Vision is unique for its diverse content, clear presentation, and overall completeness. It provides a clear, practical, and detailed introduction and advancement of object detection in various representative challenging real-world conditions. Contains various hands-on practical examples and a tutorial for solving object detection problems using Python.