Norges billigste bøker

Bøker utgitt av Packt Publishing Limited

Filter
Filter
Sorter etterSorter Populære
  • - Write complex and powerful code using the latest features of Python 3.7, 2nd Edition
    av Benjamin Baka & Dr. Basant Agarwal
    467

    Data structures help us to organize and align the data in a very efficient way. This book will surely help you to learn important and essential data structures through Python implementation for better understanding of the concepts.

  • - Start your journey to successful adoption of CD and DevOps, 3rd Edition
    av Paul Swartout
    414,-

    Continuous Delivery (CD) and DevOps are fast establishing themselves as the next big-ticket investment in the world of software delivery. Delivering quality software can be very painful and expensive. This book will help you demystify what it takes to effectively adopt Continuous Delivery (CD) and DevOps to add value and ease the pain.

  • - Build enterprise-grade, scalable Python web applications, 2nd Edition
    av Daniel Gaspar & Jack Stouffer
    467

    Flask is a popular Python framework known for its lightweight and modular design, so it's easy to transform it to the web framework that you need with few extensions without weighing it down. This guide will take you on a complete tour of Flask environment and lead you to build production-ready application.

  • - Build Android and iOS applications using TensorFlow Lite and Core ML
    av Karthikeyan NG
    467

    Machine learning on mobile devices is the next big thing. This book presents the implementation of 7 practical, real-world projects that will teach you how to leverage TensorFlow Lite and Core ML to perform efficient machine learning on a cross-platform mobile OS. You will get to work on image, text, and video datasets through these projects.

  • - An introduction to AI concepts, algorithms, and their implementation
    av Patrick D. Smith
    589,-

    This book will empower you to apply Artificial Intelligence techniques to design applications for natural language processing, robotics, and other real-world use-cases. You will be able to develop, debug, deploy and optimize intelligent AI systems for self-driving cars, game playing, and much more.

  • - 100 practical recipes on building scalable Python web apps with Django 2, 3rd Edition
    av Aidas Bendoraitis & Jake Kronika
    536,-

    Django is a framework designed to balance rapid web development with high performance. It handles high levels of user traffic and interaction, integrates with a variety of databases, and collects and processes data in real time. This book follows a task-based approach to guide you through developing with the Django 2.1 framework, starting with ...

  • - A comprehensive guide covering functional and reactive programming with Scala 2.13, Akka, and Lagom
    av Slava Schmidt
    536,-

    Today's Scala is quite different from its earlier versions. The second version of the language is more than twelve years old and has undergone multiple changes related to supported features and library implementation. This book addresses both technical and architectural changes by providing a comprehensive guide to the redesigned standard ...

  • - Build interactive 3D applications with JavaScript and WebGL 2 (OpenGL ES 3.0), 2nd Edition
    av Diego Cantor & Farhad Ghayour
    536,-

    This book is a complete course on computer graphics covering topics such as rendering, 3D math, lighting, cameras, and much more. It will be your trust-worthy companion in developing immersive experiences with WebGL, a hardware-accelerated technology in the browser without installing additional software.

  • - Learn end-to-end web development with leading frontend frameworks, such as Angular, React, and Vue
    av Shay Friedman, Tamir Dresher & Amir Zuker
    536,-

    In this book, you'll build a complete system with both back-end and front-end products, including ASP.NET Core, Entity Framework, TypeScript, Angular, React, Vue, and Azure. This book covers more than just implementation, as you gain additional knowledge in more relevant areas, including deployment, monitoring, and debugging.

  • - The ultimate solution for passing the CCNA certification and boosting your networking career
    av Lazaro (Laz) Diaz
    467

    Cisco Certified Network Associate (CCNA) Routing and Switching is one of the most important certificates in order to stay up-to-date with networking skills. This Certification Guide covers everything you need to know in order to pass the CCNA Routing and Switching 200-125.

  • - Architecting, developing, and deploying the Azure way
    av Greg Leonardo
    414,-

    Building and running your solutions on Azure helps the business maximize your return on investment and minimize their total cost of ownership. This book will arm you with all the tools and knowledge you need to properly plan and build your solution on Azure, whether it's a brand-new project or a migration project.

  • - Practical recipes to help you master web penetration testing with Burp Suite
    av Sunny Wear
    536,-

    The purpose of the Burp Suite Cookbook is to provide web application penetration testers with hands-on examples of how to use Burp Suite to perform web assessments. The book gives detailed screenshots demonstrating how to perform various attacks in Burp including Cross-site Scripting (XSS), SQL Injection, Cross-site Request Forgery, XML ...

  • - Implement probabilistic models for learning complex data sequences using the Python ecosystem
    av Abinash Panda & Ankur Ankan
    473,-

    This book will help you become familiar with HMMs and different inference algorithms by working on real-world problems. You will start with an introduction to the basic concepts of Markov chains, Markov processes and then delve deeper into understanding hidden Markov models and its types using practical examples.

  • - Build scalable blockchain applications with privacy, interoperability, and permissioned features
    av Narayan Prusty
    473,-

    This book will help you build real-world decentralized blockchain applications highlighting the principles of peer-to-peer systems, smart contracts, interoperability, privacy and more. You will be aware of the process flow and the growing company needs so you can incorporate and scale them in your own enterprise

  • - Building, testing, and packaging modular software with modern CMake
    av Radovan Bast & Roberto Di Remigio
    648,-

    This book will provide you with practical recipes to manage the build system using CMake. You will be taken through a series of task-based examples that demonstrate how to employ the CMake toolbox to build portable and modular code and to minimize the code complexity of the build infrastructure.

  • av Joshua F. Wiley
    467

  • - A guide to exploring decentralized blockchain application development
    av Samanyu Chopra, Brenn Hill & Paul Valencourt
    473,-

    This book applies the core principles and ideas of Blockchain in your existing applications. You will understand the key areas of Blockchain architecture along with the challenges faced with an easy-to-follow guide. You will not only be able to solve current and future problems around Blockchain but also build efficient decentralized applications.

  • - Build enterprise-ready scalable applications with architectural design patterns
    av Rhuan Rocha & Joao Purificacao
    534,-

    Java EE Design Patterns help developers attain better code quality and develop architectural creativity by examining the purpose of each pattern and demonstrating its implementation with various code examples. This book will teach you various patterns and their Java EE specific implementations

  • - Your stepping stone to penetration testing
    av Zaid Sabih
    605,-

    This book is designed to help you learn the basics, it assumes that you have no prior knowledge in hacking, and by the end of it you'll be at a high intermediate level being able launch attacks and hack computer systems just like black-hat hackers do, not only that but you'll also learn how to secure systems from these attacks.

  • - Add powerful neural network capabilities to your C# enterprise applications
    av Matt R. Cole
    467

    This book will give you a complete walkthrough of the process of developing basic to advanced practical examples based on neural networks with C#. From simple perceptrons through GRU's, you'll learn to understand and implement these technologies using the concepts you've learned. Explore methods to optimize and adapt neural networks in real time.

  • - Proven techniques and patterns for efficient native mobile development with JavaScript
    av Mateusz Grzesiukiewicz
    467

    React Native has changed the mobile business by enabling JavaScript developers to write cross-platform native codes conveniently. This book focuses on effective design patterns in React Native with real-life examples. The end goal is to help readers with techniques and patterns to make React Native development easy and efficient.

  • - Learn to program in Java with data structures, algorithms, and logic
    av Nick Samoylov
    467

    Have you ever thought about learning how to make your computer do what you want it to do? Do you want to learn to program but just don't know where to start? Have all other learning resources got you confused with over explanations, rather than walking you in the right direction? Don't worry, you have to look no further. Written by not just an ...

  • - Build cross-platform apps and dynamic web services with this server-side web application framework
    av Mugilan T. S. Ragupathi & Onur Gumus
    473,-

    ASP.NET has several advantages such as easy deployment of applications, capability to build large applications with very little code, built-in caching features, and much more. We begin your adventure with an introduction to web and ASP.NET Core applications. Then, we learn about controllers, views, and models. You also learn about routing, how ...

  • - Integrate SQL Server with data science
    av Dejan Sarka
    473,-

    SQL Server started to fully support data science only with its last two editions. If you are a professional from both worlds, SQL Server and data science, and interested in using SQL Server and Machine Learning Services for their projects, then this is the ideal book for you.

  • - Understanding blockchain and Bitcoin architecture to build decentralized applications
    av Kirankalyan Kulkarni
    356,-

    Blockchain and Bitcoin are currently the talk of the town. This book will start with an introduction to the fundamental concepts of Blockchain and it will take you through its various features and challenges. By the end of this book, you will learn to implement the Blockchain technology for securing your cryptocurrency.

  • - Design and manage software projects using the Agile methodology
    av David Harned
    429,-

    Agile development approach helps you effectively collaborate on a development project. This administrator's guide will help you implement this methodology using JIRA. It will enable you to work with issues and build reports that leads to efficient project management.

  • - Core features to get you ready for developing applications
    av Marko Devcic
    414,-

    Kotlin is a general purpose, object-oriented language that primarily targets the JVM and Android. Intended to be a better alternative to Java, its main goals are high interoperability with Java and increased developer productivity. Kotlin is still a new language and this book will help you to learn the core Kotlin features and get your ready ...

  • - Build robotic projects using Johnny-Five and control hardware with JavaScript and Raspberry Pi
    av Kassandra Perch
    467

    There has been a rapid increase in the use of JavaScript around embedded devices programming. This book helps you explore the popular Johnny-Five library, which you can integrate with conventional boards like Raspberry Pi 3 to build exciting robots.

  • - A practical guide to applying deep learning architectures to your NLP applications
    av Rajalingappaa Shanmugamani & Rajesh Arumugam
    467

    This book teaches you to leverage deep learning models in performing various NLP tasks along with showcasing the best practices in dealing with the NLP challenges. The book equips you with practical knowledge to implement deep learning in your linguistic applications using NLTk and Python's popular deep learning library, TensorFlow.

  • - Leverage the power of Scala for building data-driven and high-performant projects
    av Ilango gurusamy
    589,-

    Scala is a multipurpose programming language, especially for analyzing large datasets without impacting the application performance. Its functional libraries can interact with databases and build scalable frameworks that create robust data pipelines. This book showcases how you can use Scala and its constructs to meet specific project demands.

Gjør som tusenvis av andre bokelskere

Abonner på vårt nyhetsbrev og få rabatter og inspirasjon til din neste leseopplevelse.