|
|
|
|
|
|
|
| |
|
Название: Starting Out With Python, 6th Edition Автор: Tony Gaddis Издательство: Pearson Год: 2023 Страниц: 917 Язык: английский Формат: pdf Размер: 17.3 MB
Starting Out with Python introduces programming concepts and problem-solving skills using Tony Gaddis' accessible approach. Written for novice programmers, Gaddis uses easy-to-understand language to introduce concepts. Control structures are explained, then classes and GUI applications. Every chapter includes clear and easy-to-read code listings, practical real-world examples, focused explanations and an abundance of exercises. As you progress through the text, you'll learn to recognize how to design the logic of high-quality programs and then implement those programs using Python. The 6th Edition is thoroughly updated with new language features and functionality for versions of Python up through Python 3.9. |
Разместил: Ingvar16 17-01-2025, 04:03 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Quarkus in Action (Final Release) Автор: Martin Štefanko, Jan Martiška Издательство: Manning Publications Год: 2025 Страниц: 417 Язык: английский Формат: pdf (true) Размер: 16.0 MB
Build resilient and scalable, cloud-native enterprise Java applications using the Quarkus framework. Quarkus lets you live-reload your Java code, deliver continuous background testing, and automatically provide database instances—plus tons more productivity-boosting features! Quarkus in Action quickly gets you up to speed with Quarkus by building a real-world business application. Quarkus in Action is written by Martin Štefanko and Jan Martiška, Red Hat engineers who are both active contributors to the Quarkus project. In it, you’ll learn how Quarkus works and how you can integrate it into your stack for more productive Java development. Discover what makes Quarkus different from classic enterprise Java frameworks, how Quarkus streamlines creating cloud-native applications, and makes deployment easy. Quarkus in Action provides a carefully designed learning path through Quarkus’ key features and use cases. You’ll learn hands-on by implementing a working car rental application with a cloud-native microservices design that includes Kubernetes, SQL and NoSQL databases, messaging, and observability. For intermediate Java developers who have experience developing server-side Java applications. |
Разместил: Ingvar16 17-01-2025, 03:10 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Automate the Boring Stuff with Python, 3rd Edition (Early Access) Автор: Al Sweigart Издательство: Manning Publications Год: 2025 Страниц: 620 Язык: английский Формат: pdf (true) Размер: 18.8 MB
If you’ve ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you? In Automate the Boring Stuff with Python, you’ll learn how to use Python to write programs that do in minutes what would take you hours to do by hand—no prior programming experience required. This is the power of computer programming. A computer is like a Swiss Army knife with tools for countless tasks. Many people spend hours clicking and typing to perform repetitive tasks, unaware that the machine they’re using could do their job in seconds if they gave it the right instructions. Once you’ve mastered the basics of programming, you’ll create Python programs that effortlessly perform useful and impressive feats of automation. Step-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks. |
Разместил: Ingvar16 17-01-2025, 02:31 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Natural Language Processing in Action, 2nd Edition (Final Release) Автор: Hobson Lane, Maria Dyshel Издательство: Manning Publications Год: 2025 Страниц: 720 Язык: английский Формат: pdf (true) Размер: 19.1 MB
Develop your NLP skills from scratch, with an open source toolbox of Python packages, Transformers, Hugging Face, vector databases, and your own Large Language Models. Natural Language Processing in Action, Second Edition has helped thousands of data scientists build machines that understand human language. In this new and revised edition, you’ll discover state-of-the art Natural Language Processing (NLP) models like BERT and HuggingFace transformers, popular open-source frameworks for chatbots, and more. You’ll create NLP tools that can detect fake news, filter spam, deliver exceptional search results and even build truthfulness and reasoning into Large Language Models (LLMs). Recent advances in deep learning are creating NLP applications with unprecedented power to influence and assist us. Chatbots can now imitate real people, find that tip-of-your-tongue word, diagnose illness, support mental health, educate the public, and automatically generate document summaries—all with free open source software. Accessible open source tools, such as spaCy and PyTorch, make production-level NLP easier and more impactful than ever before. For intermediate Python programmers familiar with Deep Learning basics. |
Разместил: Ingvar16 17-01-2025, 01:54 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: C# Concurrency: Asynchronous and multithreaded programming (Final Release) Автор: Nir Dobovizki Издательство: Manning Publications Год: 2025 Страниц: 250 Язык: английский Формат: pdf (true) Размер: 21.0 MB
Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#! C# Concurrency teaches you how to write effective multithreaded and asynchronous software in C#. Practical techniques, real-world examples, and useful code samples cut through the confusion around async/await and help you write rapid, reliable, and bug-free code. C# Concurrency equips programmers with a comprehensive understanding of multithreading and asynchronous programming, focusing on the practical use of the C# async-await feature to simplify asynchronous tasks. It teaches how to avoid common pitfalls, addresses classic multithreading issues like deadlocks and race conditions, and advanced topics such as controlling thread of execution and using thread-safe collections. For experienced C# programmers. No knowledge of asynchronous programming required. |
Разместил: Ingvar16 16-01-2025, 20:16 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Build a Robo-Advisor with Python (From Scratch): Automate your financial and investment decisions (Final Release) Автор: Rob Reider, Alex Michalka Издательство: Manning Publications Год: 2025 Страниц: 335 Язык: английский Формат: pdf (true) Размер: 19.1 MB
Take control of your wealth management by building your own reliable, effective, and automated financial advisor tool. Automated digital financial advisors—also called robo-advisors—manage billions of dollars in assets. Follow the step-by-step instructions in this hands-on guide, and you’ll learn to build your robo-advisor capable of managing a real investing strategy. Automated “robo-advisors” are commonplace in financial services, thanks to their ability to give high-quality investment advice at a fraction of the cost of human advisors. Build a Robo-Advisor with Python (From Scratch) teaches you to develop one of these powerful, flexible tools using popular and free Python libraries. You’ll master practical Python skills in demand in financial services, and financial planning skills that will help you take the best care of your money. All examples are accompanied by working Python code, and are easy to adjust for investors anywhere in the world. Accessible to anyone with a basic knowledge of Python and finance—no special skills required. |
Разместил: Ingvar16 16-01-2025, 19:21 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: PHP Crash Course: The Complete, Modern, Hands-On Guide (Final) Автор: Matt Smith Издательство: No Starch Press Год: 2025 Страниц: 731 Язык: английский Формат: True/Retail PDF, True/Retail EPUB Размер: 34.6 MB
Tired of cobbling together PHP solutions from scattered online tutorials? Frustrated by outdated PHP practices that leave your code vulnerable and hard to maintain? Whether you’re building your first dynamic website or modernizing legacy systems, PHP Crash Course gives you a complete, practical foundation for writing professional web applications. PHP is currently in its eighth major version, so as well as being tried and tested, it’s faster and more secure than ever before. It’s a free, open source, and well-maintained language. While other popular web programming languages are available, about 70 percent of the web is run by PHP programs, including Etsy, Facebook (using its dialect of PHP, called Hack), Spotify, Wikipedia, and WordPress. Whether you’re a complete beginner or an experienced developer looking to modernize your PHP skills, PHP Crash Course gives you everything you need to build professional, dynamic websites with confidence. |
Разместил: Ingvar16 16-01-2025, 18:33 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Real-World Java: Helping You Navigate the Java Ecosystem Автор: Victor Grazi, Jeanne Boyarsky Издательство: Wiley Год: 2025 Страниц: 523 Язык: английский Формат: epub (true) Размер: 28.5 MB
A concise handbook for the most common tools used in modern Java development. Good Java developers learn Java syntax, how to create loops and switches, and can work out a lambda filter stream. But great Java developers need to understand the vast ecosystem of tools and frameworks for collaboration, testing, building, and more. In Real-World Java: Helping You Navigate the Java Ecosystem, a team of veteran Java developers delivers a concise and authoritative discussion of the most common frameworks, tools, and techniques used in enterprise Java development shops. The authors provide just enough background and examples to allow you to dive right into the expert guidance on annotations, logging frameworks, observability, performance tuning, testing tools, and collaboration, that real-life commercial Java development typically relies on. You’ll expand your Java development toolkit with frameworks and utilities like Spring, Git, Prometheus, and Project Lombok. You’ll also discover links to tested, downloadable code examples that demonstrate the skills discussed in the book. |
Разместил: Ingvar16 16-01-2025, 17:43 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Android NDK. Разработка приложений под Android на С/C++ Автор: Ретабоуил С. Издательство: М.: ДМК Пресс Год: 2012 Cтраниц: 498 Формат: pdf Размер: 23 мб Язык: русский
В книге показано, как создавать мобильные приложения для платформы Android на языке C/C++ с использованием пакета библиотек Android Native Development Kit (NDK) и объединять их с программным кодом на языке Java. Вы узнаете как создать первое низкоуровневое приложение для Android, как взаимодействовать с программным кодом на Java посредством механизма Java Native Interfaces, как соединить в своем приложении вывод графики и звука, обработку устройств ввода и датчиков, как отображать графику с помощью библиотеки OpenGL ES и др. Издание предназначено для разработчиков мобильных приложений, как начинающих так и более опытных, уже знакомых с программированием под Android с использованием Android SDK. |
Разместил: rivasss 16-01-2025, 11:03 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Байесовский анализ на Python Автор: Освальдо Мартин Издательство: ДМК Пресс Год: 2020 Формат: pdf Размер: 15 Мб Качество: Хорошее Язык: Русский
Эта книга, посвященная методике вероятностного программирования, научит вас создавать гибкие байесовские статистические модели в программном коде. Сочетание гибкого определения модели и механизма автоматического логического вывода предоставляет исследователю мощный инструмент для быстрого создания, анализа и постепенного усовершенствования новых статистических моделей. Вероятностное программирование делает статистическое моделирование доступным практически для всех, значительно снижая требования к уровню математической подготовки, позволяя создавать новые модели более простым методом и тратить на это меньше времени. Издание будет полезно всем специалистам по анализу данных, решающим нетривиальные задачи, связанные с вероятностными распределениями. |
Разместил: rivasss 16-01-2025, 06:51 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|