Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Data Storytelling with Python Altair and Generative AI (MEAP v1)
Автор: Angelica Lo Duca
Издательство: Manning Publications
Год: 2023
Страниц: 129
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Great data presentations tell a story. Learn how to organize, visualize, and present data using Python, generative AI, and the cutting-edge Altair data analysis toolkit. After you’ve crunched, sliced, and organized your data behind the scenes, you need to present it in a way that tells a story. With Python’s Altair library and generative AI tools like Copilot and ChatGPT, it’s never been easier to create intuitive data presentations. Data Storytelling with Python Altair and Generative AI is the fast track to data presentations that inspire your audience and move them to action. Throughout the book, you’ll be guided by the principles of the DIKW (Data, Information, Knowledge, Wisdom) pyramid: a methodology that is the backbone of leading data management systems. Each chapter takes you hands-on with a new interesting data story, from tourist arrivals in Portugal to population growth in the USA. At every stage, you’ll see how tools like Copilot, ChatGPT, and DALL-E rapidly increase your productivity and streamline the visualization process.
Разместил: Ingvar16 7-07-2023, 18:20 | Комментарии: 0 | Подробнее
Название: Functional Programming in Scala, 2nd Edition (Final Release)
Автор: Michael Pilquist, Runar Bjarnason, Paul Chiusano
Издательство: Manning Publications
Год: 2023
Страниц: 488
Язык: английский
Формат: epub (true), mobi, pdf
Размер: 10.2 MB

This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3. Functional Programming in Scala has helped over 30,000 developers discover the power of functional programming. You’ll soon see why reviewers have called it “mindblowing”! The book smooths the complexity curve of functional programming, making it simple to understand the basics and intuitive to progress to more advanced topics. Concrete examples and exercises show you FP in the real world and reveal how it can improve your everyday coding practices. This second edition comes packed with the latest standards of FP, as well as full code updates to Scala 3, and its new language features. Functional code is easy to test, reuse, and parallelize, and it’s practically immune to whole categories of state-related bugs. With its strong functional features, familiar syntax, and seamless interoperability with Java, there’s no better place to start learning functional programming than the flexible Scala language.
Разместил: Ingvar16 7-07-2023, 17:13 | Комментарии: 0 | Подробнее
Название: Дискретная математика для программистов
Автор: Хаггарти Р.
Издательство: Техносфера
Год: 2005 - 2-е, допол. изд.
Cтраниц: 401
Формат: pdf
Размер: 23 мб
Язык: русский

В доступной и весьма увлекательной форме автор рассказывает о фундаментальных понятиях дискретной математики - о логике, множествах, графах, отношениях и булевых функциях. Теория изложена кратко и иллюстрируется многочисленными простыми примерами, что делает её доступной даже школьнику.
Разместил: rivasss 7-07-2023, 14:06 | Комментарии: 0 | Подробнее
Название: 100 Days of Coding in PythonАвтор: Giuliana Carullo
Издательство: Leanpub
Год: 2020-03-22
Страниц: 282
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Welcome to an intense session during which you will learn Python. This book will be your friend for the next 100 days to help you along the journey of learning the fundamentals of Computer Science and how to program them in Python. Sure enough plenty of books have been written on Python and the official documentation is - and always will - remain the source of knowledge. A go-to for doubts. However, this book has been specifically designed to walk you through - step by step - not only Python syntax but also fundamental of computer science that will make you a well-rounded programmer. If you are new to programming - in general - this book is right for you. Indeed it walks through the core concept of programming as well as detailing relative Python implementations.
Разместил: Ingvar16 7-07-2023, 07:37 | Комментарии: 0 | Подробнее
Название: Coding for Beginners - 15th Edition, 2023
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Страниц: 96
Язык: английский
Формат: pdf
Размер: 44,3 MB

"Программирование для начинающих" - это первый и единственный выбор, если вы новичок и хотите узнать все, что вам понадобится для начала работы с кодированием и программированием. Это независимое руководство наполнено полезными рекомендациями и пошаговыми полностью иллюстрированными руководствами, написанными на простом и понятном английском языке. На страницах этого нового руководства пользователя вы узнаете все, что вам нужно знать о создании собственных удивительных приложений. С этим неофициальным учебником ни одна проблема не останется неразрешимой, ни один вопрос не останется без ответа, пока вы будете учиться, изучать и совершенствовать свои навыки программирования.
Разместил: Ingvar16 7-07-2023, 06:21 | Комментарии: 0 | Подробнее
Название: Spring Security in Action, Second Edition (MEAP v7)
Автор: Laurentiu Spilca
Издательство: Manning Publications
Год: 2023
Страниц: 278
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Design and develop Spring applications that are secure right from the start. Spring Security in Action, Second Edition reveals the Spring Security techniques and tools you need to defend your apps against attack. In this book, author Laurențiu Spilcă, a skilled Java and Spring developer, will teach you how to build your own authorization server, manage system users, configure secure endpoints, and prevent cross-site scripting and request forgery attacks. This new second edition delves into the OAuth 2/OpenID Connect stack and details SecurityFilterChain for security configuration. Don't let security be an afterthought. Start protecting your apps from the first line of code! For experienced Java and Spring developers.
Разместил: Ingvar16 6-07-2023, 23:07 | Комментарии: 0 | Подробнее
Название: The Art of Unit Testing: with examples in jаvascript, Third Edition (MEAP v9)
Автор: Roy Osherove
Издательство: Manning Publications
Год: 2023
Страниц: 325
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

The Art of Unit Testing, Third Edition updates an international bestseller to reflect modern development tools and practices. This expanded edition teaches you to write unit tests for async and observable code, as well as methods of faking functions, modules and refactorings. 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 are carefully designed so that they apply to code written in any language. The Art of Unit Testing, Third Edition guides you step by step from your first simple unit tests to building complete test sets that are maintainable, readable, and trustworthy. Now with examples using jаvascript and Node, this expanded third edition teaches you to write unit tests for async and observable code, as well as methods of faking functions, modules and refactorings.
Разместил: Ingvar16 6-07-2023, 21:56 | Комментарии: 0 | Подробнее
Название: Tiny Node Projects (MEAP v3)
Автор: Jon Wexler
Издательство: Manning Publications
Год: 2023
Страниц: 139
Язык: английский
Формат: pdf, epub
Размер: 13.1 MB

Node.js brings jаvascript to server-side programming, so you can build the back- and front-ends in the same language. In this hands-on guide, you’ll find 15 fast and fresh projects that will help you go from front-end to full-stack. Tiny Node Projects is packed with exciting Node.js projects that are quick to create and work just like professional apps. Each chapter contains a different standalone project that you could easily adapt into a real product for a real client. You’ll be encouraged to think about the business logic and planning, and lots of diagrams and visualizations help detangle complex Node.js topics. A handy reference appendix is full of in-depth explanations for using popular tooling with Node! For Node.js novices and veterans alike! If you’re new to Node, the book’s beginner projects will quickly get you up to speed with the framework. If you’re already a Node pro, you’ll find projects that spark your creativity and refresh your ideas on what Node can accomplish.
Разместил: Ingvar16 6-07-2023, 17:55 | Комментарии: 0 | Подробнее
Название: Java Illuminated: An Active Learning Approach, 6th Edition
Автор: Julie Anderson, Herve J. Franceschi
Издательство: Jones & Bartlett Learning
Год: 2024
Страниц: 1288
Язык: английский
Формат: epub (true)
Размер: 122.9 MB

Written for the one- to three-term introductory programming course, the sixth edition of Java Illuminated provides learners with an interactive, user-friendly approach to learning the Java programming language. Comprehensive but accessible, the text takes a progressive approach to object-oriented programming, allowing students to build on established skills to develop new and increasingly complex classes. Java Illuminated follows an activity-based active learning approach that ensures student engagement and interest. In addition, the text presents other topics of interest, including graphical user interfaces (GUI), data structures, file input and output, and graphical applications.
Разместил: Ingvar16 6-07-2023, 17:21 | Комментарии: 0 | Подробнее

Название: Изучаем программирование на Python
Автор: Пол Бэрри
Издательство: Э
Год: 2017
Формат: pdf
Страниц: 611
Размер: 24 Mb
Язык: Русский

Надоело продираться через дебри малопонятных самоучителей по программированию? С этой книгой вы без груда усвоите азы Python и научитесь работать со структурами и функциями.
Разместил: rivasss 6-07-2023, 09:51 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности