Дискретная математика для программистов (2005)

Автор: umkaS от 7-07-2023, 14:06, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Дискретная математика для программистов
Автор: Хаггарти Р.
Издательство: Техносфера
Год: 2005 - 2-е, допол. изд.
Cтраниц: 401
Формат: pdf
Размер: 23 мб
Язык: русский

В доступной и весьма увлекательной форме автор рассказывает о фундаментальных понятиях дискретной математики - о логике, множествах, графах, отношениях и булевых функциях. Теория изложена кратко и иллюстрируется многочисленными простыми примерами, что делает её доступной даже школьнику.
 

100 Days of Coding in Python

Автор: literator от 7-07-2023, 07:35, Коментариев: 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.
 

Coding for Beginners - 15th Edition, 2023

Автор: literator от 7-07-2023, 06:19, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Coding for Beginners - 15th Edition, 2023
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Страниц: 96
Язык: английский
Формат: pdf
Размер: 44,3 MB

"Программирование для начинающих" - это первый и единственный выбор, если вы новичок и хотите узнать все, что вам понадобится для начала работы с кодированием и программированием. Это независимое руководство наполнено полезными рекомендациями и пошаговыми полностью иллюстрированными руководствами, написанными на простом и понятном английском языке. На страницах этого нового руководства пользователя вы узнаете все, что вам нужно знать о создании собственных удивительных приложений. С этим неофициальным учебником ни одна проблема не останется неразрешимой, ни один вопрос не останется без ответа, пока вы будете учиться, изучать и совершенствовать свои навыки программирования.
 

Spring Security in Action, Second Edition (MEAP v7)

Автор: literator от 6-07-2023, 23:06, Коментариев: 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.
 

Учим Python, делая крутые игры (2022)

Автор: SCART56 от 6-07-2023, 22:40, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Учим Python, делая крутые игры
Автор(ы): Свейгарт Э.
Издательство: Эксмо
Год: 2022
Страниц: 418
Формат: PDF
Размер: 12 Мб
Язык: русский

Эта книга научит вас разрабатывать компьютерные игры при помощи популярного языка программирования Python — даже если вы никогда раньше не занимались программированием! Начните с создания таких простых игр, как «Виселица» и «Крестики-Нолики», а затем перейдите к продвинутым анимированным и озвученным играм.
В процессе вы изучите ключевые концепции программирования и узнаете, как:
• Использовать циклы, переменные и инструкции.
• Выбирать правильные структуры данных, такие как списки, словари и кортежи.
• Делать игры с графикой и анимацией, используя модуль pygame.
• Использовать криптографию для преобразования текстовых сообщений в секретный код.
• Отлаживать программы и находить распространенные ошибки.
По мере работы над каждой игрой вы заложите прочный фундамент знаний по языку Python и основам компьютерных наук.



Скачать Свейгарт Э. - Учим Python, делая крутые игры (2022)

Скачать с katfile.com
Скачать с turbo.to




 

The Art of Unit Testing, Third Edition (MEAP v9)

Автор: literator от 6-07-2023, 21:55, Коментариев: 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.
 

Tiny Node Projects (MEAP v3)

Автор: literator от 6-07-2023, 17:54, Коментариев: 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.
 

Java Illuminated: An Active Learning Approach, 6th Edition

Автор: literator от 6-07-2023, 17:17, Коментариев: 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.
 

Clean Architectures in Python: A practical approach to better software design, 2nd Edition (2023 Update)

Автор: literator от 6-07-2023, 06:32, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Clean Architectures in Python: A practical approach to better software design, 2nd Edition (2023 Update)
Автор: Leonardo Giordani
Издательство: Leanpub
Год: 2023-05-09
Страниц: 153
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

Чистая архитектура - это противоположность спагетти-коду, где все переплетено и нет отдельных элементов, которые можно легко отделить от остальных и заменить без разрушения всей системы. Суть чистой архитектуры заключается в том, чтобы четко определить "что где находится и почему", и это должно быть вашей первоочередной задачей при проектировании и внедрении программной системы, какой бы архитектуры или методологии разработки вы ни хотели придерживаться. Чтобы в полной мере оценить книгу, вам необходимо знать Python и быть знакомым с TDD, в частности с модульным тестированием и моками. Пожалуйста, обратитесь к серии статей "TDD в Python с pytest", опубликованной в моем блоге, если вам нужно освежить свои знания по этим темам.
 

Production Engineering from DevOps to MLOps

Автор: literator от 5-07-2023, 17:50, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Production Engineering from DevOps to MLOps
Автор: Arnab Bose, Sebastien Donadio
Издательство: Leanpub
Год: 2023-06-29
Страниц: 124
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

The book to bridge DevOps and MLOps. This book takes a DevOps approach to MLOps and uniquely positions how MLOps is an extension of well-established DevOps principles using real-world use cases. It leverages multiple DevOps concepts and methodologies such as CI/CD and software testing. It also demonstrates the additional concepts from MLOps such as continuous training that expands CI/CD/CT to build, operationalize and monitor ML models. This book targets three different personas. First, data engineers and DevOps engineers who manage ML data and model platforms, deploy ML model software into production and monitor them. Second, full-stack data scientists who not only build ML models but work on the end-to-end stack of the ML lifecycle starting with data ingestion to production deployment and monitoring. Third, project managers who need to understand the intricacies of the different steps in taking an ML model to production.