Browse Results

Showing 52,926 through 52,950 of 61,731 results

Creating Apps in Kivy

by Dusty Phillips

Build mobile apps efficiently with Kivy, the Python-powered graphical toolkit for creating natural user interfaces with elegant multitouch support. With this hands-on guide, you'll learn step-by-step how to build and deploy a complete Kivy app for iOS and Android devices. If you're just beginning to work with Python, but are reasonably familiar with its syntax, you're ready to go.Each chapter includes exercises, using examples that run on Python 3 and Python 2.7. Learn how Kivy simplifies mobile development with its cross-platform API and domain-specific Kv language, and why this free and open source toolkit is ideal for commercial products.Design custom widgets with the Kv languageDelve into Kivy events, event handlers, and propertiesDynamically change which Kivy widgets are displayedUnderstand and apply iterative development principlesCreate basic animations, using Canvas and graphics primitivesStore local data with Kivy's powerful key value storeAdd basic gestures to switch between app viewsImprove your app's usability with Kivy's built-in widgetsDeploy the app to your Android or iOS device, using Buildozer

Python 3 Object Oriented Programming

by Dusty Phillips

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.

Python 3 Object-Oriented Programming: Build robust and maintainable software with object-oriented design patterns in Python 3.8, 3rd Edition

by Dusty Phillips

Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniquesKey FeaturesIn-depth analysis of many common object-oriented design patterns that are more suitable to Python's unique styleLearn the latest Python syntax and librariesExplore abstract design patterns and implement them in Python 3.8Book DescriptionObject-oriented programming (OOP) is a popular design paradigm in which data and behaviors are encapsulated in such a way that they can be manipulated together. This third edition of Python 3 Object-Oriented Programming fully explains classes, data encapsulation, and exceptions with an emphasis on when you can use each principle to develop well-designed software. Starting with a detailed analysis of object-oriented programming, you will use the Python programming language to clearly grasp key concepts from the object-oriented paradigm. You will learn how to create maintainable applications by studying higher level design patterns. The book will show you the complexities of string and file manipulation, and how Python distinguishes between binary and textual data. Not one, but two very powerful automated testing systems, unittest and pytest, will be introduced in this book. You'll get a comprehensive introduction to Python's concurrent programming ecosystem. By the end of the book, you will have thoroughly learned object-oriented principles using Python syntax and be able to create robust and reliable programs confidently.What you will learnImplement objects in Python by creating classes and defining methodsGrasp common concurrency techniques and pitfalls in Python 3Extend class functionality using inheritanceUnderstand when to use object-oriented features, and more importantly when not to use themDiscover what design patterns are and why they are different in PythonUncover the simplicity of unit testing and why it's so important in PythonExplore concurrent object-oriented programmingWho this book is forIf 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 OOP in Python, this is the book for you. If you are an object-oriented programmer for other languages or seeking a leg up in the new world of Python 3.8, you too will find this book a useful introduction to Python. Previous experience with Python 3 is not necessary.

Python 3 Object-oriented Programming - Second Edition

by Dusty Phillips

Unleash the power of Python 3 objects About This Book Stop writing scripts and start architecting programs Learn the latest Python syntax and libraries A practical, hands-on tutorial that teaches you all about abstract design patterns and how to implement them in Python 3 Who This Book Is For 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 to design software, this is the book for you. What You Will Learn Implement objects in Python by creating classes and defining methods Separate related objects into a taxonomy of classes and describe the properties and behaviors of those objects via the class interface Extend class functionality using inheritance Understand when to use object-oriented features, and more importantly when not to use them Discover what design patterns are and why they are different in Python Uncover the simplicity of unit testing and why it's so important in Python Grasp common concurrency techniques and pitfalls in Python 3 Exploit object-oriented programming in key Python technologies such as Kivy and Django. Object-oriented programming concurrently with asyncio In Detail Python 3 is more versatile and easier to use than ever. It runs on all major platforms in a huge array of use cases. Coding in Python minimizes development time and increases productivity in comparison to other languages. Clean, maintainable code is easy to both read and write using Python's clear, concise syntax. Object-oriented programming is a popular design paradigm in which data and behaviors are encapsulated in such a way that they can be manipulated together. Many modern programming languages utilize the powerful concepts behind object-oriented programming and Python is no exception. Starting with a detailed analysis of object-oriented analysis and design, you will use the Python programming language to clearly grasp key concepts from the object-oriented paradigm. This book fully explains classes, data encapsulation, inheritance, polymorphism, abstraction, and exceptions with an emphasis on when you can use each principle to develop well-designed software. You'll get an in-depth analysis of many common object-oriented design patterns that are more suitable to Python's unique style. This book will not just teach Python syntax, but will also build your confidence in how to program. You will also learn how to create maintainable applications by studying higher level design patterns. Following this, you'll learn the complexities of string and file manipulation, and how Python distinguishes between binary and textual data. Not one, but two very powerful automated testing systems will be introduced in the book. After you discover the joy of unit testing and just how easy it can be, you'll study higher level libraries such as database connectors and GUI toolkits and learn how they uniquely apply object-oriented principles. You'll learn how these principles will allow you to make greater use of key members of the Python eco-system such as Django and Kivy. This new edition includes all the topics that made Python 3 Object-oriented Programming an instant Packt classic. It's also packed with updated content to reflect recent changes in the core Python library and covers modern third-party packages that were not available on the Python 3 platform when the book was first published. Style and approach Throughout the book you will learn key object-oriented programming techniques demonstrated by comprehensive case studies in the context of a larger project.

.NET Core in Action

by Dustin Metzgar

Summary .NET Core in Action shows .NET developers how to build professional software applications with .NET Core. Learn how to convert existing .NET code to work on multiple platforms or how to start new projects with knowledge of the tools and capabilities of .NET Core. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology .NET Core is an open source framework that lets you write and run .NET applications on Linux and Mac, without giving up on Windows. Built for everything from lightweight web apps to industrial-strength distributed systems, it's perfect for deploying .NET servers to any cloud platform, including AWS and GCP. About the Book .NET Core in Action introduces you to cross-platform development with .NET Core. This hands-on guide concentrates on new Core features as you walk through familiar tasks like testing, logging, data access, and networking. As you go, you'll explore modern architectures like microservices and cloud data storage, along with practical matters like performance profi ling, localization, and signing assemblies. What's Inside Choosing the right tools Testing, profiling, and debugging Interacting with web services Converting existing projects to .NET Core Creating and using NuGet packages About the Reader All examples are in C#. About the Author Dustin Metzgar is a seasoned developer and architect involved in numerous .NET Core projects. Dustin works for Microsoft. Table of Contents Why .NET Core? Building your first .NET Core applications How to build with .NET Core Unit testing with xUnit Working with relational databases Simplify data access with object-relational mappers Creating a microservice Debugging Performance and profiling Building world-ready applications Multiple frameworks and runtimes Preparing for release appendix A - Frameworks and runtimes appendix B - xUnit command-line options appendix C - What's in the .NET Standard Library? appendix D - NuGet cache locations

.NET in Action, Second Edition (In Action)

by Dustin Metzgar

Learn to build standout line-of-business applications using Microsoft&’s .NET Framework, the premier platform for enterprise business development.Based on the bestselling .NET Core in Action, the new .NET in Action, Second Edition has been completely rewritten and updated by original author Dustin Metzgar—an industry veteran who helped develop both the original .NET Framework and .NET Core. .NET in Action, Second Edition presents the big picture of .NET application development, introducing core concepts like: Designing applications to take full advantage of .NET 8 Integrating the latest C# and .NET features Building web services and applications with ASP.NET Core Working with data in files and remote services, and databases via Entity Framework Core Verifying code with unit and integration tests Make applications ready for internationalization Benchmarking and analyzing application performance .NET in Action, Second Edition offers a clear-headed introduction to implementing full-featured, cross-platform professional applications on the Microsoft .NET platform. It compiles the must-know skills of .NET into a format that&’s clear and easy to follow. In each chapter, you&’ll build new applications, pick up essential .NET skills, and test your knowledge against handy exercises. Foreword by Scott Hanselman. About the technology The Microsoft .NET platform is a godsend for application developers. .NET provides a comprehensive framework, with consistent tooling for web, mobile, and line-of-business applications, high-performance games, and massive distributed systems. A perfect blend of power and flexibility, its just-in-time compiler runs multiple languages, including C#, Visual Basic, and F#. About the book .NET in Action, Second Edition teaches you to build cross-platform applications and services on the .NET platform. It gives you the big picture, systematically presenting the features you need to ship high-quality apps, without bogging you down in low-level details. You&’ll learn to benchmark and analyze performance issues, secure your sites and products, and explore modern architectures like microservices. This totally-revised new edition now covers .NET 8 and new C# language features, along with updates to ASP.NET Core and Entity Framework Core. What's inside Take advantage of the latest C# and .NET features Secure your applications Performance analysis and tuning Modern application design techniques About the reader For beginning-to-intermediate developers on any platform. No .NET experience required. About the author Dustin Metzgar is a seasoned developer and architect. At Microsoft, Dustin contributed to the .NET Framework, .NET Core, and the open sourcing of .NET. The technical editor on this book was Gerald Versluis. Table of Contents PART 1 1 Why.NET? 2 Building a console application 3 Creating web ser vices and applications with ASP.NET Core PART 2 4 File and network I/O 5 Using Entity Framework Core with relational databases PART 3 6 Unit-testing fundamentals 7 Substituting dependencies in tests 8 Integration testing PART 4 9 Security 10 Performance and profiling 11 Handling failures 12 Building world-ready applications 13 Working with containers

Impact Measurement and Outcomes Evaluation Using Salesforce for Nonprofits: A Guide to Data-Driven Frameworks

by Dustin MacDonald

Conduct impact measurement and outcomes evaluation, with a specific focus on nonprofits, using Salesforce Nonprofit Cloud (aka Salesforce for Nonprofits). As funding grows more challenging for nonprofits, having a robust technology system in place allows nonprofits to better seek out funding and receive more when they do. Readers of this book will be better positioned to ensure the long-term success of their organization and make maximum use of their technology. The book begins with an introduction to Salesforce and to Nonprofit Cloud for users who may be new to the platform. Next, you will learn the fundamentals of impact measurement and outcomes evaluation. You will understand why these are important and discover several frameworks that can be used to select outcomes that make sense for your organization to prove that its work is successful. These frameworks include Social Return on Investment (SROI), Cost-Benefit Analysis (CBA), and Pre and Post Comparison (and others). You will use your chosen framework to develop a logic model or theory of change which demonstrates how the work that nonprofits do translates into the outputs and outcomes that clients experience and that nonprofits seek funding to deliver. After covering the theory, author Dustin MacDonald teaches you how to translate the framework you chose into Salesforce. You will learn how to create reports, dashboards, formula fields, roll up summaries, and other basic Salesforce tools in order to collect the information you need to validate your framework. This book also demonstrates how to report on the outcomes you have achieved, tweak results to improve performance, and see the entire end-to-end experience in practice through a set of case studies. The book concludes with a discussion of advanced tools and techniques available inside Salesforce, such as Einstein Prediction Builder, as well as information on how you can immediately apply what you have learned to your own organization. What You Will Learn Understand how to use Nonprofit Cloud to collect and analyze dataKnow how to create a theory of change that shows your impactBecome adept at working with impact measurement frameworksBuild everything you need in Salesforce without writing a single line of codeTurn your insights into new funding to keep your organization strong Who This Book Is For Salesforce administrators, nonprofit staff members, and others working at nonprofits who are required to conduct impact measurement and outcomes evaluation. Additionally, business analysts and technical architects who are designing and implementing solutions for nonprofits at implementation partners will benefit from this book.

Game On!: Video Game History from Pong and Pac-Man to Mario, Minecraft, and More

by Dustin Hansen

Find out about the fast and furious growth and evolution of video games (including how they are quickly taking over the world!) by looking at some of the most popular, innovative, and influential games ever, from Pong, the very first arcade game ever, to modern hits like Uncharted. <P><P>Learn about the creators and inspiration (Mario was named after Nintendo's landlord after he barged into a staff meeting demanding rent), discover historical trivia and Easter eggs (The developers of Halo 2 drank over 24,000 gallons of soda while making the game), and explore the innovations that make each game special (The ghosts in Pac-Man are the first example of AI in a video game). <P><P>Whether you consider yourself a hard-core gamer or are just curious to see what everyone is talking about, Game On! is the book for you!

The Greatest Stories Ever Played: Video Games and the Evolution of Storytelling (Game On #2)

by Dustin Hansen

In this fun and informative YA Non-fiction title, Dustin Hansen, author of Game On!, a self-confessed video game addict with over 20-years experience in the gaming industry, examines the storytelling skills shown in some of the most beloved and moving games of all time.We all know that video games are fun, but can a video game make you cry? Can it tell you a powerful love story? Can a video game make you think differently about war? About the environment? About the choices you make?Whether it's playing through blockbuster-esque adventures (Uncharted, God of War, The Last of Us), diving deep into hidden bits of story and lore (Red Dead Redemption II, Bioshock, Journey) or building relationships that change the fate of the world itself (Persona 5, Undertale), video games are bringing stories to life in ways that are immediate, interactive and immersive. Focusing on some of the best, most memorable, experiences in gaming, The Greatest Stories Ever Played, examines the relationship between gaming and storytelling in a new way.

Unlocking dbt: Design and Deploy Transformations in Your Cloud Data Warehouse

by Dustin Dorsey Cameron Cyr

This book shows how dbt is used to build data transformation pipelines that enable dependency management and allow for version control and automated testing. It explains how dbt is revolutionizing data transformation and the advantages that a command-line tool like dbt provides over and above the use of database stored procedures and other ETL and ELT tools that handle data transformations. You’ll see how to create custom-written transformations through simple SQL SELECT statements, eliminating the need for boilerplate code and making it easy to incorporate dbt as the transformation layer in your data warehouse pipelines. Additionally, you will learn how dbt enables data teams to incorporate software engineering best practices such as code reusability, version control, and automated testing into the data transformation process. Unlocking dbt walks you through using dbt to establish a project, build and modularize SQL models, and execute jobs in a way that is easy to maintain and scale as your data ecosystem matures. You’ll begin by establishing and configuring a project, a process covered using both dbt Cloud and dbt Core, so that you can confidently stand up a project using either platform. From there, you’ll move into building transformations with peace of mind that your project will scale appropriately as you continue to develop it. After learning the basics needed to get started, you’ll continue to build on that foundation by looking at the unique ways in which dbt combines SQL with Jinja to take your code beyond what is capable in normal SQL. You will learn about advanced materializations, building lineage in your data flows, the unlimited potential of macros, and so much more. This book also explores supported file types and the building of Python models. Rounding things out, you will learn features of dbt that will assist you in making your transformation layer production ready. These include how to implement automated testing, using dbt to generate documentation, and running CI/CD pipelines. What You Will Learn Understand what dbt is and how it is used in the modern data stackSet up a project using both dbt Cloud and dbt CoreConnect a dbt project to a cloud data warehouseBuild SQL and Python models that are scalable and maintainableConfigure development, testing, and production environmentsCapture reusable logic in the form of Jinja macrosIncorporate version control with your data transformation code Who This Book Is For Current and aspiring data professionals, including architects, developers, analysts, engineers, data scientists, and consultants who are beginning the journey of using dbt as part of their data pipeline’s transformation layer. Readers should have a foundational knowledge of writing basic SQL statements, development best practices, and working with data in an analytical context such as a data warehouse.

Voice Applications for Alexa and Google Assistant

by Dustin Coates

SummaryVoice Applications for Alexa and Google Assistant is your guide to designing, building, and implementing voice-based applications for Alexa and Google Assistant. Inside, you'll learn how to build your own "skills"—the voice app term for actions the device can perform—from scratch.Foreword by Max Amordeluso.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. You'll find registration instructions inside the print book.About the TechnologyIn 2018, an estimated 100 million voice-controlled devices were installed in homes worldwide, and the apps that control them, like Amazon Alexa and Google Assistant, are getting more powerful, with new skills being added every day. Great voice apps improve how users interact with the web, whether they're checking the weather, asking for sports scores, or playing a game.About the BookVoice Applications for Alexa and Google Assistant is your guide to designing, building, and implementing voice-based applications for Alexa and Google Assistant. You'll learn to build applications that listen to users, store information, and rely on user context, as you create a voice-powered sleep tracker from scratch. With the basics mastered, you'll dig deeper into multiuse conversational flow and other more-advanced concepts. Smaller projects along the way reinforce your new techniques and best practices. What's insideBuilding a call-and-response skillDesigning a voice user interfaceUsing conversational contextGoing multimodalTips and best practicesAbout the ReaderPerfect for developers with intermediate JavaScript skills and basic Node.js skills. No previous experience with voice-first platforms is required.About the AuthorDustin A. Coates is a developer who focuses on voice and conversational applications. He's currently the voice search lead at Algolia and is also a Google Developers Expert for Assistant as well as cohost of the VUX World podcast.Table of ContentsIntroduction to voice first Building a call-and-response skill on Alexa Designing a voice user interface Using entity resolution and built?in intents in Alexa skills Making a conversational Alexa skill VUI and conversation best practices Using conversation tools to add meaning and usabilityDirecting conversation flowBuilding for Google Assistant Going multimodal Push interactions Building for actions on Google with the Actions SDK

Developing Digital Literacies: A Framework for Professional Learning

by Dustin C. Summey

Turn teachers—and students—into tech-savvy digital citizens! When teachers harness technologies and digital resources, they build upon their teaching expertise and change the way students learn. With this comprehensive job-embedded professional development program, you will help K–12 teachers incorporate digital literacies into their classroom practice. Features include: A modular, adaptable framework that capitalizes on existing personnel and resources Instructions on developing Personal Learning Networks (PLNs) for applying digital literacies in the classroom Tips for maximizing teacher buy-in Technology-related supports for schoolwide curriculum integration A companion website with electronic planning and implementation materials, sample instructional tools, and links to resources

CAE-Prozesskette für individuelle orthopädische Hilfsmittel: Kombination von faserverstärkter additiver Fertigung und textilen Materialien

by Dustin Ahrendt

Die im Rahmen der Dissertation erarbeitete CAE-gestützte Prozesskette vom kundenspezifischen 3D-Scan bis zum konfektionierten Produkt ermöglicht die Kombination von anwendungsgerecht additiv gefertigten Faserkunststoffelementen direkt auf flächigen Textilmaterialien. Dadurch lassen sich individuelle orthopädische Hilfsmittel fertigen, was anhand einer exemplarischen Entwicklung für das Kniegelenk aufgezeigt wird. Das neuartige orthopädische Hilfsmittel verbindet eine textile Kompressionsbandage mit biegesteifen Orthesenelementen. Die anforderungsgerechte Auslegung und Evaluation erfolgte simulationsgestützt.

IBM Cognos Business Intelligence

by Dustin Adkison

Written as a practical guide, this book will show you how to manage your reporting environment using IBM Cognos 10 and make the most out of BI tools within your business - taking a hands-on approach to stimulate learning and develop your understanding,If you are an IBM Cognos or Business Intelligence developer or consultant, have a basic knowledge of Cognos 10 BI and a good level of understanding of Cognos 8 then this book is for you.

Programs as Diagrams: From Categorical Computability to Computable Categories (Theory and Applications of Computability)

by Dusko Pavlovic

It is not always clear what computer programs mean in the various languages in which they can be written, yet a picture can be worth 1000 words, a diagram 1000 instructions. In this unique textbook/reference, programs are drawn as string diagrams in the language of categories, which display a universal syntax of mathematics (Computer scientists use them to analyze the program semantics; programmers to display the syntax of computations). Here, the string-diagrammatic depictions of computations are construed as programs in a single-instruction programming language. Such programs as diagrams show how functions are packed in boxes and tied by strings. Readers familiar with categories will learn about the foundations of computability; readers familiar with computability gain access to category theory. Additionally, readers familiar with both are offered many opportunities to improve the approach. Topics and features: Delivers a ‘crash’ diagram-based course in theory of computationUses single-instruction diagrammatic programming languageOffers a practical introduction into categories and string diagrams as computational toolsReveals how computability is programmability, rather than an ‘ether’ permeating computers Provides a categorical model of intensional computation is unique up to isomorphismServes as a stepping stone into research of computable categories In addition to its early chapters introducing computability for beginners, this flexible textbook/resource also contains both middle chapters that expand for suitability to a graduate course as well as final chapters opening up new research. Dusko Pavlovic is a professor at the Department of Information and Computer Sciences at the University of Hawaii at Manoa, and by courtesy at the Department of Mathematics and the College of Engineering. He completed this book as an Excellence Professor at Radboud University in Nijmegen, The Netherlands.

Instant Migration to HTML5 and CSS3 How-to

by Dushyant Kanungo

Written as a practical guide, "HTML5 and CSS3 Migration How-to" will show you all you need to know to effectively publish content that adheres to the latest web standards. This book is for developers and designers who have previous knowledge of HTML (or XHTML) and CSS who could use a helpful yet practical guide in order to migrate their existing content to HTML5 and CSS3. It is also ideal for those who are learning web design and development, as plenty of detailed examples of HTML5 and CSS3 implementations are provided.

Intelligent Sustainable Systems: Selected Papers of WorldS4 2023, Volume 1 (Lecture Notes in Networks and Systems #812)

by Amit Joshi Atulya K. Nagar Dharm Singh Jat Durgesh Mishra

This book provides insights of World Conference on Smart Trends in Systems, Security and Sustainability (WS4 2023) which is divided into different sections such as Smart IT Infrastructure for Sustainable Society; Smart Management Prospective for Sustainable Society; Smart Secure Systems for Next Generation Technologies; Smart Trends for Computational Graphics and Image Modeling; and Smart Trends for Biomedical and Health Informatics. The proceedings is presented in four volumes. The book is helpful for active researchers and practitioners in the field.

Intelligent Sustainable Systems: Selected Papers of WorldS4 2023, Volume 3 (Lecture Notes in Networks and Systems #803)

by Amit Joshi Atulya K. Nagar Dharm Singh Jat Durgesh Mishra

This book provides insights of World Conference on Smart Trends in Systems, Security, and Sustainability (WS4 2023) which is divided into different sections such as Smart IT Infrastructure for Sustainable Society; Smart Management Prospective for Sustainable Society; Smart Secure Systems for Next Generation Technologies; Smart Trends for Computational Graphics and Image Modeling; and Smart Trends for Biomedical and Health Informatics. The proceedings is presented in two volumes. The book is helpful for active researchers and practitioners in the field.

Intelligent Sustainable Systems: Selected Papers of WorldS4 2024, Volume 1 (Lecture Notes in Networks and Systems #1179)

by Atulya Nagar Amit Joshi Dharm Singh Jat Durgesh Mishra

This book provides insights of World Conference on Smart Trends in Systems, Security and Sustainability (WS4 2024) which is divided into different sections such as Smart IT Infrastructure for Sustainable Society; Smart Management Prospective for Sustainable Society; Smart Secure Systems for Next Generation Technologies; Smart Trends for Computational Graphics and Image Modeling; and Smart Trends for Biomedical and Health Informatics. The proceedings is presented in four volumes. The book is helpful for active researchers and practitioners in the field.

Intelligent Sustainable Systems: Selected Papers of WorldS4 2024, Volume 2 (Lecture Notes in Networks and Systems #1178)

by Atulya Nagar Amit Joshi Dharm Singh Jat Durgesh Mishra

This book provides insights of World Conference on Smart Trends in Systems, Security and Sustainability (WS4 2024) which is divided into different sections such as Smart IT Infrastructure for Sustainable Society; Smart Management Prospective for Sustainable Society; Smart Secure Systems for Next Generation Technologies; Smart Trends for Computational Graphics and Image Modeling; and Smart Trends for Biomedical and Health Informatics. The proceedings is presented in four volumes. The book is helpful for active researchers and practitioners in the field.

Intelligent Sustainable Systems: Selected Papers of WorldS4 2024, Volume 3 (Lecture Notes in Networks and Systems #1177)

by Atulya Nagar Amit Joshi Dharm Singh Jat Durgesh Mishra

This book provides insights of World Conference on Smart Trends in Systems, Security and Sustainability (WS4 2024) which is divided into different sections such as Smart IT Infrastructure for Sustainable Society; Smart Management Prospective for Sustainable Society; Smart Secure Systems for Next Generation Technologies; Smart Trends for Computational Graphics and Image Modeling; and Smart Trends for Biomedical and Health Informatics. The proceedings is presented in four volumes. The book is helpful for active researchers and practitioners in the field.

ICT for Competitive Strategies: Proceedings of 4th International Conference on Information and Communication Technology for Competitive Strategies (ICTCS 2019), December 13th-14th, 2019, Udaipur, India (Conference Proceedings Series on Information and Communications Technology)

by Durgesh Kumar Mishra; Nilanjan Dey; Bharat Singh Deora; Amit Joshi

Fourth International Conference on Information and Communication Technology for Competitive Strategies targets state-of-the-art as well as emerging topics pertaining to information and communication technologies (ICTs) and effective strategies for its implementation for engineering and intelligent applications.

Information and Communication Technology

by Ahmad Taher Azar Amit Joshi Durgesh Kumar Mishra

This volume includes 73 papers presented at ICTIS 2017: Second International Conference on Information and Communication Technology for Intelligent Systems. The conference was held on 25th and 26th March 2017, in Ahmedabad, India and organized jointly by the Associated Chambers of Commerce and Industry of India (ASSOCHAM) Gujarat Chapter, the G R Foundation, the Association of Computer Machinery, Ahmedabad Chapter and supported by the Computer Society of India Division IV - Communication and Division V - Education and Research. The papers featured mainly focus on information and communications technology (ICT) and its applications in intelligent computing, cloud storage, data mining and software analysis. The fundamentals of various data analytics and algorithms discussed are useful to researchers in the fiel d.

Intelligent Sustainable Systems: Selected Papers of WorldS4 2022, Volume 1 (Lecture Notes in Networks and Systems #578)

by Amit Joshi Durgesh Kumar Mishra Atulya K. Nagar Dharm Singh Jat

This book provides insights of World Conference on Smart Trends in Systems, Security and Sustainability (WS4 2022) which is divided into different sections such as Smart IT Infrastructure for Sustainable Society; Smart Management Prospective for Sustainable Society; Smart Secure Systems for Next Generation Technologies; Smart Trends for Computational Graphics and Image Modeling; and Smart Trends for Biomedical and Health Informatics. The proceedings is presented in two volumes. The book is helpful for active researchers and practitioners in the field.

Intelligent Sustainable Systems: Selected Papers of WorldS4 2023, Volume 2 (Lecture Notes in Networks and Systems #817)

by Amit Joshi Durgesh Kumar Mishra Atulya K. Nagar Dharm Singh Jat

This book provides insights of World Conference on Smart Trends in Systems, Security and Sustainability (WS4 2023) which is divided into different sections such as Smart IT Infrastructure for Sustainable Society; Smart Management Prospective for Sustainable Society; Smart Secure Systems for Next Generation Technologies; Smart Trends for Computational Graphics and Image Modeling; and Smart Trends for Biomedical and Health Informatics. The proceedings is presented in two volumes. The book is helpful for active researchers and practitioners in the field.

Refine Search

Showing 52,926 through 52,950 of 61,731 results