|
 |
|
 |
|
|
 |
|  |
|
Название: Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy Coders Автор: Harry Yoon Издательство: Coding Books Press Год: 2022 Страниц: 211 Язык: английский Формат: pdf, epub, mobi Размер: 10.2 MB
Learn Python in a Weekend! This book is an (informal) language reference on the Python programming language. Python is one of the most widely used languages in many different application areas. We go through all essential features of the modern Python programming language, including the match statement (3.10) and exception groups (3.11). Although the book is written as a reference, you can read it more or less from beginning to end and you should be able to get the overall picture of the Python language if you have some prior experience with programming in Python. Python is a dynamic language. It means many different things. It means that the language is more flexible. It means that Python is an easier language to program with. You can quickly write a simple program without having to go through too much "rituals", compared to many other programming languages. Python scripts tend to require less boilerplate code. Python gives you more freedom. |
Разместил: Ingvar16 20-10-2022, 14:39 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Microservices with Laravel Автор: Martin Jod Издательство: Martin Jod Год: 2022 Формат: True PDF Страниц: 151 Размер: 16 Mb Язык: English
The Complete Guide to Mastering microservices With Laravel. Get rid of the monster monolith! 151 pages of high-quality content that teaches you how to build microservices with Laravel The Complete Guide to Mastering microservices With Laravel. Get rid of the monster monolith! 151 pages of high-quality content that teaches you how to build microservices with Laravel. |
Разместил: vitvikvas 20-10-2022, 14:10 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 100 Go Mistakes and How to Avoid Them Автор: Teiva Harsanyi Издательство: Manning Publications Год: 2022 Формат: True PDF Страниц: 385 Размер: 10,2 Mb Язык: English
100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you’re making. You’ll explore key areas of the language such as concurrency, testing, data structures, and more—and learn how to avoid and fix mistakes in your own projects. As you go, you’ll navigate the tricky bits of handling JSON data and HTTP services, discover best practices for Go code organization, and learn how to use slices efficiently. |
Разместил: vitvikvas 20-10-2022, 12:44 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Deep Learning for Natural Language Processing (Final Release) Автор: Stephan Raaijmakers Издательство: Manning Publications Год: 2022 Страниц: 296 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Humans do a great job of reading text, identifying key ideas, summarizing, making connections, and other tasks that require comprehension and context. Recent advances in deep learning make it possible for computer systems to achieve similar results. Deep Learning for Natural Language Processing teaches you to apply deep learning methods to natural language processing (NLP) to interpret and use text effectively. In this insightful book, NLP expert Stephan Raaijmakers distills his extensive knowledge of the latest state-of-the-art developments in this rapidly emerging field. |
Разместил: Ingvar16 20-10-2022, 12:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Foundations of Reinforcement Learning with Applications in Finance Автор: Ashwin Rao, Tikhon Jelvis Издательство: CRC Press Год: 2023 Страниц: 522 Язык: английский Формат: pdf (true) Размер: 11.4 MB
Reinforcement Learning (RL) is emerging as a practical, powerful technique for solving a variety of complex business problems across industries that involve Sequential Optimal Decisioning under Uncertainty. Although RL is classified as a branch of Machine Learning (ML), it tends to be viewed and treated quite differently from other branches of ML (Supervised and Unsupervised Learning). Indeed, RL seems to hold the key to unlocking the promise of AI—machines that adapt their decisions to vagaries in observed information, while continuously steering towards the optimal outcome. Its penetration in high-profile problems like self-driving cars, robotics and strategy games points to a future where RL algorithms will have decisioning abilities far superior to humans. But when it comes getting educated in RL, there seems to be a reluctance to jump right in because RL seems to have acquired a reputation of being mysterious and exotic. This book strives to impart a lucid and insightful understanding of the topic by emphasizing the foundational mathematics and implementing models and algorithms in well-designed Python code, along with robust coverage of several financial trading problems that can be solved with Reinforcement Learning. |
Разместил: Ingvar16 19-10-2022, 23:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Mastering React: A Beginner's Guide Автор: Sufyan bin Uzayr Издательство: CRC Press Год: 2023 Страниц: 278 Язык: английский Формат: pdf (true) Размер: 21.3 MB
Mastering React helps the reader master the React jаvascript framework for faster and more robust front-end development. React is a jаvascript framework for creating interface design that is coherent, cheap, and customizable. It makes it possible to create complicated user interfaces out of “modules,” which are small, independent pieces of code. The primary goal of using React is the easier creation of visual interfaces. React was developed by Facebook and released to the public in 2013. It powers some of the most popular apps, including Facebook and Instagram. |
Разместил: Ingvar16 19-10-2022, 22:54 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Target C#: Simple Hands-On Programming with Visual Studio 2022 Simple Hands-On Programming with Visual Studio 2022 Автор: Gerard Byrne Издательство: Apress Год: 2022 Страниц: 1084 Язык: английский Формат: pdf (true), epub Размер: 108.6 MB
So, you want to learn C# and Visual Studio 2022, but are a bit intimidated? Don’t be. Programming is within your grasp! Programmers at any level have to fully understand, and more importantly, be able to code the core constructs. It is impossible to use complex programming concepts such as classes before understanding what methods and variables and their data types are. Once there is a foundation built on the basics, then all other topics can fall in line. While it is a forgone conclusion that languages change with the introduction of new features, the core concepts do not. Even large enterprises do not always update to the latest versions of languages and frameworks; their "backbone" applications have been developed to work, regardless. More than ever, enterprises need developers who can master and apply the core programming concepts and then be "up-skilled" with newer language levels and features as they integrate into the company. |
Разместил: Ingvar16 19-10-2022, 22:24 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Handbook of Computer Programming with Python Автор: Dimitrios Xanthidis, Christos Manolas, Ourania K. Xanthidou Издательство: CRC Press Год: 2023 Страниц: 631 Язык: английский Формат: pdf (true) Размер: 45.4 MB
This handbook provides a hands-on experience based on the underlying topics, and assists students and faculty members in developing their algorithmic thought process and programs for given computational problems. It can also be used by professionals who possess the necessary theoretical and computational thinking background but are presently making their transition to Python. This handbook will benefit students of computer science, information systems, and information technology, or anyone who is involved in computer programming (entry-to-intermediate level), data analytics, HCI-GUI, and related disciplines. |
Разместил: Ingvar16 19-10-2022, 21:19 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB for Engineering Applications, 5th Edition Автор: William J. Palm III Издательство: McGraw Hill LLC Год: 2023 Страниц: 656 Язык: английский Формат: pdf (true), epub (true) Размер: 14.0 MB, 21.1 MB
MATLAB for Engineering Applications is a simple concise book designed to be useful for beginners and to be kept as a reference. MATLAB is a globally available standard computational tool for engineers and scientists. This text is intended as a stand-alone introduction to MATLAB and can be used in an introductory course as a self-study text or as a supplementary text. The text’s material is based on the author’s experience in teaching a required two-credit semester course devoted to MATLAB for engineering freshmen. This title will be available in Connect but is not available with SmartBook. Instructor Resources available for this title include: Solutions Manual Presentation Tools Table (includes Lecture PowerPoints and Image Bank) MATLAB Files MATLAB Live Scripts. |
Разместил: Ingvar16 19-10-2022, 18:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Tiny PowerShell Projects (MEAP v4) Автор: Bill Burns Издательство: Manning Publications Год: 2022 Страниц: 168 Язык: английский Формат: pdf (true) Размер: 15.2 MB
PowerShell can automate almost any IT task. This book guides you through 17 practical PowerShell projects that will build your skills and save you hours—or even days—of work. PowerShell is a powerful scripting language for Windows, Mac and Linux. It’s perfect for automating any system administration task. With PowerShell, you can perform tedious multi-step tasks right from the command line and save your work as scripts you’ll be able to use over and over. And because it’s a full-featured programming language, you can build tools that you can share with other users. |
Разместил: Ingvar16 19-10-2022, 13:20 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|