- Table View
- List View
Beginning Joomla! Web Site Development
by Cory WebbBy programmers for programmers-the essential beginner's guide to building websites with Joomla! Want to build and maintain dynamic websites without having to learn HTML and CSS? Joomla! open-source web content management system and this beginner's guide are all you need. This book walks you step-by-step through the process of building a website with Joomla!, providing detailed instruction in Wrox's practical, programmer-to- programmer style. The book explores key concepts and shows how each concept relates to the development of an actual real-world web site you can access online. Joomla! is an open-source web content management system used to build and maintain dynamic web sites without using specific web languages like HTML and Cascading Style Sheets (CSS) Walks you step by step through the process of building a website with Jooma! and features plenty of examples of actual websites that illustrate concepts Topics include configuration; managing content, core modules, plugins, menus, and extensions; building custom templates; and performing troubleshooting; also provides advanced tips and tricks, and more From configuration and management to troubleshooting and advanced tips, this is the book to get you up and running with Joomla!
Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations
by Tayo KoleosoLearn to use the jOOQ library to manage SQL database operations in Java and JVM applications. This book walks you through what JOOQ is, how to install and get started with it, and then gets you working with it. Practical examples and case studies demonstrate how jOOQ offers a more efficient and versatile alternative to Object-Relational Mapping frameworks like Hibernate and JPA, while providing a natural, native-SQL feeling for the developer. You'll see how to maximize the full potential of your SQL database with advanced query syntax and functions with this lightweight, SQL-friendly framework. Come see how you can use high performance approaches like reactive, data streaming and cloud-native programming to get data from SQL tables. Never write another incorrect SQL statement again and protect your application from SQL injection with the strong typing and inbuilt controls in jOOQ. Learn how to add jOOQ to your existing Hibernate, Spring Boot or Quarkus applications. When you’ve completed this book, you will be able to take the knowledge you’ve gained, along with the freely available source code, and directly apply them to your own work. What You Will Learn Comparing equivalent features between Hibernate, JPA and jOOQUnlock the power of your SQL database with high performing, flexible and typesafe SQL queriesSeamlessly work with many different SQL database vendors without changing your codeEffortlessly generate Java code based on the content of your databaseWrite reactive SQL database access code with R2DBCIntegrating jOOQ into popular frameworks and platforms like Hibernate, Spring boot and Quarkus tools like IDEsTesting jOOQ-based code with modern integration testing frameworks like TestContainers and DockerLearn how to safely handle data access code within frameworks like the Java Persistence API (JPA) Who This Book Is For Intermediate Java programmers new to jOOQ. Some prior experience with SQL may be helpful but not required.
Beginning jQuery: From the Basics of jQuery to Writing your Own Plug-ins
by Russ Ferguson Jack FranklinBeginning jQuery is your step-by-step guide to learning the jQuery library. jQuery is the most popular JavaScript library in the web developer's toolkit. Jack Franklin takes you from the basics of getting you started with jQuery, right through to extending jQuery by writing your own plug-ins. You'll discover best practices you can follow, how you can avoid common mistakes, and you'll learn about so many of the things that jQuery has to offer, including how you can: Use jQuery's powerful tools to dynamically update content on your site, including DOM manipulation. Extend jQuery's capabilities by writing your own plugins on top of the framework. Animate elements and build your own jQuery slider. Employ best practices and avoid common errors made by beginners. JavaScript is a powerful language but every web developer must navigate the tricky issues around cross-browser inconsistencies. Beginning jQuery teaches you how to use jQuery to avoid spending your time fixing these browser bugs - letting you concentrate on what really matters to you. Throughout Beginning jQuery, you'll discover how expressive yet concise jQuery's code is and how much quicker and efficient you can develop with jQuery!
Beginning jQuery 2 for ASP.NET Developers: Using jQuery 2 with ASP.NET Web Forms and ASP.NET MVC
by Bipin JoshijQuery is the most popular JavaScript library in use today, appearing on nearly two thirds of the 10,000 most visited sites on the web. With this sort of popularity, it's clear that ASP. NET developers can't afford to miss out. By combining jQuery with ASP. NET you get the best of both worlds: the client-side interactivity and responsiveness of JavaScript with the robustness and extensibility of Microsoft's web stack. Beginning jQuery 2 for ASP. NET Developers shows you how. To begin with, you'll find out how jQuery hooks up with your ASP. NET controls, and simplifies event handling by keeping it in the browser. Then you'll learn to handle dynamic content and responsive layouts by interacting with the DOM. Effects and animations are one of the most popular uses of the jQuery library, so we cover that next--showing you how to get a sleek modern look and feel to your site using some of the vast library of JavaScript that's already out there waiting to be used. Ajax is one of the areas where jQuery really shines, so you'll find out how to make Ajax calls to a web service and get data onto a page without waiting for slow ASP. NET postbacks every time. And no book on jQuery would be complete without jQuery Mobile: the popular mobile web framework that gets you writing sites that work across all the major mobile platforms. What you'll learn Select DOM elements using powerful jQuery selectors Use jQuery with ASP. NET server controls, ASP. NET MVC form fields and other DOM elements Manipulate and traverse the DOM tree and add jQuery effects to ASP. NET web pages Make Ajax calls and pass JSON data to Web Services, Web Methods, WCF services, controller action methods, HTTP handlers and Web APIs Understand code reuse by creating and using jQuery plugins Get introduced to jQuery UI and jQuery mobile and use them in ASP. NET Web Forms and MVC applications Who this book is for This book is for novice to intermediate developers who want to improve and enhance their ASP. NET Web Forms and ASP. NET MVC projects with client-side scripting. Table of Contents Chapter 1. The JavaScript You Need to Know Chapter 2. A First Look at jQuery Chapter 3. ASP. NET Controls and jQuery Selectors Chapter 4. How jQuery Simplifies Event Handling Chapter 5. The DOM and Dynamic Content Chapter 6. More DOM and Useful jQuery Methods Chapter 7. Great-looking ASP. NET Pages with jQuery Effects and Animations Chapter 8. Making Ajax Calls to . NET Web Services Chapter 9. Creating and Using jQuery Plug-ins Chapter 10. jQuery UI and jQuery Mobile Chapter 11. Useful jQuery and ASP. NET Recipes Appendix: Learning Resources
Beginning JSON
by Ben SmithBeginning JSON is the definitive guide to JSON - JavaScript Object Notation - today's standard in data formatting for the web. The book starts with the basics, and walks you through all aspects of using the JSON format. Beginning JSON covers all areas of JSON from the basics of data formats to creating your own server to store and retrieve persistent data. Beginning JSON provides you with the skill set required for reading and writing properly validated JSON data. The first two chapters of the book will discuss the foundations of JavaScript for those who need it, and provide the necessary understandings for later chapters. Chapters 3 through 12 will uncover what data is, how to convert that data into a transmittable/storable format, how to use AJAX to send and receive JSON, and, lastly, how to reassemble that data back into a proper JavaScript object to be used by your program. The final chapters put everything you learned into practice.
Beginning Julia Programming: For Engineers and Scientists
by Sandeep NagarGet started with Julia for engineering and numerical computing, especially data science, machine learning, and scientific computing applications. This book explains how Julia provides the functionality, ease-of-use and intuitive syntax of R, Python, MATLAB, SAS, or Stata combined with the speed, capacity, and performance of C, C++, or Java. You'll learn the OOP principles required to get you started, then how to do basic mathematics with Julia. Other core functionality of Julia that you'll cover, includes working with complex numbers, rational and irrational numbers, rings, and fields. Beginning Julia Programming takes you beyond these basics to harness Julia's powerful features for mathematical functions in Julia, arrays for matrix operations, plotting, and more. Along the way, you also learn how to manage strings, write functions, work with control flows, and carry out I/O to implement and leverage the mathematics needed for your data science and analysis projects. "Julia walks like Python and runs like C". This phrase explains why Julia is quickly growing as the most favored option for data analytics and numerical computation. After reading and using this book, you'll have the essential knowledge and skills to build your first Julia-based application. What You'll Learn Obtain core skills in Julia Apply Julia in engineering and science applications Work with mathematical functions in Julia Use arrays, strings, functions, control flow, and I/O in Julia Carry out plotting and display basic graphics Who This Book Is For Those who are new to Julia; experienced users may also find this helpful as a reference.
Beginning KeystoneJS: A practical introduction to KeystoneJS using a real-world project
by Manikanta PanatiLearn how to develop a complete and robust Node, express. js and MongoDB-based web application and mobile application backend quickly using KeystoneJS. You'll learn how KeystoneJS makes complicated things simple, without limiting the power or flexibility of node. js or the frameworks it is built on. Beginning KeystoneJS shows you how to build database-driven websites, applications, and APIs, all built upon Express, the defacto web server for Node. js that uses MongoDB as its storage backend. What You Will Learn Discover the setup and architecture of the KeystoneJS framework. See how easy it is to extend KeystoneJS Understand the custom types and fields provided out of the box Write clean markup and create templates using Swig Use the powerful editing options in the framework's responsive dashboard Who This Book Is For Technical and non-technical people who would like to build applications quickly to leverage structured data to improve productivity.
Beginning Korean: 실생활 한국어
by Angela Lee-Smith Jongoh Eun Susan StraussBeginning Korean is a Korean language textbook for use at the high school and college levels, involving characters who speak and interact in Korean using beginner-to-intermediate-level expressions, vocabulary, and grammar.The book contains a rich variety of natural-sounding dialogues involving characters from a diverse range of backgrounds as they exchange ideas, make plans, and socialize in a variety of natural contexts in Korea. The book provides a wide variety of conversational expressions, grammar notes, and vocabulary items, in addition to ‘Cultural Insights’ to expand users’ understandings of and familiarity with Korean culture from more insider perspectives.Further supporting material, including audio, can be found at www.routledge.com/9781032687032. The book is designed around ACTFL’s 5 Cs (Communication, Cultures, Connections, Comparisons, and Communities) and includes specific proficiency-based Can-Do learning goals for each unit. As such, the content, topics, and areas of focus in this book can be useful for a wide range of programs, educators, and learners of Korean.
Beginning Kotlin: Build Applications with Better Code, Productivity, and Performance
by Ted HagosThis book introduces the Kotlin programming skills and techniques necessary for building applications. You'll learn how to migrate your Java programming skills to Kotlin, a Java Virtual Machine (JVM) programming language.The book starts with a quick tour of the Kotlin language and gradually walks you through the language in greater detail over the course of succeeding chapters. You’ll learn Kotlin fundamentals like generics, functional programming, type system, debugging, and unit testing. Additionally, with the book’s freely downloadable online appendices, you’ll discover how to use Kotlin for building Spring Boot applications, data persistence, and microservices. What You Will LearnLearn the Kotlin language, its functions, types, collections, generics, classes, and moreDive into higher-order functions, generics, debugging, and unit testingApply the fundamentals of Kotlin to Spring Boot Add Hibernate to your Spring Boot application for persistence and data accessibility Take advantage of functional programming available in KotlinWho This Book Is ForJava developers who are new to Kotlin and want to leverage Kotlin, particularly for building Spring Boot apps.
Beginning Kubernetes on the Google Cloud Platform: A Guide to Automating Application Deployment, Scaling, and Management
by Ernesto GarbarinoUse this beginner’s guide to understand and work with Kubernetes on the Google Cloud Platform and go from single monolithic Pods (the smallest unit deployed and managed by Kubernetes) all the way up to distributed, fault-tolerant stateful backing stores.You need only a familiarity with Linux, Bash, and Python to successfully use this book. Proficiency in Docker or cloud technology is not required. You will follow a learn-by-doing approach, running small experiments and observing the effects.Google open sourced Kubernetes in 2015 and now it is the industry standard in container orchestration. It has been adopted by all leading vendors of cloud, on-prem, and hybrid infrastructure services: Microsoft (Azure AKS), Amazon (AWS EKS), IBM (IBM Cloud Kubernetes Services), Alibaba Cloud (ACK), RedHat (OpenShift), and Pivotal (PKS). Even though Kubernetes is offered by all of the market-leading cloud providers, the Google Cloud Platform (GCP) offers an integrated shell (Google Cloud Shell) and a $300 credit to get started, which makes it the ideal platform to not only learn Kubernetes but also to implement final production workloads. What You Will Learn Set up a Kubernetes cluster in GCPDeploy simple Docker images using monolithic PodsArrange highly available and highly scalable applications using DeploymentsAchieve zero-downtime deployments using the Service controllerExternalize configuration using ConfigMaps and SecretsSet up batch processes and recurrent tasks using Jobs and CronJobsInstall horizontal (sidecar pattern) services using DaemonSetsImplement distributed, stateful backing stores using StatefulSets Who This Book Is For Beginners with basic Linux admin and scripting skills (Bash and Python). Proficiency with Docker is not required as all examples in the book use off-the-shelf public images from Docker Hub.
Beginning Land Law (Beginning the Law)
by Sarah KingWhether you’re new to higher education, coming to legal study for the first time or just wondering what Land Law is all about, Beginning Land Law is the ideal introduction to help you hit the ground running. Starting with the basics and an overview of each topic, it will help you come to terms with the structure, themes and issues of the subject so that you can begin your Land Law module with confidence. Adopting a clear and simple approach with legal vocabulary explained in a detailed glossary, Sarah King breaks the subject of Land Law down using practical everyday examples to make it understandable for anyone, whatever their background. Diagrams and flowcharts simplify complex issues, important cases are identified and explained and on-the- spot questions help you recognise potential issues or debates within the law so that you can contribute in classes with confidence. Beginning Land Law is an ideal first introduction to the subject for LLB, GDL or ILEX and especially international students, those enrolled on distance learning courses or on other degree programmes.
Beginning Laravel: A beginner's guide to application development with Laravel 5.3
by Sanjib SinhaLearn about dependency injection, interfaces, service providers, SOLID design, and more with practical and real-world code examples. This book covers everything you need to get started in application development with Laravel 5. 3. Beginning Laravel covers features such as method injection, contracts, and authentication. After reading this book, you can develop any application using Laravel 5. It details all you need to know, including the model-view-controller pattern, SQLite databases, routing, authorization, and building CRUD applications. What You Will Learn Work with the new Laravel framework and its new features Develop web applications with Laravel Absorb the concepts of authentication and database migration Manage databases with Eloquent ORM Use middleware, contracts, and facades Who This Book Is For Readers who are new to Laravel development.
Beginning Laravel: Build Websites with Laravel 5.8
by Sanjib SinhaDevelop cutting-edge websites and applications using the new features of Laravel 5.8. This book starts with an introduction to Laravel and takes a glance at its newly introduced features. Moving on to setting up your development environment, you will learn how the composer works. In addition to this, you will be introduced to Valet, Homestead, Virtual Box, Vagrant, and Forge in Laravel. With this foundation, you will be ready to get started writing your first Laravel apps.To do so, you will learn to manage routes and controllers and how the Blade template works. Moving on to models, you will work with route model binding and get to know the relationship between models, databases, and Eloquent. Along the way you will define methods on your Eloquent model classes using different types of relationships. Shifting focus to handling user data, you will see how redirect methods work. You will also get to know the inner workings of requests and responses. Continuing the data theme, Beginning Laravel covers basic and grouped artisan commands and how to handle databases with Tinker. By being able to handle data effectively, your applications will come alive for your users, giving them the functionality they need.The last section of the book handles core concepts such as sending emails, alerting users via notifications, and implementing SOLID design principles. You will see how to decouple your application classes by using events and listeners. What You Will LearnProtect your app with authentication and authorization Build a complex relationship between entities using Eloquent modelsTake advantage of containers and facadesUse the mail template Create and configure events Work with Laravel PassportDeploy API authentication Discover new Laravel 5.8 features such as dump server and email verificationWho This Book Is ForThose new to Laravel and PHP web development or those who have some background in PHP/Laravel who are new to Laravel's newest release.
Beginning LEGO MINDSTORMS EV3
by Mark RollinsBeginning LEGO MINDSTORMS EV3 shows you how to create new fun and fantastic creations with the new EV3 programmable brick along with other new EV3 pieces and features. You'll learn the language of the EV3 brick, and then go on to create a variety of programmable vehicles using MINDSTORMS and Technic parts. You'll then move into creating robot parts, including robotic arms. You'll even learn how to make different types of MINDSTORMS walkers. Finally, you'll learn how to incorporate light and sound into your amazing EV3 creations. Whether you're a MINDSTORMS enthusiast wanting to know more about EV3, a robotics competitor, or just a LEGO fan who wants to learn all about what EV3 can do, Beginning LEGO MINDSTORMS EV3 will give you the knowledge you need. Note: the printed book is in black and white. The Kindle and ebook versions are in color (black and white on black and white Kindles). What you'll learn How to program the new EV3 brick The different components new to the EV3 system How to program the EV3 with LabView How to build fantastic robotic creations How to incorporate Technic creations into MINDSTORMS Who this book is for MINDSTORMS and robotics enthusiasts who want to learn about EV3, and people who are completely new to MINDSTORMS and want a thorough and fun introduction. Table of Contents 1. Introduction to MINDSTORMS EV3 2. How to Program the EV3 Brick 3. Taking Control of a Vehicle with LEGO MINDSTORMS 4. Sound and Light 5. Data Logging and Advanced Programming 6. Special Construction Projects 7. The Robotic Arm 8. Creator and the Walking Robot
Beginning Linux Programming
by Neil Matthew Richard StonesBeginning Linux Programming, Fourth Edition continues its unique approach to teaching UNIX programming in a simple and structured way on the Linux platform. Through the use of detailed and realistic examples, students learn by doing, and are able to move from being a Linux beginner to creating custom applications in Linux. The book introduces fundamental concepts beginning with the basics of writing Unix programs in C, and including material on basic system calls, file I/O, interprocess communication (for getting programs to work together), and shell programming. Parallel to this, the book introduces the toolkits and libraries for working with user interfaces, from simpler terminal mode applications to X and GTK+ for graphical user interfaces. Advanced topics are covered in detail such as processes, pipes, semaphores, socket programming, using MySQL, writing applications for the GNOME or the KDE desktop, writing device drivers, POSIX Threads, and kernel programming for the latest Linux Kernel.
Beginning Logic
by E. J. Lemmon..."The aim of the book is to provide the student with a good working knowledge of the prepositional and predicate calculi--the foundations upon which modern symbolic logic is built. Accordingly, emphasis is placed on the actual technique of proof-discovery."
Beginning LoRa Radio Networks with Arduino: Build Long Range, Low Power Wireless IoT Networks
by Pradeeka SeneviratneCreate your own LoRa wireless projects for non-industrial use and gain a strong basic understanding of the LoRa technology, LoRa WAN, and LPWAN. You'll start by building your first LoRa wireless channel and then move on to various interesting projects such as setting up networks with a LoRa gateway, communicating with IoT servers using RESTful API and MQTT protocol, and real-time GPS tracking. With LoRa wireless and LoRaWAN, you can build a wide array of applications in the area of smart agriculture, smart cities, smart environment, smart healthcare, smart homes and buildings, smart industrial control, smart metering, smart supply chain and logistics. Beginning LoRa Radio Networks with Arduino provides a practical introduction and uses affordable and easy to obtain hardware to build projects with the Arduino development environment.What You’ll LearnUnderstand the hardware need to build LoRaWANUse the Arduino development environment to write codeConnect to Arduino hardware and upload programs and communicate with themSetup networks with LoRa gatewayShow real time track with tail, and path historyWho This Book Is ForInventors, hackers, crafters, students, hobbyists, and scientists
Beginning Lua Programming
by Kurt Jung Aaron BrownThis book is for students and professionals who are intrigued by the prospect of learning and using a powerful language that provides a rich infrastructure for creating programs. No programming knowledge is necessary to benefit from this book except for the section on Lua bindings, which requires some familiarity with the C programming language. A certain comfort level with command-line operations, text editing, and directory structures is assumed. You need surprisingly little in the way of computer resources to learn and use Lua. This book focuses on Windows and Unix-like (including Linux) systems, but any operating system that supports a command shell should be suitable. You'll need a text editor to prepare and save Lua scripts. If you choose to extend Lua with libraries written in a programming language like C, you'll need a suitable software development kit. Many of these kits are freely available on the Internet but, unlike Lua, they can consume prodigious amounts of disk space and memory.
Beginning Mac OS X Snow Leopard Programming
by Michael Trent Drew MccormackA solid introduction to programming on the Mac OS X Snow Leopard platformThe Mac OS X Snow Leopard system comes with everything you need in its complete set of development tools and resources. However, finding where to begin can be challenging. This book serves as an ideal starting point for programming on the Mac OS X Snow Leopard platform. Step-by-step instructions walk you through the details of each featured example so that you can type them out, run them, and even figure out how to debug them when they don't work right. Taking into account that there is usually more than one way to do something when programming, the authors encourage you to experiment with a variety of solutions. This approach enables you to efficiently start writing programs in Mac OS X Snow Leopard using myriad languages and put those languages together in order to create seamless applications.Coverage Includes:The Mac OS X EnvironmentDeveloper ToolsXcodeInterface BuilderThe C LanguageThe Objective-C LanguageAn Introduction to CocoaDocument-Based Cocoa ApplicationsCore Data-Based Cocoa ApplicationsAn Overview of Scripting LanguagesThe Bash ShellAppleScript and AppleScriptObjCJavascript, Dashboard, and DashcodeNote: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Beginning Machine Learning in iOS: CoreML Framework
by Mohit ThakkarImplement machine learning models in your iOS applications. This short work begins by reviewing the primary principals of machine learning and then moves on to discussing more advanced topics, such as CoreML, the framework used to enable machine learning tasks in Apple products. Many applications on iPhone use machine learning: Siri to serve voice-based requests, the Photos app for facial recognition, and Facebook to suggest which people that might be in a photo. You'll review how these types of machine learning tasks are implemented and performed so that you can use them in your own apps. Beginning Machine Learning in iOS is your guide to putting machine learning to work in your iOS applications.What You'll LearnUnderstand the CoreML componentsTrain custom modelsImplement GPU processing for better computation efficiencyEnable machine learning in your application Who This Book Is ForNovice developers and programmers who wish to implement machine learning in their iOS applications and those who want to learn the fundamentals about machine learning.
Beginning Machine Learning in the Browser: Quick-start Guide to Gait Analysis with JavaScript and TensorFlow.js
by Nagender Kumar SuryadevaraApply Artificial Intelligence techniques in the browser or on resource constrained computing devices. Machine learning (ML) can be an intimidating subject until you know the essentials and for what applications it works. This book takes advantage of the intricacies of the ML processes by using a simple, flexible and portable programming language such as JavaScript to work with more approachable, fundamental coding ideas. Using JavaScript programming features along with standard libraries, you'll first learn to design and develop interactive graphics applications. Then move further into neural systems and human pose estimation strategies. For training and deploying your ML models in the browser, TensorFlow.js libraries will be emphasized. After conquering the fundamentals, you'll dig into the wilderness of ML. Employ the ML and Processing (P5) libraries for Human Gait analysis. Building up Gait recognition with themes, you'll come to understand a variety of ML implementation issues. For example, you’ll learn about the classification of normal and abnormal Gait patterns. With Beginning Machine Learning in the Browser, you’ll be on your way to becoming an experienced Machine Learning developer. What You’ll LearnWork with ML models, calculations, and information gatheringImplement TensorFlow.js libraries for ML modelsPerform Human Gait Analysis using ML techniques in the browser Who This Book Is For Computer science students and research scholars, and novice programmers/web developers in the domain of Internet Technologies
Beginning Mathematica and Wolfram for Data Science: Applications in Data Analysis, Machine Learning, and Neural Networks
by Jalil Villalobos AlvaEnhance your data science programming and analysis with the Wolfram programming language and Mathematica, an applied mathematical tools suite. The book will introduce you to the Wolfram programming language and its syntax, as well as the structure of Mathematica and its advantages and disadvantages.You’ll see how to use the Wolfram language for data science from a theoretical and practical perspective. Learning this language makes your data science code better because it is very intuitive and comes with pre-existing functions that can provide a welcoming experience for those who use other programming languages. You’ll cover how to use Mathematica where data management and mathematical computations are needed. Along the way you’ll appreciate how Mathematica provides a complete integrated platform: it has a mixed syntax as a result of its symbolic and numerical calculations allowing it to carry out various processes without superfluous lines of code. You’ll learn to use its notebooks as a standard format, which also serves to create detailed reports of the processes carried out. What You Will Learn Use Mathematica to explore data and describe the concepts using Wolfram language commands Create datasets, work with data frames, and create tables Import, export, analyze, and visualize data Work with the Wolfram data repository Build reports on the analysis Use Mathematica for machine learning, with different algorithms, including linear, multiple, and logistic regression; decision trees; and data clustering Who This Book Is For Data scientists new to using Wolfram and Mathematica as a language/tool to program in. Programmers should have some prior programming experience, but can be new to the Wolfram language.
Beginning Mathematica and Wolfram for Data Science: Applications in Data Analysis, Machine Learning, and Neural Networks
by Jalil Villalobos AlvaEnhance your data science programming and analysis with the Wolfram programming language and Mathematica, an applied mathematical tools suite. This second edition introduces the latest LLM Wolfram capabilities, delves into the exploration of data types in Mathematica, covers key programming concepts, and includes code performance and debugging techniques for code optimization. You’ll gain a deeper understanding of data science from a theoretical and practical perspective using Mathematica and the Wolfram Language. Learning this language makes your data science code better because it is very intuitive and comes with pre-existing functions that can provide a welcoming experience for those who use other programming languages. Existing topics have been reorganized for better context and to accommodate the introduction of Notebook styles. The book also incorporates new functionalities in code versions 13 and 14 for imported and exported data. You’ll see how to use Mathematica, where data management and mathematical computations are needed. Along the way, you’ll appreciate how Mathematica provides an entirely integrated platform: its symbolic and numerical calculation result in a mized syntax, allowing it to carry out various processes without superfluous lines of code. You’ll learn to use its notebooks as a standard format, which also serves to create detailed reports of the processes carried out. What You Will Learn Create datasets, work with data frames, and create tables Import, export, analyze, and visualize data Work with the Wolfram data repository Build reports on the analysis Use Mathematica for machine learning, with different algorithms, including linear, multiple, and logistic regression; decision trees; and data clustering Who This Book Is For Data scientists who are new to using Wolfram and Mathematica as a programming language or tool. Programmers should have some prior programming experience, but can be new to the Wolfram language.
Beginning MATLAB and Simulink: From Novice to Professional
by Sulaymon EshkabilovEmploy essential and hands-on tools and functions of the MATLAB and Simulink packages, which are explained and demonstrated via interactive examples and case studies. This book contains dozens of simulation models and solved problems via m-files/scripts and Simulink models which help you to learn programming and modeling essentials. You’ll become efficient with many of the built-in tools and functions of MATLAB/Simulink while solving engineering and scientific computing problems. Beginning MATLAB and Simulink explains various practical issues of programming and modelling in parallel by comparing MATLAB and Simulink. After reading and using this book, you'll be proficient at using MATLAB and applying the source code from the book's examples as templates for your own projects in data science or engineering. What You Will LearnGet started using MATLAB and SimulinkCarry out data visualization with MATLABGain the programming and modeling essentials of MATLABBuild a GUI with MATLABWork with integration and numerical root finding methodsApply MATLAB to differential equations-based models and simulationsUse MATLAB for data science projectsWho This Book Is ForEngineers, programmers, data scientists, and students majoring in engineering and scientific computing.
Beginning MATLAB and Simulink: From Beginner to Pro
by Sulaymon EshkabilovEmploy essential tools and functions of the MATLAB and Simulink packages, which are explained and demonstrated via interactive examples and case studies. This revised edition covers features from the latest MATLAB 2022b release, as well as other features that have been released since the first edition published. This book contains dozens of simulation models and solved problems via m-files/scripts and Simulink models which will help you to learn programming and modelling essentials. You’ll become efficient with many of the built-in tools and functions of MATLAB/Simulink while solving engineering and scientific computing problems. Beginning MATLAB and Simulink, Second Edition explains various practical issues of programming and modelling in parallel by comparing MATLAB and Simulink. After studying and using this book, you'll be proficient at using MATLAB and Simulink and applying the source code and models from the book's examples as templates for your own projects in data science or engineering. What You Will LearnMaster the programming and modelling essentials of MATLAB and SimulinkCarry out data visualization with MATLABBuild a GUI and develop App with MATLABWork with integration and numerical root finding methodsApply MATLAB to differential equations-based models and simulationsUse MATLAB and Simulink for data science projects Who This Book Is ForEngineers, programmers, data scientists, and students majoring in engineering and scientific computing who are new to MATLAB and Simulink.