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

  • Добавил: literator
  • Дата: 6-03-2024, 05:32
  • Комментариев: 0
Название: The Complete Coding Manual - 21th Edition, 2024
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2024
Страниц: 164
Язык: английский
Формат: pdf
Размер: 84.1 MB

Программирование встречается повсюду. От вашего телевизора до Международной космической станции - миллионы строк кода, управляющего и предоставляющего услуги, которые мы воспринимаем как должное. За всем этим кодом стоят программисты, которые разрабатывают наш цифровой мир, используя множество различных языков для создания Интернета, операционных систем, игр и современных развлечений. Будь то внутри самого мощного в мире суперкомпьютера или автоматизация задач на борту МКС, создание сценариев - ключ к эффективному взаимодействию между системами и людьми. Серия "Полное руководство по программированию" призвана помочь вам извлечь максимальную пользу из вашего опыта кодирования. В этой книге вы найдете идеи, концепции, руководства, советы и проекты, которые помогут вам пройти путь от новичка до продвинутого программиста, понимающего несколько языков и умеющего составлять свой собственный код. На этих страницах мы рассматриваем C++, Python и скрипты Linux.
  • Добавил: literator
  • Дата: 6-03-2024, 04:52
  • Комментариев: 0
Название: Modern Data Visualization with R
Автор: Robert Kabacoff
Издательство: CRC Press
Серия: The R Series
Год: 2024
Страниц: 272
Язык: английский
Формат: pdf (true)
Размер: 33.4 MB

Modern Data Visualization with R describes the many ways that raw and summary data can be turned into visualizations that convey meaningful insights. R is an amazing platform for data analysis, capable of creating almost any type of graph. This book helps you create the most popular visualizations–from quick and dirty plots to publication-ready graphs. The text relies heavily on the ggplot2 package for graphics, but other approaches are covered as well. It starts with basic graphs such as bar charts, scatter plots, and line charts, but progresses to less well-known visualizations such as tree maps, alluvial plots, radar charts, mosaic plots, effects plots, correlation plots, biplots, and the mapping of geographic data. Both static and interactive graphics are described and the use of color, shape, shading, grouping, annotation, and animations are covered in detail. The book moves from a default look and feel for graphs, to graphs with customized colors, fonts, legends, annotations, and organizational themes. The book is written for those new to data analysis as well as the seasoned data scientist. The reader should have some basic coding experience, but expertise in R is not required.
  • Добавил: literator
  • Дата: 5-03-2024, 20:27
  • Комментариев: 0
Название: Applications of Generative AI
Автор: Zhihan Lyu
Издательство: Springer
Год: 2024
Страниц: 607
Язык: английский
Формат: pdf (true)
Размер: 21.7 MB

This book provides a comprehensive introduction to Generative AI in terms of basic concepts, core technologies, technical architecture, and application scenarios. Readers gain a deeper understanding of the emerging discipline of Generative AI. This book covers the latest cutting-edge application technologies of Generative AI in various fields. It provides relevant practitioners with ideas to solve problems and deepen their understanding of Generative AI. At the same time, it guides and helps Generative AI and related industries to deepen their understanding of the industry and enhance professional knowledge and skills. Starting from reality, this book lists many cases and analyzes theories in a popular image. Generative AI is a class of Artificial Intelligence (AI) models. At the time of writing these lines, GAI models’ cores are mainly based on Generative Adversarial Networks (GANs) and Transformer based models such as GPT-3, GPT-3.5 and GPT-4. GAI applications can be classified as open-source, private, and closed-source GAI. Open source is more relevant to specific enterprise needs and applications, whereas private and closed-source GAI are more general-oriented solutions to AI based on Large Language Models (LLM).
  • Добавил: Chipa
  • Дата: 5-03-2024, 18:11
  • Комментариев: 0

Название: Знакомьтесь, Python. Секреты профессии
Автор: Евгений Павлов
Издательство: аст
Год: 2023
Формат: PDF
Страниц: 220
Размер: 1.95 Mb
Язык: Русский

Очень хочется стать программистом и войти в IT, но не знаете с чего начать? Поздравляю, в ваших руках учебник нового поколения – без кучи непонятных слов и кодов расскажем про инструменты и библиотеки для программирования на Python. И все это заправлено лайфхаками, вдохновляющими историями из мира настоящих хакеров и игрофикацией – потому что обучение не должно быть скучным.
  • Добавил: literator
  • Дата: 5-03-2024, 17:34
  • Комментариев: 0
Название: The Art of Unit Testing: With Examples in jаvascript, 3rd Edition (Final Release)
Автор: Roy Osherove, Vladimir Khorikov
Издательство: Manning Publications
Год: 2024
Страниц: 289
Язык: английский
Формат: True/Retail PDF EPUB
Размер: 12.5 MB

Unit testing is more than just a collection of tools and practices—it’s a state of mind! This bestseller reveals the master’s secrets for delivering robust, maintainable, and trustworthy code. Thousands of developers have learned to hone their code quality under the tutelage of The Art of Unit Testing. This revised third edition updates an international bestseller to reflect modern development tools and practices, as well as to cover jаvascript. Effective unit tests streamline your software development process and ensure you deliver consistent high-quality code every time. With practical examples in jаvascript and Node, this hands-on guide takes you from your very first unit tests all the way to comprehensive test suites, naming standards, and refactoring techniques. You’ll explore test patterns and organization, working with legacy code and even “untestable” code. The many tool-agnostic examples are presented in jаvascript and carefully designed so that they apply to code written in any language. The book is for anyone who writes code and is interested in learning best practices for unit testing. All the examples are written in jаvascript and TypeScript, so jаvascript developers will find the examples particularly useful.
  • Добавил: literator
  • Дата: 5-03-2024, 16:33
  • Комментариев: 0
Название: Software Design by Example: A Tool-Based Introduction with Python
Автор: Greg Wilson
Издательство: CRC Press
Год: 2024
Страниц: 343
Язык: английский
Формат: pdf (true)
Размер: 12.4 MB

The best way to learn design in any field is to study examples, and some of the best examples of software design come from the tools programmers use in their own work. Software Design by Example: A Tool-Based Introduction with Python therefore builds small versions of the things programmers use in order to demystify them and give some insights into how experienced programmers think. From a file backup system and a testing framework to a regular expression matcher, a browser layout engine, and a very small compiler, we explore common design patterns, show how making code easier to test also makes it easier to reuse, and help readers understand how debuggers, profilers, package managers, and version control systems work so that they can use them more effectively.

This material can be used for self-paced study, in an undergraduate course on software design, or as the core of an intensive weeklong workshop for working programmers. Each chapter has a set of exercises ranging in size and difficulty from half a dozen lines to a full day’s work. Readers should be familiar with the basics of modern Python, but the more advanced features of the language are explained and illustrated as they are introduced.
  • Добавил: tatanavip
  • Дата: 5-03-2024, 16:01
  • Комментариев: 0

Название: Создай свой VPN. Безопасное использование интернета
Автор: Джейд Картер
Издательство: Литрес
Год: 2024
Формат: pdf, rtf
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

Книга будет полезна для тех, кто стремится к созданию собственной виртуальной частной сети (VPN). Она охватывает широкий спектр тем, начиная с основ безопасности сетей и технологий VPN, и заканчивая практическими шагами по настройке и обслуживанию серверов и клиентов VPN. Автор подробно рассматривает различные аспекты создания VPN, включая выбор платформы и инфраструктуры, обеспечение безопасности данных, оптимизацию производительности и интеграцию с существующей сетевой инфраструктурой.
  • Добавил: Chipa
  • Дата: 5-03-2024, 14:46
  • Комментариев: 0

Название: Работа с датой и временем в Python
Автор: Антон Щерба
Издательство: stepik
Год: 2023
Формат: PDF
Страниц: много
Размер: 4.9 Mb
Язык: Русский

Наш практический курс даст отличное понимание, как работать с датой и временем в Python. Вы будете решать реальные задачи из практики бэкенд-разработчиков, чтобы на работе вы чувствовали себя уверенно. Если вам не достает практики в работе с датой и временем, тогда скорее записывайтесь!

  • Добавил: literator
  • Дата: 5-03-2024, 05:47
  • Комментариев: 0
Название: Learn Rust in a Month of Lunches (Final Release)
Автор: Dave MacLeod
Издательство: Manning Publications
Год: 2024
Страниц: 569
Язык: английский
Формат: pdf (true)
Размер: 10.8 MB

One month. One hour a day. That's all it takes to start writing Rust code! Learn Rust in a Month of Lunches teaches you to write super fast and super safe Rust code through lessons you can fit in your lunch break. Crystal-clear explanations and focused, relevant examples make it accessible to anyone—even if you're learning Rust as your first programming language. Learn Rust in a Month of Lunches is full of 24 easy-to-digest lessons that ease you into real Rust programming. You'll learn essential Rust skills you can use for everything from system programming, to web applications, and games. By the time you're done learning, you'll know exactly what makes Rust unique—and be one of the thousands of developers who say it's their best loved language! Learn how to create fast powerful programs in Rust in just 24 short lessons! Rust gives you modern features like a top-notch compiler, a rich ecosystem of pre-built libraries, and the same low-level performance you get with a language like C, but without the awkward syntax, complex memory management, and code safety concerns. This book guides you step by step from your first line of code. Rust is a good alternative language for C++ and C programmers. No previous experience with Rust required.
  • Добавил: literator
  • Дата: 5-03-2024, 04:54
  • Комментариев: 0
Название: Kubernetes for Developers (Final Release)
Автор: William Denniss
Издательство: Manning Publications
Год: 2024
Страниц: 322
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

A clear and practical beginner’s guide that shows you just how easy it can be to make the switch to Kubernetes! Kubernetes for Developers reveals practical and painless methods for deploying your apps on Kubernetes—even for small-to-medium sized applications! You’ll learn how to migrate your existing apps onto Kubernetes without a rebuild, and implement modern cloud native architectures that can handle your future growth. Designed for busy working developers, this hands-on guide helps your first steps into Kubernetes using the powerful Google Kubernetes Engine (GKE) service. Learn how the GKE’s powerful automation tools can perform automatic checks and scaling, giving you more time to spend developing great applications. You’ll soon see that you don’t need to incur huge costs or have the manpower of an enterprise organization to get a productivity boost from Kubernetes! Modern software needs to perform at scale while effectively handling load balancing, state and security. Kubernetes makes these tasks easier and more reliable for apps of any size. This book, written especially for software developers creating applications that run on Kubernetes, shows you exactly how to address these and other important issues.