Marknadens största urval
Snabb leverans

Böcker utgivna av Packt Publishing Limited

Filter
Filter
Sortera efterSortera Populära
  • - A Modern Approach
    av David Taieb
    575,-

    Data Analysis with Python offers you an exciting new approach to data analysis that lets you work with the latest and most powerful Python tools, techniques, and open source libraries. Industry expert David Taieb shows you how to bridge data science and the power of programming and algorithms in Python, so you can work with complex algorithms, ...

  • - A beginner's guide to developing enterprise-grade decentralized applications
    av Xun (Brian) Wu & Weimin Sun
    449,-

    Blockchain technology is giving birth to new business models, inspiring communities to build economies on a decentralized network. This book will be your practical guide to get you up and running with concepts of building your very own Blockchain network. You will get a thorough understanding of how a decentralized network is built and deployed.

  • - Learn to use the Unix command-line tools and Bash shell scripting
    av Vivek Nagarajan
    479

    From the bash shell to the traditional UNIX programs, and from redirection and pipes to automating tasks, Command Line Fundamentals teaches you all you need to know about how command lines work.

  • - Discover how you can migrate from traditional deployments to serverless architectures with AWS
    av Mohit Gupta
    449,-

    Serverless Architectures with AWS teaches you how to build serverless applications on AWS-applications that do not require the developer to provision, scale, or manage any servers. Using an event-driven approach and AWS Lambda as the primary service, the book explains the many benefits of serverless architectures. By the end of the book, you ...

  • - A comprehensive guide to building computer vision and image processing applications with C++, 3rd Edition
    av David Millan Escriva & Roy Shilkrot
    605

    Mastering OpenCV, now in its third edition, targets computer vision engineers taking their first steps toward mastering OpenCV. Keeping the mathematical formulations to a solid but bare minimum, the book delivers complete projects from ideation to running code, targeting current hot topics in computer vision such as face recognition, landmark ...

  • - Fast-track your Odoo development skills to build powerful business applications, 4th Edition
    av Daniel Reis
    649,-

    Odoo 12 Development Essentials is a fast-paced guide, exploring all the new features that Odoo 12 offers to build and customize business applications. This will help you to develop your skills to build highly complex, more performant business applications in every domain you choose.

  • - Design data-intensive Application with Python 3
    av Saurabh Badhwar
    675

    Hands-On Enterprise Application Development with Python explains how Python has matured to become a suitable programming language to build robust applications that scale easily to manage the requirements of the enterprise. The book will explore features of Python 3.7, tested frameworks and tools and best programming practices for developing ...

  • - Develop RESTful web services or APIs with modern Python 3.7, 2nd Edition
    av Gaston C. Hillar
    649,-

    Python is the language of choice for millions of developers worldwide, due to its gentle learning curve as well as its vast applications in day-to-day programming. It serves the purpose of building great web services in the RESTful architecture. This second edition will show you the best tools you can use to build your own web services.

  • - Uncover patterns, derive actionable insights, and learn from big data using MLlib
    av Jillur Quddus
    465,-

    Machine Learning with Apache Spark provides a hands-on introduction to Big Data and Advanced Analytics. In a world driven by mass data creation and consumption, this book combines the latest scalable technologies with advanced analytical algorithms using real-world use-cases in order to derive actionable insights from Big Data in real-time.

  • - Master the complete predictive analytics process, from problem definition to model deployment
    av Alvaro Fuentes
    635,-

    This book will teach you all the processes you need to build a predictive analytics solution: understanding the problem, preparing datasets, exploring relationships, model building, tuning, evaluation, and deployment. You'll earn to use Python and its data analytics ecosystem to implement the main techniques used in real-world projects.

  • - Master Swift best practices to build modular applications for mobile, desktop, and server platforms
    av Giordano Scalzo, Florent Vilmart & Sergio De Simone
    649,-

    Swift is continuing to gain traction not only amongst mobile developers but also as a server-side language. This book demonstrates how to apply design patterns and best practices in real-life situations, for new or already existing projects. By the end of the book, you'll able to build applications that are scalable, faster and easier to maintain.

  • - Leverage Apache Kafka 2.0 to simplify real-time data processing for distributed applications
    av Raul Estrada
    449,-

    Learn how to use Apache Kafka for efficient processing of distributed applications. This book focuses on programming rather than configuration management of Kafka clusters or Dev Ops. Each chapter focuses on a practical aspect and tries to avoid the tedious theoretical sections. By the end of this book, you will be familiar with solving ...

  • - Easy solutions to common and everyday JavaScript development problems
    av Federico Kereki
    649,-

    JavaScript has evolved into a language that you can use on any platform. The Modern JavaScript Web Development Cookbook is a perfect blend of solutions for traditional JavaScript development and modern areas that developers have recently been exploring with JavaScript. This problem solving guide teaches you popular problems solving techniques ...

  • - Benefit from type systems to build reliable and safe applications using ReasonML 3
    av Kamon Ayeva & Yawar Amin
    509

    Type-Driven Development is an approach to programming that uses a static type system to achieve desirable attributes such as safety and efficiency. This book will cover Type-Driven Development and how to put the type system to use to check that your code is logically consistent.

  • - Learn Julia 1.x by building apps for data analysis, visualization, machine learning, and the web
    av Adrian Salceanu
    649,-

    Julia offers a unique combination of performance and productivity and promises to change scientific computing as well as generic programming. It has C-like execution speed with excellent applications in multi-core, GPU, and cloud computing. Julia Programming Projects explains all this with the support of Julia v1.0.

  • - Maximize storage efficiency, performance, and security using System Center LTSC and SAC releases
    av Charbel Nemnom & Patrick Lownds
    605

    System Center Data Protection Manager (SCDPM) is a robust enterprise backup and recovery system that contributes to your BCDR strategy by facilitating the backup and recovery of enterprise data. This book contains recipes that will help you upgrade to the latest SCDPM release and it covers the advanced features and functionalities.

  • - Manage your projects efficiently using the all-new Jira
    av Ravi Sagar
    449,-

    Jira is an issue tracker and project management system. With their latest release, the Jira team has now expanded their user base to agile teams as well as business teams. This book provides a comprehensive explanation covering all major components of Jira, including Jira Software, Jira Core, and Jira Service Desk.

  • - Develop clean Go code that is easier to read, maintain, and test
    av Corey Scott
    559,-

    This book will take you on a journey of refactoring existing code to adopt dependency injection using the various methods available in Go. You will gain knowledge of how and when to best leverage each technique to transform code into something simple and flexible.

  • - Your step-by-step guide to the fundamental of QGIS 3.4, 4th Edition
    av Andrew Cutts
    559,-

    QGIS 3.4 is a user-friendly open source geographic information system (GIS) that runs on Linux, Unix, Mac OS X, and Windows. The book will take you on a journey from firing up QGIS for the first time to developing your own processing pathway. We'll look at the fundamentals of GIS: data creation, data display, creating maps and spatial analysis.

  • - Explore high-performance parallel computing with CUDA
    av Dr. Brian Tuomanen
    595

    GPUs are designed for maximum throughput, but are subject to low-level subtleties. In contrast, Python is a high-level language that favours ease of use over speed. In this book, we will combine the power of both Python and CUDA to help you create high performing Python applications by using open-source libraries such as PyCUDA and SciKit-CUDA.

  • av Bostjan Kaluza
    559,-

  • - Monitor the performance of your network devices and applications using the all-new Zabbix 4.0, 3rd Edition
    av Rihards Olups & Patrik Uytterhoeven
    675

    Maintaining and deploying Zabbix can be very challenging when things don't work as expected. Problems in servers or any other systems if not efficiently detected can lead to multiple network issues. This book will help you get to grips with the fundamentals of Zabbix and teach you how to monitor your network with confidence and precision.

  • - Write clear, readable, and reliable tests with Selenium WebDriver 3
    av Pinakin Chaubal
    449,-

    Selenium WebDriver is a platform-independent API for automating testing of both browser and mobile applications. It is also a core technology in many other browser automation tools, APIs and frameworks. This book will guide you through the WebDriver APIs that are used in automation tests.

  • - Expert techniques to build scalable, reliable, and fault-tolerant database applications, 2nd Edition
    av Hans-Jurgen Schoenig
    525

    This book includes the newly introduced features in PostgreSQL 11, and shows you how to build better PostgreSQL applications, and administer your PostgreSQL database efficiently. You will master the advanced features of PostgreSQL and acquire the necessary skills to build efficient database solutions.

  • - Build smart AI applications using neural network methodologies across the healthcare vertical market
    av Eduonix Learning Solutions
    375,-

    Machine Learning in the healthcare domain is booming because of its abilities to provide accurate and stabilized techniques. This book is packed with new methodologies to create efficient solutions for healthcare analytics. We will build five end-to-end projects to evaluate the efficiency of AI apps to carry out simple-to-complex healthcare ...

  • - A performance engineer's guide to the continuous testing and monitoring of microservices
    av Dinesh Rajput
    449,-

    Microservices are the newest way of developing web applications. Once you've started down the microservice path, how do you make sure that your applications are still fully tested? This book focuses on the number of approaches for managing the additional testing complexity of multiple independently deployable components.

  • - Implement supervised, unsupervised, and reinforcement learning techniques using R 3.5
    av Dr. Sunil Kumar Chinnamgari
    559,-

    The purpose of the book is to help a machine learning practitioner gets hands-on experience in working with real-world data and apply modern machine learning algorithms. You will learn to implement each algorithm to a specific industry problem. It covers projects involving both supervised as well as unsupervised learning approaches.

  • - Manage and deploy the end-user computing infrastructure for your organization, 3rd Edition
    av Jason Ventresco
    709,-

    Implementing VMware Horizon 7.7, Third Edition will bring you up to speed with VMware Horizon 7.7 by showing you how to use many of its key features to deploy an end-user computing infrastructure in your own organization.

  • - Learn what goes on in the Dark Web, and how to work with it
    av Sion Retzkin
    449,-

    Understanding the history of the Deep Web, its current state, and its possible evolution, can help you, the reader; better understand the dangers and risks that exist out there. This book helps you access the Deep Web and the Dark Net and also protect yourself while browsing the Deep Web.

Gör som tusentals andra bokälskare

Prenumerera på vårt nyhetsbrev för att få fantastiska erbjudanden och inspiration för din nästa läsning.