Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2020
ISBN 10: 1838981950 ISBN 13: 9781838981952
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 30,35
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Learn Django 3 with four end-to-end web projects Key Features Learn Django 3 by building real-world web applications from scratch in Python, using coding best practices Integrate other technologies into your application with clear, step-by-step explanations and comprehensive example code Implement advanced functionalities like a full-text search engine, a user activity stream, or a recommendation engine Add real-time features with Django Channels and WebSockets Book DescriptionIf you want to learn the entire process of developing professional web applications with Python and Django, then this book is for you. In the process of building four professional Django projects, you will learn about Django 3 features, how to solve common web development problems, how to implement best practices, and how to successfully deploy your applications. In this book, you will build a blog application, a social image bookmarking website, an online shop, and an e-learning platform. Step-by-step guidance will teach you how to integrate popular technologies, enhance your applications with AJAX, create RESTful APIs, and set up a production environment for your Django projects. By the end of this book, you will have mastered Django 3 by building advanced web applications. What you will learn Build real-world web applications Learn Django essentials, including models, views, ORM, templates, URLs, forms, and authentication Implement advanced features such as custom model fields, custom template tags, cache, middleware, localization, and more Create complex functionalities, such as AJAX interactions, social authentication, a full-text search engine, a payment system, a CMS, a RESTful API, and more Integrate other technologies, including Redis, Celery, RabbitMQ, PostgreSQL, and Channels, into your projects Deploy Django projects in production using NGINX, uWSGI, and Daphne Who this book is forThis book is intended for developers with Python knowledge who wish to learn Django in a pragmatic way. Perhaps you are completely new to Django, or you already know a little but you want to get the most out of it. This book will help you to master the most relevant areas of the framework by building practical projects from scratch. You need to have familiarity with programming concepts in order to read this book. Some previous knowledge of HTML and JavaScript is assumed. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, Birmingham, 2022
ISBN 10: 1803234679 ISBN 13: 9781803234670
Anbieter: Grand Eagle Retail, Bensenville, IL, USA
Paperback. Zustand: new. Paperback. Get up and running with Roblox environment and Luau programming basics to build and share your gamesIncludes an exclusive invite to join the online Roblox game development communityKey Features* Begin coding in Luau: build player avatars, battlefields, game physics, countdown timers, a nd more* Learn tips, tricks, best practices, and advanced Roblox coding techniques for game creation* Join the Roblox coding bookclub to discuss queries, provide solutions, and ask Zander for advice on Roblox gamingBook DescriptionRoblox is a huge entertainment platform like no other for both playing and creating games. With over 200 million monthly active users, Roblox has enabled new and experienced developers to create successful games, often called experiences, that can be played globally at no cost.Coding Roblox Games Made Easy, 2nd edition builds a solid foundation of concepts you need to embark on the journey of building 3 games in Roblox in an increasing order of complexity.Create obstacles and traps for an Obby and overcome them to win the game alongside other players and earn rewards.In the next game, manage player avatars, their weapons, a battlefield, add programming logic for the players to find their weapons and fight, with a reward for the last player standing.Take your game development skills to another level, building a multi-player game. Add a timer for players to locate items to escape while Granny hunts for each player to eliminate all of them before the time ends.Finally, you'll delve into the logistics of game production, focusing on optimizing your games' performance by implementing impressive mechanics, monetization, and marketing practices. We also discuss how metaverse is set to change the dynamics of user experience and what the future holds for Roblox game developers.Let's create and share experiences through play!What you will learn* Understand how to use Roblox Studio and other free resources* Learn coding in Luau: basics, game systems, physics manipulation, etc.* Test, evaluate, and redesign to create bug-free and engaging games* Use Roblox programming and rewards to make your first game* Move from lobby to battleground, build avatars, locate weapons to fight* Character selection, countdown timers, locate escape items, assign rewards* Master the 3 Ms: Mechanics, Monetization, Marketing (and Metaverse)Who This Book Is ForGet started with building your first game on the Roblox platform. This book is for anyone interested in learning the fundamentals of Luau programming and Roblox Studio and needs direction to build and share games. If you're already familiar with Roblox and are looking for tips, tricks, and the best Roblox and Luau practices for efficient development, you'll find this book helpful.The book requires no prior knowledge of game development. Coding Roblox Games Made Easy, 2nd edition builds a solid foundation of concepts you need to embark on the journey of building 3 games in Roblox in an increasing order of complexity. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Sprache: Englisch
Verlag: Packt Publishing Limited, Birmingham, 2019
ISBN 10: 183864413X ISBN 13: 9781838644130
Anbieter: Grand Eagle Retail, Bensenville, IL, USA
Paperback. Zustand: new. Paperback. Use PySpark to easily crush messy data at-scale and discover proven techniques to create testable, immutable, and easily parallelizable Spark jobsKey FeaturesWork with large amounts of agile data using distributed datasets and in-memory cachingSource data from all popular data hosting platforms, such as HDFS, Hive, JSON, and S3Employ the easy-to-use PySpark API to deploy big data Analytics for productionBook DescriptionApache Spark is an open source parallel-processing framework that has been around for quite some time now. One of the many uses of Apache Spark is for data analytics applications across clustered computers. In this book, you will not only learn how to use Spark and the Python API to create high-performance analytics with big data, but also discover techniques for testing, immunizing, and parallelizing Spark jobs.You will learn how to source data from all popular data hosting platforms, including HDFS, Hive, JSON, and S3, and deal with large datasets with PySpark to gain practical big data experience. This book will help you work on prototypes on local machines and subsequently go on to handle messy data in production and at scale. This book covers installing and setting up PySpark, RDD operations, big data cleaning and wrangling, and aggregating and summarizing data into useful reports. You will also learn how to implement some practical and proven techniques to improve certain aspects of programming and administration in Apache Spark.By the end of the book, you will be able to build big data analytical solutions using the various PySpark offerings and also optimize them effectively.What you will learnGet practical big data experience while working on messy datasetsAnalyze patterns with Spark SQL to improve your business intelligenceUse PySpark's interactive shell to speed up development timeCreate highly concurrent Spark programs by leveraging immutabilityDiscover ways to avoid the most expensive operation in the Spark API: the shuffle operationRe-design your jobs to use reduceByKey instead of groupByCreate robust processing pipelines by testing Apache Spark jobsWho this book is forThis book is for developers, data scientists, business analysts, or anyone who needs to reliably analyze large amounts of large-scale, real-world data. Whether you're tasked with creating your company's business intelligence function or creating great data platforms for your machine learning models, or are looking to use code to magnify the impact of your business, this book is for you. In this book, you'll learn to implement some practical and proven techniques to improve aspects of programming and administration in Apache Spark. Techniques are demonstrated using practical examples and best practices. You will also learn how to use Spark and its Python API to create performant analytics with large-scale data. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2020
ISBN 10: 183898609X ISBN 13: 9781838986094
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 25,55
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Get a 360-degree view of the Salesforce platform and learn how to use it for sales, service, marketing, and automating business processes. Key Features Understand how to use core Salesforce objects for maximum efficiency Build various dashboards and reports to analyze results and improve visibility in your business processes Learn the basics of Salesforce administration and mobile app set up Book DescriptionSalesforce is the world's leading Customer Relationship Management (CRM) software, helping businesses connect with their constituents and partners. This book will give you a comprehensive introduction to managing sales, marketing, customer relationships, and overall administration for your organization. You'll learn how to configure and use Salesforce for maximum efficiency and return on investment. You'll start by learning how to create activities, manage leads, and develop your prospects and sales pipeline using opportunities and accounts, and then understand how you can enhance marketing activities using campaigns. Packed with real-world business use cases, this Salesforce book will show you how to analyze your business information accurately to make productive decisions. As you advance, you'll get to grips with building various reports and dashboards in Salesforce to derive valuable business insights. Finally, you'll explore tools such as process builder, approval processes, and assignment rules to achieve business process automation and set out on the path to becoming a successful Salesforce Administrator. By the end of the book, you'll have learned how to use Salesforce effectively to achieve your business goals. What you will learn Understand the difference between Salesforce Lightning and Salesforce Classic Create and manage leads in Salesforce Explore business development with accounts and contacts in Salesforce Find out how stages and sales processes help you manage your opportunity pipeline Achieve marketing goals using Salesforce campaigns Perform business analysis using reports and dashboards Gain a high-level overview of the items in the administration section Grasp the different aspects needed to build an effective and flexible Salesforce security model Who this book is forIf you're new to Salesforce and want to learn it from scratch, this book is for you. No prior knowledge of Salesforce is required to get started with this book. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2020
ISBN 10: 1800564244 ISBN 13: 9781800564244
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 23,24
Anzahl: 3 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Learn IT security essentials and prepare for the Security+ exam with this CompTIA exam guide, complete with additional online resources-including flashcards, PBQs, and mock exams-at securityplus.training Key Features Written by Ian Neil, one of the world's top CompTIA Security+ trainers Test your knowledge of cybersecurity jargon and acronyms with realistic exam questions Learn about cryptography, encryption, and security policies to deliver a robust infrastructure Book DescriptionThe CompTIA Security+ certification validates the fundamental knowledge required to perform core security functions and pursue a career in IT security. Authored by Ian Neil, a world-class CompTIA certification trainer, this book is a best-in-class study guide that fully covers the CompTIA Security+ 601 exam objectives. Complete with chapter review questions, realistic mock exams, and worked solutions, this guide will help you master the core concepts to pass the exam the first time you take it. With the help of relevant examples, you'll learn fundamental security concepts from certificates and encryption to identity and access management (IAM). As you progress, you'll delve into the important domains of the exam, including cloud security, threats, attacks and vulnerabilities, technologies and tools, architecture and design, risk management, cryptography, and public key infrastructure (PKI). You can access extra practice materials, including flashcards, performance-based questions, practical labs, mock exams, key terms glossary, and exam tips on the author's website at securityplus.training. By the end of this Security+ book, you'll have gained the knowledge and understanding to take the CompTIA exam with confidence.What you will learn Master cybersecurity fundamentals, from the CIA triad through to IAM Explore cloud security and techniques used in penetration testing Use different authentication methods and troubleshoot security issues Secure the devices and applications used by your company Identify and protect against various types of malware and viruses Protect yourself against social engineering and advanced attacks Understand and implement PKI concepts Delve into secure application development, deployment, and automation Who this book is forIf you want to take and pass the CompTIA Security+ SY0-601 exam, even if you are not from an IT background, this book is for you. You'll also find this guide useful if you want to become a qualified security professional. This CompTIA book is also ideal for US Government and US Department of Defense personnel seeking cybersecurity certification. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1783284579 ISBN 13: 9781783284573
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 20,57
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. This book is a practical tutorial, packed with realworld case studies to help you design models that print right the first time. If you are familiar with SketchUp and want to print the models you've designed, then this book is ideal for you. You don't need any experience in 3D printing; however, SketchUp beginners will require a companion book or video training series to teach them the basic SketchUp skills. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1849691444 ISBN 13: 9781849691444
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 11,45
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. This book follows an informal, demystifying approach to the world of game development with the Unity game engine. With no prior knowledge of game development or 3D required, you will learn from scratch, taking each concept at a time working up to a full 3D mini-game. You'll learn scripting with C# or JavaScript and master the Unity development environment with easy-to-follow stepwise tasks. If you're a designer or animator who wishes to take their first steps into game development or prototyping, or if you've simply spent many hours sitting in front of video games, with ideas bubbling away in the back of your mind, Unity and this book should be your starting point. No prior knowledge of game production is required, inviting you to simply bring with you a passion for making great games. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2021
ISBN 10: 1800208723 ISBN 13: 9781800208728
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 9,87
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Develop modern web UIs quickly with server-side Blazor and Blazor WebAssembly Key Features Create and deploy a production-ready Blazor application from start to finish Learn Blazor fundamentals, gain actionable insights, and discover best practices Find out how, when, and why to use server-side Blazor and Blazor WebAssembly Book DescriptionBlazor is an essential tool if you want to build interactive web apps without JS, but it comes with its own learning curve. Web Development with Blazor will help you overcome most common challenges developers face when getting started with Blazor and teach you the best coding practices. Youll start by learning how to leverage the power of Blazor and explore the full capabilities of both Blazor Server and Blazor WebAssembly. Then youll move on to the practical part, which is centred around a sample project a blog engine. This is where youll apply all your newfound knowledge about creating Blazor Server and Blazor WebAssembly projects, the inner working of Razor syntax, and validating forms, as well as creating your own components. Youll learn all the key concepts involved in web development with Blazor, which youll also be able to put into practice straight away. By showing you how all the components work together practically, this book will help you avoid some of the common roadblocks that novice Blazor developers face and inspire you to start experimenting with Blazor on your other projects. When you reach the end of this Blazor book, you'll have gained the confidence you need to create and deploy production-ready Blazor applications.What you will learn Understand the different technologies that can be used with Blazor, such as Blazor Server and Blazor WebAssembly Find out how to build simple and advanced Blazor components Explore the differences between Blazor Server and Blazor WebAssembly projects Discover how Entity Framework works and build a simple API Get up to speed with components and find out how to create basic and advanced components Explore existing JavaScript libraries in Blazor Use techniques to debug your Blazor Server and Blazor WebAssembly applications Test Blazor components using bUnit Who this book is forIf youre a .NET web or software developer who wants to build web UIs using C#, then this book is for you. Youll need intermediate-level web-development skills and basic knowledge of C# before you get started; the book will guide you through the rest. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1849511268 ISBN 13: 9781849511261
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 9,43
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. The book begins with the very foundations of OOP and then uses practical examples to show how to correctly implement Object Oriented Programming in Python. Many examples are taken from real-world projects. The book focuses on high-level design as well as the gritty details of the Python syntax. The provided exercises inspire the reader to think about his or her own code, rather than providing solved problems. If you're new to Object Oriented Programming techniques, or if you have basic Python skills and wish to learn in depth how and when to correctly apply Object Oriented Programming in Python, this is the book for you. If you are an object-oriented programmer for other languages, you too will find this book a useful introduction to Python, as it uses terminology you are already familiar with. Python 2 programmers seeking a leg up in the new world of Python 3 will also find the book beneficial, and you need not necessarily know Python 2. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1787125939 ISBN 13: 9781787125933
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 9,24
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Unlock modern machine learning and deep learning techniques with Python by using the latest cutting-edge open source Python libraries. About This Book Second edition of the bestselling book on Machine Learning A practical approach to key frameworks in data science, machine learning, and deep learning Use the most powerful Python libraries to implement machine learning and deep learning Get to know the best practices to improve and optimize your machine learning systems and algorithms Who This Book Is For If you know some Python and you want to use machine learning and deep learning, pick up this book. Whether you want to start from scratch or extend your machine learning knowledge, this is an essential and unmissable resource. Written for developers and data scientists who want to create practical machine learning and deep learning code, this book is ideal for developers and data scientists who want to teach computers how to learn from data. What You Will Learn Understand the key frameworks in data science, machine learning, and deep learning Harness the power of the latest Python open source libraries in machine learning Explore machine learning techniques using challenging real-world data Master deep neural network implementation using the TensorFlow library Learn the mechanics of classification algorithms to implement the best tool for the job Predict continuous target outcomes using regression analysis Uncover hidden patterns and structures in data with clustering Delve deeper into textual and social media data using sentiment analysis In Detail Machine learning is eating the software world, and now deep learning is extending machine learning. Understand and work at the cutting edge of machine learning, neural networks, and deep learning with this second edition of Sebastian Raschka's bestselling book, Python Machine Learning. Thoroughly updated using the latest Python open source libraries, this book offers the practical knowledge and techniques you need to create and contribute to machine learning, deep learning, and modern data analysis. Fully extended and modernized, Python Machine Learning Second Edition now includes the popular TensorFlow deep learning library. The scikit-learn code has also been fully updated to include recent improvements and additions to this versatile machine learning library. Sebastian Raschka and Vahid Mirjalili's unique insight and expertise introduce you to machine learning and deep learning algorithms from scratch, and show you how to apply them to practical industry challenges using realistic and interesting examples. By the end of the book, you'll be ready to meet the new data analysis opportunities in today's world. If you've read the first edition of this book, you'll be delighted to find a new balance of classical ideas and modern insights into machine learning. Every chapter has been critically updated, and there are new chapters on key technologies. You'll be able to learn and work with TensorFlow more deeply than ever before, and get essential coverage of the Keras neural network library, along with the most recent updates to scikit-learn. Style and Approach Python Machine Learning Second Edition takes a practical, hands-on coding approach so you can learn about machine learning by coding with Python. This book moves fluently between the theoretical principles of machine learning and the practical details of implementation with Python. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1783555130 ISBN 13: 9781783555130
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 14,23
Anzahl: 3 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Unlock deeper insights into Machine Leaning with this vital guide to cutting-edge predictive analytics About This Book Leverage Python's most powerful open-source libraries for deep learning, data wrangling, and data visualization Learn effective strategies and best practices to improve and optimize machine learning systems and algorithms Ask and answer tough questions of your data with robust statistical models, built for a range of datasets Who This Book Is For If you want to find out how to use Python to start answering critical questions of your data, pick up Python Machine Learning whether you want to get started from scratch or want to extend your data science knowledge, this is an essential and unmissable resource. What You Will Learn Explore how to use different machine learning models to ask different questions of your data Learn how to build neural networks using Keras and Theano Find out how to write clean and elegant Python code that will optimize the strength of your algorithms Discover how to embed your machine learning model in a web application for increased accessibility Predict continuous target outcomes using regression analysis Uncover hidden patterns and structures in data with clustering Organize data using effective pre-processing techniques Get to grips with sentiment analysis to delve deeper into textual and social media data In Detail Machine learning and predictive analytics are transforming the way businesses and other organizations operate. Being able to understand trends and patterns in complex data is critical to success, becoming one of the key strategies for unlocking growth in a challenging contemporary marketplace. Python can help you deliver key insights into your data its unique capabilities as a language let you build sophisticated algorithms and statistical models that can reveal new perspectives and answer key questions that are vital for success. Python Machine Learning gives you access to the world of predictive analytics and demonstrates why Python is one of the world's leading data science languages. If you want to ask better questions of data, or need to improve and extend the capabilities of your machine learning systems, this practical data science book is invaluable. Covering a wide range of powerful Python libraries, including scikit-learn, Theano, and Keras, and featuring guidance and tips on everything from sentiment analysis to neural networks, you'll soon be able to answer some of the most important questions facing you and your organization. Style and approach Python Machine Learning connects the fundamental theoretical principles behind machine learning to their practical application in a way that focuses you on asking and answering the right questions. It walks you through the key elements of Python and its powerful machine learning libraries, while demonstrating how to get to grips with a range of statistical models. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2020
ISBN 10: 1838643419 ISBN 13: 9781838643416
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 31,26
Anzahl: 3 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Gain the expertise you need to build custom application frameworks and responsive and visually appealing user interfaces with WPF, C#, and .NET Key Features Discover a smarter way of working with WPF using the MVVM software architectural pattern Create your own lightweight application framework to build your future applications upon Understand data binding and learn how to use it in an application Book DescriptionMicrosoft Windows Presentation Foundation (WPF) provides several libraries and APIs for developers to create engaging user experiences. This book features a wide range of simple through to complex examples to demonstrate how to develop enterprise-grade applications for Windows desktop with WPF. This updated second edition of Mastering Windows Presentation Foundation starts by covering the benefits of using the Model-View-ViewModel (MVVM) software architectural pattern with WPF, before guiding you through debugging your WPF apps. The book will then take you through the application architecture and building the foundation layer for your apps. As you advance, you'll get to grips with data binding, explore the various built-in WPF controls, and customize them to suit your requirements. You'll learn how to create custom controls to meet your needs when the built-in functionality is not enough. You'll also learn how to enhance your applications using practical animations, stunning visuals, and responsive data validation. To ensure that your app is not only interactive but also efficient, you'll focus on improving application performance, and finally, discover the different methods for deploying your applications. By the end of this book, you'll be proficient in using WPF for developing efficient yet robust user interfaces. What you will learn Discover MVVM and how it assists development with WPF Implement your own custom application framework Become proficient with Data Binding Understand how to adapt the built-in controls Get up to speed with animations Implement responsive data validation Create visually appealing user interfaces Improve application performance Learn how to deploy your applications Who this book is forThis Windows book is for developers with basic to intermediate-level knowledge of Windows Presentation Foundation and for those interested in simply enhancing their WPF skills. If you're looking to learn more about application architecture and designing user interfaces in a visually appealing manner, you'll find this book useful. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, Birmingham, 2010
ISBN 10: 184969074X ISBN 13: 9781849690744
Anbieter: West With The Night, Tucson, AZ, USA
Hard cover. 324 p. Audience: Professional and scholarly. Very good. Light shelfwear, po name on cover.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2020
ISBN 10: 1838824987 ISBN 13: 9781838824983
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 29,55
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Written by the core development team of JHipster and fully updated for JHipster 6, Java 11, and Spring Boot 2.1, this book will show you how to build modern web applications with real-world examples and best practices Key Features Build full stack applications with modern JavaScript frameworks such as Angular, React, and Vue.js Explore the JHipster microservices stack, which includes Spring Cloud, Netflix OSS, and the Elastic Stack Learn advanced local and cloud deployment strategies using Docker and Kubernetes Book DescriptionJHipster is an open source development platform that allows you to easily create web apps and microservices from scratch without spending time on wiring and integrating different technologies. Updated to include JHipster 6, Java 11, Spring Boot 2.1, Vue.js, and Istio, this second edition of Full Stack Development with JHipster will help you build full stack applications and microservices seamlessly. You'll start by understanding JHipster and its associated tools, along with the essentials of full stack development, before building a monolithic web app. You'll then learn the JHipster Domain Language (JDL) with entity modeling using JDL-Studio. With this book, you'll create production-ready web apps using Spring Boot, Spring Framework, Angular, and Bootstrap, and run tests and set up continuous integration pipelines with Jenkins. As you advance, you'll learn how to convert your monoliths to microservices and how to package your application for production with various deployment options, including Heroku and Google Cloud. You'll also learn about Docker and Kubernetes, along with an introduction to the Istio service mesh. Finally, you'll build your client-side with React and Vue.js and discover JHipster's best practices. By the end of the book, you'll be able to leverage the best tools available to build modern web apps. What you will learn Create full stack apps from scratch using the latest features of JHipster 6 and Spring Boot 2.1 Build business logic by creating and developing entity models using JDL Understand how to convert a monolithic architecture into a full-fledged microservices architecture Build and package your apps for production using Docker Deploy your application to Google Cloud with Kubernetes Create continuous integration/continuous delivery pipelines with Jenkins Create applications using Angular, React, and Vue.js client-side frameworks Who this book is forThis book is for full stack developers who want to build web applications and microservices speedily without writing a lot of boilerplate code. If youre a backend developer looking to learn full stack development with JavaScript frameworks and libraries such as Angular, React, and Vue.js, youll find this book useful. Experience in building Java web applications is required. Some exposure to the Spring Framework would be beneficial but not necessary to get the most out of this book. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1849517762 ISBN 13: 9781849517768
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 28,73
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. This book will provide you with step-by-step instructions to get started with Mahara and create an impressive electronic portfolio. The book is packed with many useful examples and screenshots for easy and quick learning. Pick up this book if you want to get started with Mahara. This book is for you if: You are an employee, student or other type of learner wanting to maintain online documentation of your projects and share it with a particular assessor/CPD Manager/teacher/trainer for feedback. You are a teacher or mentor wanting to set up an e-portfolio for your students or employees in order to encourage and advance personalized and reflective learning. You are a professional wanting to share your journals and project documents with your team by sharing your existing knowledge and creating new knowledge in communities of professional practice. You are a human resources professional who wants a software application which will enable your team to generate, capture and transfer tacit knowledge. No previous experience of Mahara is required. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, Birmingham, 2018
ISBN 10: 1789531705 ISBN 13: 9781789531701
Anbieter: Grand Eagle Retail, Bensenville, IL, USA
Paperback. Zustand: new. Paperback. Enhance your data analysis and predictive modeling skills using popular Python toolsKey FeaturesCover all fundamental libraries for operation and manipulation of Python for data analysisImplement real-world datasets to perform predictive analytics with PythonAccess modern data analysis techniques and detailed code with scikit-learn and SciPyBook DescriptionPython is one of the most common and popular languages preferred by leading data analysts and statisticians for working with massive datasets and complex data visualizations.Become a Python Data Analyst introduces Pythons most essential tools and libraries necessary to work with the data analysis process, right from preparing data to performing simple statistical analyses and creating meaningful data visualizations.In this book, we will cover Python libraries such as NumPy, pandas, matplotlib, seaborn, SciPy, and scikit-learn, and apply them in practical data analysis and statistics examples. As you make your way through the chapters, you will learn to efficiently use the Jupyter Notebook to operate and manipulate data using NumPy and the pandas library. In the concluding chapters, you will gain experience in building simple predictive models and carrying out statistical computation and analysis using rich Python tools and proven data analysis techniques.By the end of this book, you will have hands-on experience performing data analysis with Python.What you will learnExplore important Python libraries and learn to install Anaconda distributionUnderstand the basics of NumPyProduce informative and useful visualizations for analyzing dataPerform common statistical calculationsBuild predictive models and understand the principles of predictive analyticsWho this book is forBecome a Python Data Analyst is for entry-level data analysts, data engineers, and BI professionals who want to make complete use of Python tools for performing efficient data analysis. Prior knowledge of Python programming is necessary to understand the concepts covered in this book Become a Python Data Analyst book introduces you to the mainstream libraries of Pythons Data Science stack. With proven examples and real-world datasets, this book teaches how to effectively perform data manipulation, visualize and analyze data patterns and brings you to the ladder of advanced topics like Predictive Analytics. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1849693226 ISBN 13: 9781849693226
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 28,17
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Good. This book is filled with examples explaining the theoretical concepts behind them. Filled with ample screenshots, diagrams, and final rendered images, this book will help readers develop an understanding of photographic rendering with VRay. If you are a SketchUp user who would love to turn your favourite modelling application into a virtual photography studio, then this book has been designed and written for you. Existing VRay users will also find plenty to enjoy and benefit from in this book. Some basic experience with SketchUp and familiarity with photography will be helpful, but is not mandatory. The book has been read but remains in clean condition. All pages are intact and the cover is intact. Some minor wear to the spine.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2018
ISBN 10: 1789610257 ISBN 13: 9781789610253
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 25,99
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Start developing modern day component based web apps using React 16, Redux and TypeScript 3 with this easy to follow guide filled with practical examples. Key Features Learn the latest and core features of React such as components, React Router, and suspense Dive into TypeScript 3 and it`s core components such as interfaces, types aliases, tuples, generics and much more. Build small-to-large scale single page applications with React, Redux, GraphQL and TypeScript Book DescriptionReact today is one of the most preferred choices for frontend development. Using React with TypeScript enhances development experience and offers a powerful combination to develop high performing web apps. In this book, youll learn how to create well structured and reusable react components that are easy to read and maintain by leveraging modern web development techniques. We will start with learning core TypeScript programming concepts before moving on to building reusable React components. You'll learn how to ensure all your components are type-safe by leveraging TypeScript's capabilities, including the latest on Project references, Tuples in rest parameters, and much more. You'll then be introduced to core features of React such as React Router, managing state with Redux and applying logic in lifecycle methods. Further on, you'll discover the latest features of React such as hooks and suspense which will enable you to create powerful function-based components. You'll get to grips with GraphQL web API using Apollo client to make your app more interactive. Finally, you'll learn how to write robust unit tests for React components using Jest. By the end of the book, you'll be well versed with all you need to develop fully featured web apps with React and TypeScript. What you will learn Gain a first-hand experience of TypeScript and its productivity features Transpile your TypeScript code into JavaScript for it to run in a browser Learn relevant advanced types in TypeScript for creating strongly typed and reusable components Create stateful function-based components that handle lifecycle events using hooks Get to know what GraphQL is and how to work with it by executing basic queries to get familiar with the syntax Become confident in getting good unit testing coverage on your components using Jest Who this book is forThe ideal target audience for this book are web developers who want to get started with creating modern day web apps with React and TypeScript.You are expected to have a basic understanding of JavaScript and HTML programming. No prior knowledge of TypeScript and React is needed. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, Birmingham, United Kingdom, 2013
ISBN 10: 1849694788 ISBN 13: 9781849694780
Anbieter: L. Michael, North Hollywood, CA, USA
Erstausgabe
Soft cover. Zustand: Near Fine. Near Fine/, 2013 (illustrator). 1st Edition. Near Fine/, $32.77 9781849694780 MASTERING ADOBE PREMIERE PRO CS6 HOTSHOT. Take your video editing skills to new and exciting levels with eight fantastic projects. EKERT, Paul Packt Publishing Limited Birmingham, United Kingdom 2013 1sT Edition Tall Wide S/c. Glossy Black With A Red Bottom Piece, Spine And Title In Red And White Letters, Soft Cover Book: Near Fine/, Slight Shelf, Edge And Corner Wear. 269 Numbered Pages Printed On White Paper, Fine/ Condition. Slight Shelf, Edge And Corner Wear. Corner Spreading And Cover Is Lifting Up, Due To Exposure To Light. D/j. = No Odors, No Writing, No Names, No Rippling, Not Stuck Together, No Book Plate, Not X~Library, No Remainder Or Other Marks. = This Item Will Be Sent Wrapped In Plastic, Taped Shut And In A = Padded Mailing Envelope = To Prevent Shipping Damage So That It Will Arrive In The Description Described Which Applies To This B00K, Only. Will Make It, An Excellent Addition To Your Own Personal Library Collection, Or As A Gift, For The Discriminating Reader / Collector. = WORLD WIDE SHIPPING, AVAILABLE *.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2006
ISBN 10: 1904811337 ISBN 13: 9781904811336
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 21,66
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. This book is aimed at architects and developers building applications in Service Oriented Architecture. The book presumes knowledge of BPEL, SOA, XML, web services, and multi-tier architectures. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2015
ISBN 10: 178528827X ISBN 13: 9781785288272
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 20,99
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Description. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1784391166 ISBN 13: 9781784391164
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 18,92
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. 0. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2019
ISBN 10: 1789958350 ISBN 13: 9781789958355
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 16,83
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Build, deploy, test, and run cloud-native serverless applications using AWS Lambda and other popular AWS services Key Features Learn how to write, run, and deploy serverless applications in Amazon Web Services Make the most of AWS Lambda functions to build scalable and cost-efficient systems Build and deploy serverless applications with Amazon API Gateway and AWS Lambda functions Book DescriptionServerless computing is a way to run your code without having to provision or manage servers. Amazon Web Services provides serverless services that you can use to build and deploy cloud-native applications. Starting with the basics of AWS Lambda, this book takes you through combining Lambda with other services from AWS, such as Amazon API Gateway, Amazon DynamoDB, and Amazon Step Functions. Youll learn how to write, run, and test Lambda functions using examples in Node.js, Java, Python, and C# before you move on to developing and deploying serverless APIs efficiently using the Serverless Framework. In the concluding chapters, youll discover tips and best practices for leveraging Serverless Framework to increase your development productivity. By the end of this book, youll have become well-versed in building, securing, and running serverless applications using Amazon API Gateway and AWS Lambda without having to manage any servers. What you will learn Understand the core concepts of serverless computing in AWS Create your own AWS Lambda functions and build serverless APIs using Amazon API Gateway Explore best practices for developing serverless applications at scale using Serverless Framework Discover the DevOps patterns in a modern CI/CD pipeline with AWS CodePipeline Build serverless data processing jobs to extract, transform, and load data Enforce resource tagging policies with continuous compliance and AWS Config Create chatbots with natural language understanding to perform automated tasks Who this book is forThis AWS book is for cloud architects and developers who want to build and deploy serverless applications using AWS Lambda. A basic understanding of AWS is required to get the most out of this book. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1849517746 ISBN 13: 9781849517744
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 16,41
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Fair. An intensive hands-on guide to perform professional penetration testing for highly-secured environments from start to finish. You will learn to provide penetration testing services to clients with mature security infrastructure. Understand how to perform each stage of the penetration test by gaining hands-on experience in performing attacks that mimic those seen in the wild. In the end, take the challenge and perform a virtual penetration test against a fictional corporation. If you are looking for guidance and detailed instructions on how to perform a penetration test from start to finish, are looking to build out your own penetration testing lab, or are looking to improve on your existing penetration testing skills, this book is for you. Although the books attempts to accommodate those that are still new to the penetration testing field, experienced testers should be able to gain knowledge and hands-on experience as well. The book does assume that you have some experience in web application testing and as such the chapter regarding this subject may require you to understand the basic concepts of web security. The reader should also be familiar with basic IT concepts, and commonly used protocols such as TCP/IP. A readable copy of the book which may include some defects such as highlighting and notes. Cover and pages may be creased and show discolouration.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2021
ISBN 10: 1801078491 ISBN 13: 9781801078498
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 11,94
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Discover how to leverage the Uno Platform to write single-codebase, cross-platform mobile, desktop, and web applications using C# and XAML Key Features Enhance your Windows apps by running them on all operating systems and browsers Use tools and APIs you already know to remain productive as you target new platforms Create realistic apps for various lines of business (LOBs) and consumer scenarios Book DescriptionDevelopers are increasingly being asked to build native applications that run on multiple operating systems and in the browser. In the past, this would have meant learning new technologies and making multiple copies of an application. But the Uno Platform allows you to use tools, languages, and APIs you already know from building Windows apps to develop apps that can also run on other platforms. This book will help you to create customer-facing as well as line-of-business apps that can be used on the device, browser, or operating system of your choice. This practical guide enables developers to put their C# and XAML knowledge to work by writing cross-platform apps using the Uno Platform. Packed with tips and practical examples, this book will help you to build applications for common scenarios. You'll begin by learning about the Uno Platform through step-by-step explanations of essential concepts, before moving on to creating cross-platform apps for different lines of business. Throughout this book, you'll work with examples that will teach you how to combine your existing knowledge to manage common development environments and implement frequently needed functionality. By the end of this Uno development book, you will have learned how to write your own cross-platform apps with the Uno Platform and use additional tools and libraries to speed up your app development process. What you will learn Understand how and why Uno could be the right fit for your needs Set up your development environment for cross-platform app development with the Uno Platform and create your first Uno Platform app Find out how to create apps for different business scenarios Discover how to combine technologies and controls to accelerate development Go beyond the basics and create 'world-ready' applications Gain the confidence and experience to use Uno in your own projects Who this book is forThis book is for developers who are familiar with app development for Windows and want to use their existing skills to build cross-platform apps. Basic knowledge of C# and XAML is required to get started with this book. Anyone with basic experience in app development using WPF, UWP, or WinUI will be able to learn how to create cross-platform applications with the Uno Platform. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2019
ISBN 10: 1839213388 ISBN 13: 9781839213380
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 11,88
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. New edition of the bestselling guide to building an effective mobile app architecture with Xamarin.Forms 4 that maximizes the overall quality of apps. Key Features Updated for Xamarin.Forms 4 Packed with real-world scenarios and solutions to help you build professional grade mobile apps with Xamarin.Forms Includes design patterns and best practice techniques that every mobile developer should know Book DescriptionDiscover how to extend and build upon the components of the most recent version of Xamarin.Forms to develop an effective, robust mobile app architecture. This new edition features Xamarin.Forms 4 updates, including CollectionView and RefreshView, new coverage of client-side validation, and updates on how to implement user authentication. Mastering Xamarin.Forms, Third Edition is one of the few Xamarin books structured around the development of a simple app from start to finish, beginning with a basic Xamarin.Forms app and going step by step through several advanced topics to create a solution architecture rich with the benefits of good design patterns and best practices. This book introduces a core separation between the app's user interface and the app's business logic by applying the MVVM pattern and data binding, and then focuses on building a layer of plugin-like services that handle platform-specific utilities such as navigation and geo-location, as well as how to loosely use these services in the app with inversion of control and dependency injection. Youll connect the app to a live web-based API and set up offline synchronization before testing the app logic through unit testing. Finally, you will learn how to add monitoring to your Xamarin.Forms projects to track crashes and analytics and gain a proactive edge on quality. What you will learn Find out how, when, and why to use architecture patterns and best practices with Xamarin.Forms Implement the Model-View-ViewModel (MVVM) pattern and data binding in Xamarin.Forms mobile apps Incorporate client-side validation in Xamarin.Forms mobile apps Extend the Xamarin.Forms navigation API with a custom ViewModel-centric navigation service Leverage the inversion of control and dependency injection patterns in Xamarin.Forms mobile apps Work with online and offline data in Xamarin.Forms mobile apps Use platform-specific APIs to build rich custom user interfaces in Xamarin.Forms mobile apps Explore how to monitor mobile app quality using Visual Studio App Center Who this book is forThis book is intended for .NET developers who are familiar with Xamarin mobile application development and the open source Xamarin.Forms toolkit. If you have already started working with Xamarin.Forms and want to take your app to the next level, making it more maintainable, testable and flexible, then this book is for you. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1788836286 ISBN 13: 9781788836289
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 9,03
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. A comprehensive guide to making machine data accessible across the organization using advanced dashboards About This Book Enrich machine-generated data and transform it into useful, meaningful insights Perform search operations and configurations, build dashboards, and manage logs Extend Splunk services with scripts and advanced configurations to process optimal results Who This Book Is For This book is intended for data analysts, business analysts, and IT administrators who want to make the best use of big data, operational intelligence, log management, and monitoring within their organization. Some knowledge of Splunk services will help you get the most out of the book What You Will Learn Focus on the new features of the latest version of Splunk Enterprise 7 Master the new offerings in Splunk: Splunk Cloud and the Machine Learning Toolkit Create efficient and effective searches within the organization Master the use of Splunk tables, charts, and graph enhancements Use Splunk data models and pivots with faster data model acceleration Master all aspects of Splunk XML dashboards with hands-on applications Create and deploy advanced Splunk dashboards to share valuable business insights with peers In Detail Splunk is the leading platform that fosters an efficient methodology and delivers ways to search, monitor, and analyze growing amounts of big data. This book will allow you to implement new services and utilize them to quickly and efficiently process machine-generated big data. We introduce you to all the new features, improvements, and offerings of Splunk 7. We cover the new modules of Splunk: Splunk Cloud and the Machine Learning Toolkit to ease data usage. Furthermore, you will learn to use search terms effectively with Boolean and grouping operators. You will learn not only how to modify your search to make your searches fast but also how to use wildcards efficiently. Later you will learn how to use stats to aggregate values, a chart to turn data, and a time chart to show values over time; you'll also work with fields and chart enhancements and learn how to create a data model with faster data model acceleration. Once this is done, you will learn about XML Dashboards, working with apps, building advanced dashboards, configuring and extending Splunk, advanced deployments, and more. Finally, we teach you how to use the Machine Learning Toolkit and best practices and tips to help you implement Splunk services effectively and efficiently. By the end of this book, you will have learned about the Splunk software as a whole and implemented Splunk services in your tasks at projects Style and approach An easy-to-follow, step-by-step guide to help you get to grips with real-world applications of Splunk 7. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1849694680 ISBN 13: 9781849694681
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 6,58
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. A fast paced, example driven approach to learning Pixelmator. "Learning Pixelmator" is great for photographers of any level who are looking to learn to take advantage of Pixelmator to edit images. Without any prior knowledge of image editing software needed, we will start with the basics and move onto more advanced image editing techniques. No matter what your current artistic level is, this book will give you the power to unleash the artist within! The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 1849683425 ISBN 13: 9781849683425
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 5,16
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. This book combines practical, real-world examples with all the background material and theory you need The concepts are explained with a practical LOB enterprise application that is gradually built through the course of this book. MVVM offers lots of design choices and the author shows examples of each of these approaches, by changing the code to achieve the same results. This book will be a valuable resource for Silverlight and WPF developers who want to fully maximize the tools with recommended best practices for enterprise development. This is an advanced book and you will need to be familiar with C#, the .Net framework, and Silverlight or WPF. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Sprache: Englisch
Verlag: Packt Publishing Limited, United Kingdom, Birmingham, 2023
ISBN 10: 178216216X ISBN 13: 9781782162162
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 4,93
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Packed with practical recipes, this is a step-by-step guide to learning data visualization with D3 with the help of detailed illustrations and code samples. If you are a developer familiar with HTML, CSS, and JavaScript, and you wish to get the most out of D3, then this book is for you. This book can also serve as a desktop quick-reference guide for experienced data visualization developers. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.