Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 5-12-2023, 17:24
  • Комментариев: 0
Название: Python For Beginners: A Beginner's Guide to Programming Excellence: Master Python Programming from Scratch: Your Complete Beginner's Handbook to Unlocking Coding Proficiency
Автор: Vishal Khachane
Издательство: Independently published
Год: 2023
Язык: английский
Формат: pdf
Размер: 13.9 MB

Unlock the Power of Python: A Comprehensive Beginner's Guide to Programming Excellence! Discover the world of programming with 'Python For Beginners' by Vishal Khachane. This bestselling ebook is your ultimate companion in mastering Python from scratch. Dive into the fundamentals of coding with clear explanations, practical examples, and hands-on exercises tailored for beginners. Whether you aim to build a solid programming foundation or transition to a tech-driven career, 'Python For Beginners' is your go-to resource. Join countless learners worldwide and embark on an exciting coding adventure today! What You'll Learn: -Start with the basics: Set up Python, grasp essential syntax, and write your first programs effortlessly; - Master data types: Understand variables, strings, lists, dictionaries, and more to handle data effectively; - Control flow and loops: Learn decision-making and looping structures for efficient program control; - Dive into functions and modules: Create reusable code blocks and organize your programs seamlessly; - Explore object-oriented programming: Unlock the power of classes, objects, inheritance, and polymorphism.
  • Добавил: literator
  • Дата: 5-12-2023, 16:34
  • Комментариев: 0
Название: Cloud Computing With C#
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Programming Model
Год: 2023
Страниц: 342
Язык: английский
Формат: pdf
Размер: 48.1 MB

In today's fast-paced digital landscape, harnessing the full potential of cloud computing is paramount. "Cloud Computing With C#" is not just another technical book; it's your definitive guide to mastering the art of cloud-based application development using C#—a critical skill set in the evolving tech industry. This comprehensive book is more than just a how-to; it's a strategic roadmap to help you navigate the intricate world of cloud computing with C#. From understanding the core concepts of cloud architecture to implementing cutting-edge solutions using C#, this book provides step-by-step guidance, empowering both novice and experienced developers to craft high-performing, scalable, and secure cloud applications. Whether you're a seasoned C# developer aiming to transition to the cloud or a newcomer eager to grasp the fundamentals, "Cloud Computing With C#" offers a unique blend of theoretical foundations and hands-on exercises. Explore in-depth discussions on ethical and governance considerations, ensuring that your applications align with the highest standards of responsibility and compliance.
  • Добавил: literator
  • Дата: 5-12-2023, 15:50
  • Комментариев: 0
Название: Python Automation: Tools to Turbocharge Your Efficiency
Автор: Hayden Van Der Post
Издательство: Reactive Publishing
Год: 2023
Страниц: 400
Язык: английский
Формат: pdf
Размер: 98.4 MB

Unlock the full potential of your productivity with 'Python Automation: Tools to Turbocharge Your Efficiency'.This groundbreaking book is the ultimate catalyst for professionals and hobbyists alike to streamline workflow and personal efficiency through the power of Python programming. Transform your workday, eliminate repetitive tasks, and take control of your time with 'Python Automation: Tools to Turbocharge Your Efficiency'. Embrace the Python automation revolution and not only optimize your tasks but also boost your career trajectory in the process.
  • Добавил: polyanskiy
  • Дата: 5-12-2023, 08:55
  • Комментариев: 0

Автор: Alex Gyver
Название: Шпаргалка по программированию в Arduino IDE для Arduino
Издательство: М:, Интернет
Год: не указан
Страниц: 12
Формат: DJVU, PDF
Размер: 13 МБ

Версия 1.0 от 01.03.2020. Краткая шпаргалка по основным функциям Arduino Wiring и языку С++. Оформлено с комментариями и примерами в виде кода: для большей наглядности и возможности сразу почувствовать код и запомнить, как он выглядит. Для полной информации по каждой главе обращайтесь по ссылкам.
  • Добавил: literator
  • Дата: 4-12-2023, 22:36
  • Комментариев: 0
Название: Build Your Own Database From Scratch : Persistence, Indexing, Concurrency ( Completed )
Автор: James Smith
Издательство: build-your-own.org
Год: 2023-08-24
Страниц: 120
Язык: английский
Формат: pdf (true), epub, mobi +Code
Размер: 10.2 MB

Databases are not magic. Understand them by building your own! Databases are not black boxes. Understand them by building your own from scratch! This book contains a walk-through of a minimal persistent database implementation. The implementation is incremental. We start with a B-Tree, then a simple KV store, and eventually end with a mini relational DB. The book focuses on important ideas rather than implementation details. Real-world databases are complex and harder to grasp. We can learn faster and easier from a stripped-down version of a database. And the “from scratch” method forces you to learn deeper. Although the book is short and the implementation is minimal, it aims to cover three important topics: Persistence, Indexing, Concurrency. The book uses Golang for sample code, but the topics are language agnostic. Readers are advised to code their own version of a database rather than just read the text.
  • Добавил: literator
  • Дата: 4-12-2023, 19:10
  • Комментариев: 0
Название: The jаvascript Interview Bible 2023 : A Comprehensive Guide with 1000+ Essential Questions and Answers!
Автор: Nezir Zahirovic
Издательство: Leanpub
Год: 2023-06-09
Страниц: 557
Язык: английский
Формат: pdf (true)
Размер: 51.8 MB

"The jаvascript Interview BIBLE" includes code samples, jаvascript trick questions, and sections on algorithms, microservices, deprecations, syntax, concurrency, memory management, testing, popular frameworks, and even jаvascript jokes! As a jаvascript developer, you know how important it is to have a strong understanding of the language and its intricacies. And if you're looking to take your skills to the next level and land your dream job, then you need to ace your jаvascript interviews. That's where "The jаvascript Interview BIBLE" comes in. This comprehensive guide is packed with over 1000 essential questions and answers that cover everything you need to know to nail your jаvascript interviews. But that's not all – "The jаvascript Interview BIBLE" also includes code samples, jаvascript trick questions, and sections on algorithms, microservices, deprecations, syntax, concurrency, memory management, testing, popular frameworks, and even jаvascript jokes! jаvascript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. jаvascript is a prototype-based, multiparadigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
  • Добавил: literator
  • Дата: 4-12-2023, 18:11
  • Комментариев: 0
Название: Mastering Deep Learning: A Comprehensive Guide to Master Deep Learning
Автор: Kris Hermans, Cybellium Ltd
Издательство: Cybellium Ltd
Год: 2023
Страниц: 594
Язык: английский
Формат: pdf
Размер: 43.9 MB

Unleash the Power of Neural Networks for Intelligent Solutions. In the landscape of Artificial Intelligence and Machine Learning, Deep Learning stands as a revolutionary force that is shaping the future of technology. "Mastering Deep Learning" is your ultimate guide to comprehending and harnessing the potential of deep neural networks, empowering you to create intelligent solutions that drive innovation. As the capabilities of technology expand, Deep Learning emerges as a transformative approach that unlocks the potential of Artificial Intelligence. "Mastering Deep Learning" offers a comprehensive exploration of this cutting-edge field—an indispensable toolkit for data scientists, engineers, and enthusiasts. This book caters to both beginners and experienced learners aiming to excel in deep learning concepts, algorithms, and applications. In the landscape of Artificial Intelligence, Deep Learning is reshaping technology and innovation. "Mastering Deep Learning" equips you with the knowledge needed to leverage deep neural networks, enabling you to create intelligent solutions that push the boundaries of possibilities. Whether you're a seasoned practitioner or new to the world of Deep Learning, this book will guide you in building a solid foundation for effective AI-driven solutions. Your journey to mastering Deep Learning starts here.
  • Добавил: literator
  • Дата: 4-12-2023, 15:25
  • Комментариев: 0
Название: Automata Theory: An Algorithmic Approach
Автор: Javier Esparza, Michael Blondin
Издательство: The MIT Press
Год: 2023
Страниц: 560
Язык: английский
Формат: epub (true)
Размер: 32.8 MB

A comprehensive introduction to automata theory that uses the novel approach of viewing automata as data structures. This textbook presents automata theory from a fresh viewpoint inspired by its main modern application, program verification, where automata are viewed as data structures for the algorithmic manipulation of sets and relations. This novel “automata as data structures” paradigm makes holistic connections between automata theory and other areas of computer science not covered in traditional texts, linking the study of algorithms and data structures with that of the theory of formal languages and computability. Esparza and Blondin provide incisive overviews of core concepts along with illustrated examples and exercises that facilitate quick comprehension of rigorous material.
  • Добавил: Vlad-312
  • Дата: 4-12-2023, 12:42
  • Комментариев: 0

Название: Programming Models (Computer Science Fundamentals)
Автор: Theophilus Edet
Издательство: CompreQuest Books
Год: 2023
ISBN: B0CJZ2SYK6
Страниц: 498
Формат: PDF
Размер: 29 Mб
Язык: English

In the ever-evolving world of software development, mastering programming models is the key to becoming a versatile and sought-after coder. Whether you're a seasoned developer looking to expand your skill set or a beginner ready to embark on a coding journey, "Programming Models" is your ultimate guide to conquering the digital landscape.
  • Добавил: literator
  • Дата: 4-12-2023, 06:51
  • Комментариев: 0
Название: Information-Driven Machine Learning: Data Science as an Engineering Discipline
Автор: Gerald Friedland
Издательство: Springer
Год: 2024
Страниц: 281
Язык: английский
Формат: pdf (true), epub
Размер: 16.7 MB

This groundbreaking book transcends traditional Machine Learning approaches by introducing information measurement methodologies that revolutionize the field. Stemming from a UC Berkeley seminar on experimental design for Machine Learning tasks, these techniques aim to overcome the 'black box' approach of Machine Learning by reducing conjectures such as magic numbers (hyper-parameters) or model-type bias. Information-based Machine Learning enables data quality measurements, a priori task complexity estimations, and reproducible design of Data Science experiments. The benefits include significant size reduction, increased explainability, and enhanced resilience of models, all contributing to advancing the discipline's robustness and credibility. While bridging the gap between Machine Learning and disciplines such as physics, information theory, and computer engineering, this textbook maintains an accessible and comprehensive style, making complex topics digestible for a broad readership. Information-Driven Machine Learning explores the synergistic harmony among these disciplines to enhance our understanding of Data Science modeling. Instead of solely focusing on the "how," this text provides answers to the "why" questions that permeate the field, shedding light on the underlying principles of Machine Learning processes and their practical implications.