LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 5-02-2022, 04:42
  • Комментариев: 0
Reliable Machine Learning (Fourth Early Release)Название: Reliable Machine Learning: Applying SRE Principles to ML in Production (Fourth Early Release)
Автор: Cathy Chen, Niall Richard Murphy, Kranti Parisa
Издательство: O’Reilly Media, Inc.
Год: 2022-02-04
Страниц: 175
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Whether you're part of a small startup or a planet-spanning megacorp, this practical book shows data scientists, SREs, and business owners how to run ML reliably, effectively, and accountably within your organization. You'll gain insight into everything from how to do model monitoring in production to how to run a well-tuned model development team in a product organization. By applying an SRE mindset to machine learning, authors and engineering professionals Cathy Chen, Kranti Parisa, Niall Richard Murphy, D. Sculley, Todd Underwood, and featured guests show you how to run an efficient ML system. Whether you want to increase revenue, optimize decision-making, solve problems, or understand and influence customer behavior, you'll learn how to perform day-to-day ML tasks while keeping the bigger picture in mind.
  • Добавил: literator
  • Дата: 5-02-2022, 03:34
  • Комментариев: 0
Godot from Zero to Proficiency (Intermediate): A step-by-step guide to code your FPS with GodotНазвание: Godot from Zero to Proficiency (Intermediate): A step-by-step guide to code your FPS with Godot
Автор: Patrick Felicia
Издательство: Independently published
Год: 2021
Страниц: 252
Язык: английский
Формат: epub
Размер: 10.2 MB

In this section we will discover how you can create very simple Artificial Intelligence (AI) to implement a cannon that fires projectiles towards your character. After completing this chapter, you will be able to: - Instantiate objects; - Make it possible for a cannon to follow and shoot at a particular object; - Modify the firing rate of the cannon; - Detect collision between the cannon balls and the player.
  • Добавил: literator
  • Дата: 5-02-2022, 03:21
  • Комментариев: 0
Godot from Zero to Proficiency (Beginner): A step-by-step guide to code your game with GodotНазвание: Godot from Zero to Proficiency (Beginner): A step-by-step guide to code your game with Godot
Автор: Patrick Felicia
Издательство: Independently published
Год: 2021
Страниц: 291
Язык: английский
Формат: epub
Размер: 10.2 MB

This book will show you how you can very quickly start using Godot and code in GDScript, a scripting language similar to Python. Although it may not be as powerful as Unity or Unreal yet, Godot offers a wide range of features for you to create your video games. More importantly, this game engine is both Open Source and lightweight which means that even if you have (or you are teaching with) computers with very low technical specification, you should still be able to use Godot, and teach or learn how to code while creating video games.
  • Добавил: literator
  • Дата: 5-02-2022, 03:11
  • Комментариев: 0
Godot from Zero to Proficiency (Foundations): A step-by-step guide to create your game with GodotНазвание: Godot from Zero to Proficiency (Foundations): A step-by-step guide to create your game with Godot
Автор: Patrick Felicia
Издательство: Independently published
Год: 2022
Страниц: 242
Язык: английский
Формат: epub
Размер: 11.8 MB

Get started with Godot and game programming fast without the headaches. Godot is a great software to create video games; however, it includes so many options and features that getting started can feel overwhelming. Without my book, most people spend too long trying to learn how to use Godot the hard way. This book is the only one that will get you to learn Godot fast without wasting so much time. This book is the first book in the series "Godot from Zero to Proficiency" where you will learn to code fast and be able to create your own video games with Godot in no time.
  • Добавил: literator
  • Дата: 5-02-2022, 02:38
  • Комментариев: 0
Pythonic Programming: Tips for Becoming an Idiomatic Python ProgrammerНазвание: Pythonic Programming: Tips for Becoming an Idiomatic Python Programmer
Автор: Dmitry Zinoviev
Издательство: Pragmatic Bookshelf
Год: October 2021 (Version: P1.0)
Страниц: 152
Язык: английский
Формат: epub
Размер: 10.1 MB

Make your good Python code even better by following proven and effective pythonic programming tips. Avoid logical errors that usually go undetected by Python linters and code formatters, such as frequent data look-ups in long lists, improper use of local and global variables, and mishandled user input. Discover rare language features, like rational numbers, set comprehensions, counters, and pickling, that may boost your productivity. Discover how to apply general programming patterns, including caching, in your Python code. Become a better-than-average Python programmer, and develop self-documented, maintainable, easy-to-understand programs that are fast to run and hard to break. Python is one of the most popular and rapidly growing modern programming languages.
  • Добавил: literator
  • Дата: 4-02-2022, 16:37
  • Комментариев: 0
Godot from Zero to Proficiency (Advanced): A step-by-step guide to coding advanced games with GodotНазвание: Godot from Zero to Proficiency (Advanced): A step-by-step guide to coding advanced games with Godot
Автор: Patrick Felicia
Издательство: Independently published
Год: 2022
Страниц: 276
Язык: английский
Формат: epub
Размер: 10.2 MB

Get started with Godot and game programming fast without the headaches. Godot is a great software to create video games; however, it includes so many options and features that getting started can feel overwhelming. Without my book, most people spend too long trying to learn how to use Godot and GDScript the hard way. This book is the only one that will get you to learn GDScript fast without wasting so much time. It is the third book in the series "Godot from Zero to Proficiency" where you will learn to code fast and be able to create your own video games with Godot in no time.
  • Добавил: literator
  • Дата: 4-02-2022, 05:19
  • Комментариев: 0
Scaling Python with Ray (Early Release)Название: Scaling Python with Ray: Exploring Actors, Distributed Data, and Friends in Serverless and Cloud Environments (Early Release)
Автор: Holden Karau, Boris Lublinsky
Издательство: O’Reilly Media, Inc.
Год: 2022-02-03
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Serverless computing enables developers to concentrate solely on their applications rather than worry about where they've been deployed. With the Ray general-purpose serverless implementation in Python, programmers and data scientists can hide servers, implement stateful applications, support direct communication between tasks, and access hardware accelerators. In this book, authors Holden Karau and Boris Lublinsky show you how to scale existing Python applications and pipelines, allowing you to stay in the Python ecosystem while avoiding single points of failure and manual scheduling. If your data processing has grown beyond what a single computer can handle, this book is for you.
  • Добавил: literator
  • Дата: 4-02-2022, 05:08
  • Комментариев: 0
Bash Idioms: Write Powerful, Flexible, Readable Shell Scripts (Early Release)Название: Bash Idioms: Write Powerful, Flexible, Readable Shell Scripts (Early Release)
Автор: Carl Albing and JP Vossen
Издательство: O’Reilly Media, Inc.
Год: 2022-02-03
Страниц: 194
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Shell scripts are everywhere, especially those written in bash compatible syntax, and it's extremely useful to be able to understand and write them, but they can be complex and obscure. Complexity is the enemy of security, but it's also the enemy of readability and understanding. With this practical book, you'll learn how to decipher old bash code and write new code that's as clear and readable as possible. Your future you will thank you.
  • Добавил: literator
  • Дата: 4-02-2022, 04:58
  • Комментариев: 0
DevOps Tools for Java Developers (Fifth Early Release)Название: DevOps Tools for Java Developers: Best Practices from Source Code to Production Containers (Fifth Early Release)
Автор: Stephen Chin, Melissa McKay, Ixchel Ruiz
Издательство: O’Reilly Media, Inc.
Год: 2022-02-03
Страниц: 348
Язык: английский
Формат: epub
Размер: 25.8 MB

With the rise of DevOps, low-cost cloud computing, and container technologies, the way Java developers approach development today has changed dramatically. This practical guide helps you take advantage of microservices, serverless, and cloud native technologies using the latest DevOps techniques to simplify your build process and create hyperproductive teams.
  • Добавил: literator
  • Дата: 4-02-2022, 04:50
  • Комментариев: 0
C++ Software Design (Third Early Release)Название: C++ Software Design: Design Principles and Patterns for High-Quality Software (Third Early Release)
Автор: Klaus Iglberger
Издательство: O’Reilly Media, Inc.
Год: 2022-02-03
Страниц: 196
Язык: английский
Формат: pdf, epub
Размер: 10.3 MB

Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language.