|
 |
|
 |
|
|
 |
|  |
|
Название: Selenium WebDriver Recipes in Java : The problem solving guide to Selenium WebDriver in Java Автор: Zhimin Zhan Издательство: Leanpub Год: 2021-05-01 Страниц: 169 Язык: английский Формат: pdf (true), mobi, epub Размер: 10.6 MB
The Selenium WebDriver Recipes book is a quick problem-solving guide to automated testing web applications with Selenium WebDriver. It contains hundreds of solutions to real-world problems, with clear explanations and ready-to-run test scripts you can use in your own projects. Selenium WebDriver Recipes will show you solutions to your problems from the experts who have already solved them. All recipe tests (~200 in Java language) are ready-to-run. I created the target web site and offline web pages, so that you can simply find the recipes and run, in a matter of seconds. This book is for testers or programmers who are writing (or want to learn) automated tests with Selenium WebDriver. In order to get the most of this book, basic (very basic) Java coding skills is required. |
Разместил: Ingvar16 30-10-2022, 17:44 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Artificial Intelligence in the 21st Century, 3rd Edition Автор: Stephen Lucci, Sarhan M. Musa, Danny Kopec Издательство: Mercury Learning and Information Год: 2022 Страниц: 739 Язык: английский Формат: pdf (true) Размер: 69.4 MB
This third edition provides a comprehensive, colorful, up-to-date, and accessible presentation of AI without sacrificing theoretical foundations. It includes numerous examples, applications, full color images, and human- interest boxes to enhance student interest. New chapters on deep learning, AI security, and AI programming are included. Advanced topics cover neural nets, genetic algorithms, natural language processing (NLP), planning, and complex board games. Companion files provide appendices, resources, applications, selected solutions, and figures from the book(available with Amazon proof of purchase by writing to the publisher at info@merclearning.com). Numerous instructors’ resources are available upon adoption. |
Разместил: Ingvar16 30-10-2022, 11:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Computational Imaging Автор: Ayush Bhandari, Achuta Kadambi, Ramesh Raskar Издательство: The MIT Press Год: 2022 Страниц: 488 Язык: английский Формат: epub Размер: 113.8 MB
Computational imaging involves the joint design of imaging hardware and computer algorithms to create novel imaging systems with unprecedented capabilities. In contrast to traditional imaging, computational imaging is distinguished by a heavy use of mathematical algorithms. This text offers a comprehensive and up-to-date introduction to this rapidly growing field, a convergence of vision, graphics, signal processing, and optics. It can be used as an instructional resource for computer imaging courses and as a reference for professionals. It covers the fundamentals of the field, current research and applications, and light transport techniques. There are six major classes of Machine Learning: (1) clustering, (2) classification, (3) regression, (4) Deep Learning, (5) dimensionality reduction, and (6) reinforcement learning. Our discussions are confined to classes 1 through 4. |
Разместил: Ingvar16 30-10-2022, 04:20 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: How To Speed Up Slow Python Code With Concurrent Programming And The Cutting-edge Asyncio Library Автор: Hershel Cervantes Издательство: Independently published Год: 2022 Страниц: 370 Язык: английский Формат: epub Размер: 36.2 MB
Discover just how to quicken sluggish Python code with simultaneous programming and also the advanced asyncio collection. It's easy to overload typical Python as well as watch your programs reduce to a crawl. The asyncio collection was constructed to resolve these troubles by making it easy to split and arrange jobs. It flawlessly deals with numerous procedures simultaneously, causing applications that are lightning quick as well as scalable. |
Разместил: Ingvar16 30-10-2022, 03:36 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: The Way We Play: Theory of Game Design Автор: Michael Killick Издательство: Apress Год: 2022 Страниц: 238 Язык: английский Формат: epub (true), mobi Размер: 10.2 MB
Gain insight into what it takes to design and develop your first video game. This book offers a peek behind the scenes, where you will find in-depth knowledge of game design theory and insight into the technical and design aspects of video game development. The Way We Play allows you to explore game design and theory while also learning the nuances of how games in different genres should be approached, their workings, and successful unique selling points in a competitive gaming field. For the Chapter 4, you will now be shown how you can create a first-person controller within Unity which can be used as the foundation for a future project or your first game. |
Разместил: Ingvar16 30-10-2022, 02:22 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Build 10 Flutter 3.0 Apps in 100 Days: A Step by Step Guide to build Apps and Master Flutter Автор: Sanjib Sinha Издательство: Leanpub Год: 2022-07-06 Страниц: 804 Язык: английский Формат: pdf (true), epub Размер: 10.3 MB
This book will teach you how to Build 10 Beautiful Flutter Apps in 100 Days. This is a step by step guide that will also teach you how to master Flutter Design, backend programming with SQLite database, WordPress, Firebase and Firestore. To assist you I will write updated articles on Flutter Apps in my website as well. Building beautiful design and layouts is the most challenging thing in mobile application development. However, in most cases, either the design, or the layout is not user friendly. At the same time we need to know that Flutter basically runs on its User Interface thread. |
Разместил: Ingvar16 29-10-2022, 16:19 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Secure Web Application Development: A Hands-On Guide with Python and Django Автор: Matthew Baker Издательство: Apress Год: 2022 Страниц: 471 Язык: английский Формат: pdf (true), epub Размер: 16.2 MB
This book uses a hand-on approach to teach you how to write secure web applications and will highlight how hackers attack applications along with a broad arsenal of defenses. You'll see how to Implement the right defenses in Python/Django applications to prevent such attacks. Secure Web Application Development is your guide to picking the appropriate techniques to close vulnerabilities and ensuring you still provide users with their needed functionality. This book is very hands-on. We believe you only truly understand a concept when you put it into practice. Throughout the book, we will use a sample web application called Coffeeshop to practice exploits and fixes on. It is written in Python with the Django web application framework. This application runs in a pair of virtual machines (VMs) on Ubuntu Linux through the Apache web server. To follow the exercises, you will install the VMs on your PC, Mac, or Linux workstation. |
Разместил: Ingvar16 29-10-2022, 14:44 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Создание настольных Python приложений с графическим интерфейсом пользователя Автор: Машнин Т. Издательство: Издание автора Год: 2022 Формат: pdf Страниц: 140 Размер: 13 mb Язык: Русский
ython является наиболее популярным языком программирования, используемым для объектно-ориентированного программирования. И конечно, Python — это интерактивный язык программирования, который предоставляет широкий спектр возможностей для создания GUI (Graphical User Interface) и разработки настольных приложений. В этой книге вы познакомитесь с различными фреймворками Python для создания настольных приложений с графическим интерфейсом пользователя, такими как PyQt, PySide, Tkinter, Kivy, WxPython и Dear PyGUI. |
Разместил: na5ballov 29-10-2022, 14:36 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Practical Artificial Intelligence Programming With Clojure Автор: Mark Watson Издательство: Leanpub Год: 2021-05-21 Страниц: 99 Язык: английский Формат: pdf (true), mobi, epub Размер: 10.2 MB
This book contains both pure Clojure examples as well as examples using Java libraries built in. A practical guide to Artificial Intelligence development using Clojure that uses spaCY, transformer models, DeepLearning4J, and knowledge graph tools in Clojure applications. To be clear, I actually like Common Lisp slightly more than Clojure, even though Clojure is a beautifully designed modern language and Common Lisp is ancient and has defects. Then why do I use Clojure? The Java ecosystem is huge and Clojure takes full advantage of Java interoperability. Just as I sometimes need access to the rich Java ecosystem I also need Python libraries for some of my projects. Here we will use the libpython-clj library for that. I wrote this book for both professional programmers and home hobbyists who already know how to program in Clojure and who want to learn practical AI programming and information processing techniques. |
Разместил: Ingvar16 29-10-2022, 11:26 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Introduction to the Tools of Scientific Computing, 2nd Edition Автор: Einar Smith Издательство: Springer Год: 2022 Страниц: 429 Язык: английский Формат: pdf (true) Размер: 10.2 MB
The book provides an introduction to common programming tools and methods in numerical mathematics and scientific computing. Unlike standard approaches, it does not focus on any specific language, but aims to explain the underlying ideas. Typically, new concepts are first introduced in the particularly user-friendly Python language and then transferred and extended in various programming environments from C/C++, Julia and MATLAB to Maple and Mathematica. This includes various approaches to distributed computing. By examining and comparing different languages, the book is also helpful for mathematicians and practitioners in deciding which programming language to use for which purposes. At a more advanced level, special tools for the automated solution of partial differential equations using the finite element method are discussed. On a more experimental level, the basic methods of scientific Machine Learning in artificial neural networks are explained and illustrated. |
Разместил: Ingvar16 29-10-2022, 02:14 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|