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

  • Добавил: buratino
  • Дата: 4-01-2021, 13:05
  • Комментариев: 0

Название: Mission Python: Code a Space Adventure Game!
Автор: Sean McManus
Издательство: No Starch Press
Год: 2019
Страниц: 280
Формат: True PDF, AZW3
Размер: 23.9 Mb, 25 Mb
Язык: English

Program a graphical adventure game in this hands-on, beginner-friendly introduction to coding in the Python language.
Launch into coding with Mission: Python, a space-themed guide to building a complete computer game in Python. You'll learn programming fundamentals like loops, strings, and lists as you build Escape!, an exciting game with a map to explore, items to collect, and tricky logic puzzles to solve. As you work through the book, you'll build exercises and mini-projects, like making a spacewalk simulator and creating an astronaut's safety checklist that will put your new Python skills to the test. You'll learn how to use Pygame Zero, a free resource that lets you add graphics and sound effects to your creations, and you'll get useful game-making tips, such as how to design fun puzzles and intriguing maps. Before you know it, you'll have a working, awesome game to stump your friends with (and some nifty coding skills, too!).
  • Добавил: buratino
  • Дата: 4-01-2021, 12:56
  • Комментариев: 0
Название: Web Security for Developers
Автор: Malcolm McDonald
Издательство: No Starch Press
Год: 2020
Формат: true pdf/epub/mobi
Страниц: 270
Размер: 11 Mb
Язык: English

Website security made easy. This book covers the most common ways websites get hacked and how web developers can defend themselves.
The world has changed. Today, every time you make a site live, you're opening it up to attack.
A first-time developer can easily be discouraged by the difficulties involved with properly securing a website. But have hope: an army of security researchers is out there discovering, documenting, and fixing security flaws. Thankfully, the tools you'll need to secure your site are freely available and generally easy to use.
  • Добавил: TRex
  • Дата: 4-01-2021, 12:43
  • Комментариев: 0
Название: Black Hat Python: Python Programming for Hackers and Pentesters, 2nd Edition (Early Access)
Автор: Justin Seitz and Tim Arnold.
Издательство: No Starch Press
Год: 2020
Формат: PDF, AZW3
Страниц: 188
Размер: 10 Mb
Язык: English

When it comes to creating powerful and effective hacking tools, Python is the language of choice for most security analysts. In Black Hat Python, 2nd Edition, you’ll explore the darker side of Python’s capabilities—writing network sniffers, manipulating packets, infecting virtual machines, creating stealthy trojans, and more.
The second edition of this bestselling hacking book contains code updated for the latest version of Python 3, as well as new modules and techniques that reflect current industry best practices. You’ll also find expanded explanations of strategies, from splitting bytes to leveraging computer-vision libraries, that you can apply to future hacking projects.
  • Добавил: buratino
  • Дата: 4-01-2021, 12:35
  • Комментариев: 0
Название: Super Scratch Programming Adventure! (Covers Version 3)
Автор: The LEAD Project
Издательство: No Starch Press
Год: 2019
Формат: true pdf/epub
Страниц: 160
Размер: 112.5 Mb
Язык: English

Comics! Games! Programming! Now updated to cover Scratch 3.
  • Добавил: TRex
  • Дата: 4-01-2021, 11:03
  • Комментариев: 0
Название: Динамическое программирование
Автор: Окулов С. М. , Пестов О. А.
Издательство: Лаборатория знаний
Год: 2020 3-е изд.
Формат: PDF
Страниц: 299
Размер: 10 Mb
Язык: Русский

В данной книге систематизирован материал по одному из методов проектирования алгоритмов в информатике — динамическому программированию. Предлагаемые задачи решаются фактически по одной схеме, основанной на данном методе, однако понять, что задача решается этим методом, очень непросто. Для этого кроме знаний требуется усилие подготовленного к решению таких задач интеллекта. Именно этому способствуют содержание книги и стиль изложения материала в ней.
Разобраны задачи, предлагавшиеся школьникам на всероссийских олимпиадах по информатике разных лет, а также на турнирах и конкурсах.
  • Добавил: literator
  • Дата: 3-01-2021, 19:46
  • Комментариев: 0
The DevOps Toolkit: Catalog, Patterns, And BlueprintsНазвание: The DevOps Toolkit: Catalog, Patterns, And Blueprints
Автор: Viktor Farcic, Darin Pope
Издательство: Leanpub
Год: 2020-12-30
Страниц: 419
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 36.2 MB

Today, infrastructure as code (IaC) and immutability are closely tied together. IaC allows us to define everything as code, while immutability brings uniformity, reliability, and speed. Servers are defined as code in the form of configurations and scripts used to create VM images. Clusters are defined as code in the form of instructions on how to create and manage VMs based on those images, and how to tie them together through different services.
  • Добавил: literator
  • Дата: 3-01-2021, 19:11
  • Комментариев: 0
React-Architect: Full-Stack React App Development and Serverless DeploymentНазвание: React-Architect: Full-Stack React App Development and Serverless Deployment
Автор: Dr. Frank Zickert
Издательство: React-Architect
Год: 2020
Страниц: 191
Язык: английский
Формат: pdf (true)
Размер: 15.1 MB

This book aims to be your comprehensive guide on solving problems from end-to-end. You’ll not only learn how to write the code of a full-stack application. But you’ll also learn what it takes to think and act like a full-stack developer. This book ships with lots of practical solutions to real-world problems. We’ll go through all the code examples in detail. We’ll look at how the code works. You’ll learn how to create full-stack applications with different architectures. In a practical and applied manner. By the time you finish this book, you’ll be well equipped to create applications that solve your problem at hand. You’ll have gained hands-on knowledge that you’ll need to be successful in the real world.
  • Добавил: literator
  • Дата: 3-01-2021, 16:43
  • Комментариев: 0
Atomic KotlinНазвание: Atomic Kotlin
Автор: Bruce Eckel, Svetlana Isakova
Издательство: Leanpub
Год: 2020
Страниц: 586
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

For both beginning and experienced programmers! From the author of the multi-award-winning Thinking in C++ and Thinking in Java together with a member of the Kotlin language team comes a book that breaks the concepts into small, easy-to-digest "atoms," along with exercises supported by hints and solutions directly inside IntelliJ IDEA! Why Kotlin? We give an overview of the historical development of programming languages so you can understand where Kotlin fits and why you might want to learn it. This atom introduces some topics which, if you are a novice, might seem too complicated right now. Feel free to skip this atom and come back to it after you’ve read more of the book.
  • Добавил: literator
  • Дата: 3-01-2021, 16:13
  • Комментариев: 0
The DevOps Toolkit: Kubernetes Chaos Engineering With Chaos Toolkit And IstioНазвание: The DevOps Toolkit: Kubernetes Chaos Engineering With Chaos Toolkit And Istio
Автор: Viktor Farcic, Darin Pope
Издательство: Leanpub
Год: 2020
Страниц: 196
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 11.9 MB

There are very few things as satisfying as destruction, especially when we're frustrated. What is chaos engineering? What are the principles behind it? We can describe chaos engineering as a discipline of experimenting on a system to build confidence in the system’s capability to withstand turbulent conditions in production. Now, if that was too confusing and you prefer a more straightforward definition of what chaos engineering is, I can describe it by saying that you should be prepared because bad things will happen. It is inevitable. Bad things will happen, often when we don’t expect them. Instead of being reactive and waiting for unexpected outages and delays, we are going to employ chaos engineering and try to simulate adverse effects that might occur in our system.
  • Добавил: TRex
  • Дата: 3-01-2021, 11:19
  • Комментариев: 0
Название: Playing with Java Microservices on Kubernetes and OpenShift
Автор: Nebrass Lamouchi
Издательство: Leanpub
Год: 2020
Формат: PDF, EPUB
Страниц: 289
Размер: 22 Mb
Язык: English

Playing with Java Microservices on Kubernetes and OpenShift will teach you how to build and design microservices using Java and the Spring platform.
This book covers topics related to creating Java microservices and deploy them to Kubernetes and OpenShift.
Traditionally, Java developers have been used to developing large, complex monolithic applications. The experience of developing and deploying monoliths has been always slow and painful. This book will help Java developers to quickly get started with the features and the concerns of the microservices architecture. It will introduce Docker, Kubernetes and OpenShift to help them deploying their microservices.