eloquent javascript a modern introduction to programming 1593279507

Programming - Bjarne Stroustrup

An Introduction to Programming by the Inventor of C++ Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated edition Assumes that your aim is to eventually write programs that are good enough for others to use and maintain Focuses on fundamental concepts and techniques, rather than on obscure language-technical details Is an introduction to programming in general, including procedural, object-oriented, and generic programming, rather than just an introduction to a programming language Covers both contemporary high-level techniques and the lower-level techniques needed for efficient use of hardware Will give you a solid foundation for writing useful, correct, type-safe, maintainable, and efficient code Is primarily designed for people who have never programmed before, but even seasoned programmers have found previous editions useful as an introduction to more effective concepts and techniques Covers a wide range of essential concepts, design and programming techniques, language features, and libraries Uses contemporary C++ (C++20 and C++23) Covers the design and use of both built-in ... Unknown localization key: "more"

Objev podobné jako Programming - Bjarne Stroustrup

Programming With Microsoft Visual Basic 2019/2022 - Diane Zak

With PROGRAMMING WITH MICROSOFT VISUAL BASIC 2019/2022 by bestselling technology author Diane Zak, even readers with no prior programming experience can quickly learn how to effectively plan and create interactive Visual Basic 2019/2022 applications. A dynamic visual presentation, timely examples, step-by-step tutorials and practical exercises addressing a variety of learning styles make this the ideal introduction to programming. Through hands-on applications in a real-world setting, you will master the fundamentals of effective programming while working through Visual Basic 2019/2022''s latest features. In addition to planning and creating your own Windows applications, you will learn about graphical user interface design skills, object-oriented programming concepts and planning tools such as Planning Charts, pseudocode and flowcharts. Also available: MindTap online learning platform.

Objev podobné jako Programming With Microsoft Visual Basic 2019/2022 - Diane Zak

System Programming in Linux - Stewart Weiss

Linux and Unix are essentially two takes on the same operating system, with Linux serving as the free, open-source version. This book serves as an all-around introduction to programming for a Linux or Unix operating system, covering how to write programs on and for the Linux OS, how to work efficiently within a Unix/Linux environment, and how the underlying design and structure of the Unix OS work. The author''s friendly, conversational style reflects his more than 40 years of experience teaching this material. Numerous diagrams included in each chapter illustrate and simplify key concepts, while hands-on projects help to cement lessons that build on one another through the book. Prior programming experience, preferably in C or C++, is helpful but not required. No knowledge of Linux or Unix is necessary, but readers will need access to a Linux system.Linux and Unix are essentially two takes on the same operating system, with Linux serving as the free, open-source version. This book serves as an all-around introduction to programming for a Linux or Unix operating system, covering how to write programs on and for the Linux OS, how to work efficiently within a Unix/Linux environment, and how the underlying design and structure ... Unknown localization key: "more"

Objev podobné jako System Programming in Linux - Stewart Weiss

Modern Mathematical Methods For Scientists And Engineers: A Street-smart Introduction - Athanassios Fokas, Efthimios Kaxiras

Modern Mathematical Methods for Scientists and Engineers is a modern introduction to basic topics in mathematics at the undergraduate level, with emphasis on explanations and applications to real-life problems. There is also an ''Application'' section at the end of each chapter, with topics drawn from a variety of areas, including neural networks, fluid dynamics, and the behavior of ''put'' and ''call'' options in financial markets. The book presents several modern important and computationally efficient topics, including feedforward neural networks, wavelets, generalized functions, stochastic optimization methods, and numerical methods.A unique and novel feature of the book is the introduction of a recently developed method for solving partial differential equations (PDEs), called the unified transform. PDEs are the mathematical cornerstone for describing an astonishingly wide range of phenomena, from quantum mechanics to ocean waves, to the diffusion of heat in matter and the behavior of financial markets. Despite the efforts of many famous mathematicians, physicists and engineers, the solution of partial differential equations remains a challenge.The unified transform greatly facilitates this task. For example, two and a half centuries after Jean d''Alembert formulated the wave equation and presented a solution for solving a simple problem for this equation, the unified transform derives ... Unknown localization key: "more"

Objev podobné jako Modern Mathematical Methods For Scientists And Engineers: A Street-smart Introduction - Athanassios Fokas, Efthimios Kaxiras

Eloquent JavaScript, 4th Edition - Haverbeke Marijn

Simple for beginners to pick up, JavaScript is a flexible, lightweight language for building full-scale applications for the modern web. This much-anticipated fourth edition of Eloquent JavaScript shows you how to write beautiful, effective JavaScript code. It has been updated to reflect the current state of both JavaScript and web browsers, discussing new features like optional chaining, nullish coalescing, class properties, private fields, and newly standardized methods. Chapters on asynchronous programming, objects, and modules have been overhauled to reflect modern JavaScript style and improve readability. This bestselling book teaches through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. As you build projects, like a website and a pixel art editor, you''ll: Understand the essential elements of JS programming, including syntax, control, and data Organize and clarify your code with object-oriented and functional programming techniques Use the DOM effectively to interact with browsers Script the browser and make basic web applications Harness Node.js to build servers and utilities Isn''t it time you became fluent in the language of the web?

Objev podobné jako Eloquent JavaScript, 4th Edition - Haverbeke Marijn

A Concise Introduction to Robot Programming with ROS 2 - Francisco Martin Rico

A Concise Introduction to Robot Programming with ROS2 provides the reader with the concepts and tools necessary to bring a robot to life through programming. It will equip the reader with the skills necessary to undertake projects with ROS2, the new version of ROS. It is not necessary to have previous experience with ROS2 as it will describe its concepts, tools, and methodologies from the beginning.Key FeaturesUses the two programming languages officially supported in ROS2 (C++, mainly, and Python)Approaches ROS2 from three different but complementary dimensions: the Community, Computation Graph, and the WorkspaceIncludes a complete simulated robot, development and testing strategies, Behavior Trees, and Nav2 description, setup, and useA GitHub repository with code to assist readersIt will appeal to motivated engineering students, engineers, and professionals working with robot programming.

Objev podobné jako A Concise Introduction to Robot Programming with ROS 2 - Francisco Martin Rico

Introduction to Digital Music with Python Programming - Cameron Roberts, Michael S. Horn, Melanie West

Introduction to Digital Music with Python Programming provides a foundation in music and code for the beginner. It shows how coding empowers new forms of creative expression while simplifying and automating many of the tedious aspects of production and composition.With the help of online, interactive examples, this book covers the fundamentals of rhythm, chord structure, and melodic composition alongside the basics of digital production. Each new concept is anchored in a real-world musical example that will have you making beats in a matter of minutes.Music is also a great way to learn core programming concepts such as loops, variables, lists, and functions, Introduction to Digital Music with Python Programming is designed for beginners of all backgrounds, including high school students, undergraduates, and aspiring professionals, and requires no previous experience with music or code.

Objev podobné jako Introduction to Digital Music with Python Programming - Cameron Roberts, Michael S. Horn, Melanie West

An Introduction to C & GUI Programming 2e - Simon Long

The popular C programming language is used for a huge range of applications, from the tiny microcontrollers used in toasters and watches up to complete operating systems. The first half of this book is an introduction to C, and covers the basics of writing simple command-line programs. The second half of the book shows how to use the GTK user interface toolkit with C to create feature-rich GUI applications which can be run on the desktop. No previous experience of C or GTK is required - even if you are an absolute beginner, this book will teach you all you need to know. In this book, you'll learn how to:Create simple command-line C programs. Control flow with conditions and loops. Handle variables, strings, and files. Design graphical user interface applications in C. Handle user input with buttons and menus. Use advanced UI features such as data stores and dialogs. Updated for GTK3, this book will teach you all you need to know to write simple programs in C and start creating GUIs. Although the examples in this book were developed on a Raspberry Pi running, Raspberry Pi OS, you can follow along on other operating systems, including Linux, macOS, and ... Unknown localization key: "more"

Objev podobné jako An Introduction to C & GUI Programming 2e - Simon Long

Introduction to Computation and Programming Using Python, third edition - John V. Guttag

The new edition of an introduction to the art of computational problem solving using Python.This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including numpy, matplotlib, random, pandas, and sklearn. It provides students with skills that will enable them to make productive use of computational techniques, including some of the tools and techniques of data science for using computation to model and interpret data as well as substantial material on machine learning. All of the code in the book and an errata sheet are available on the book’s web page on the MIT Press website.

Objev podobné jako Introduction to Computation and Programming Using Python, third edition - John V. Guttag

Professional JavaScript for Web Developers - Matt Frisbie

Update and upgrade your JavaScript skillset for ES 2023 with the ultimate JavaScript guide for pros Professional JavaScript for Web Developers, 5th edition, is the gold-standard in intermediate-to-advanced JavaScript programming development books. The author dives directly into the inner workings of JavaScript to help you clean up your code and become a more sophisticated and talented JavaScript developer. From object-oriented programming and inheritance to combining JavaScript with HTML and other markup languages, expert computer engineer Matt Frisbie walks you through everything you need to know to level-up your JavaScript game. This new edition is updated to include ECMAScript 2023 and later standard releases, the most useful techniques, and a relentless focus on code that works seamlessly in mobile web browsers and with the latest common frameworks and libraries. With this book, you will: Get up to date with ECMAScript 2023Get acquainted with the newest frameworks and librariesExplore advanced topics such as web animation, workers, and the latest APIsGet a head start on future ES releasesLearn to use modern syntax and best practicesUnderstand how to optimize performance in JavaScript applicationsMaster asynchronous programming patterns using promises, generators, and async/awaitPerfect for those who think they already know JavaScript “pretty well,” Professional JavaScript for ... Unknown localization key: "more"

Objev podobné jako Professional JavaScript for Web Developers - Matt Frisbie

How JavaScript Works - Jonathon Simpson

JavaScript is a complicated language with a lot of misinformation surrounding how it works. This book provides a comprehensive introduction to JavaScript, from how it works at a technical level to how it is used to create websites and applications. Everything you need to know to start a career in JavaScript development is covered here. How JavaScript Works begins with a practical introduction of the basics before moving into the technical underpinnings of JavaScript, detailing everything you need to know, including variables, memory storage, functions, classes, types, maps, sets and APIs. Once you’ve fully absorbed these key topics. author Jonathan Simpson will show you how to put them into practice, demonstrating how they are employed for modern web development. You’ll learn how to use JavaScript with HTML and CSS to construct web pages and applications, how to change CSS with JavaScript, and how to utilize Fetch and asynchronous operations. Uponcompleting this book, you will have the foundational knowledge necessary to continue your journey to becoming a professional JavaScript developer. What You Will Learn:Gain insight into the technical essentials of JavaScript and how it worksLearn advanced concepts and such as memory storage and how classes, functions and objects actually workExplore the ... Unknown localization key: "more"

Objev podobné jako How JavaScript Works - Jonathon Simpson

JavaScript All-in-One For Dummies - Chris Minnick

A developer’s resource to learning one of the most-used scripting languages JavaScript All-in-One For Dummies saves you shelf space by offering a complete introduction to JavaScript and how it’s used in the real world. This book serves up JavaScript coding basics before diving into the tools, libraries, frameworks, and runtime environments new and experienced coders need to know. Start by learning the basics of JavaScript and progress through the techniques and tools used by professional JavaScript developers, even if you’ve never written code before. You also get the details of today’s hottest libraries and frameworks—React.js, Vue.js, Svelte, and Node.js. Learn the basics of web and application development with the JavaScript languageGrasp the similarities and differences between React.js, Vue.js, and SvelteDiscover how to write server-side JavaScript and how to access databases with Node.jsGain a highly marketable skill, with one of the most popular coding languagesLaunch or further your career as a coder with easy-to-follow instructionThis is the go-to Dummies guide for future and current coders who need an all-inclusive guide JavaScript. This is the go-to Dummies guide for future and current coders who need an all-inclusive guide to the world of JavaScript.

Objev podobné jako JavaScript All-in-One For Dummies - Chris Minnick

Front-End Back-End Development with HTML, CSS, JavaScript, jQuery, PHP, and MySQL - Duckett Jon

A three-book set for web designers, front-end developers, and full-stack developers This three-book set combines the popular titles HTML & CSS: Design and Build Web Sites (2011)JavaScript & jQuery: Interactive Front-End Development (2014)PHP & MySQL: Server-side Web Development (2022) Together these three books form an ideal platform for anyone who wants to master HTML and CSS, step up to the additional front-end interactivity possible with JavaScript and jQuery, and build back-ends with features like content management and membership using PHP and MySQL. In combination, these skills are commonly referred to as “full-stack development” HTML & CSS covers structure, text, links, images, tables, forms, useful options, adding style with CSS, fonts, colors, thinking in boxes, styling lists and tables, layouts, grids, and even SEO, Google analytics, ftp, and HTML5. JavaScript & jQuery offers an excellent combined introduction to these two technologies starting from how JavaScript changes an HTML page’s code and progressing to creating interactivity including sliders, tabbed panels, accordions, and sorting images. PHP & MySQL finishes a self-taught programmer curriculum with data-driven web sites for content management or online shops that use registration, search, sending emails, and tailoring pages to individual users. A handy three-book set that combines related skillsHighly ... Unknown localization key: "more"

Objev podobné jako Front-End Back-End Development with HTML, CSS, JavaScript, jQuery, PHP, and MySQL - Duckett Jon

Beginning Functional JavaScript - Anto Aravinth, Srikanth Machiraju

Understand functional programming concepts and the functional nature of the JavaScript language. Starting with an introduction to functional programming concepts, you will learn the key differences between imperative and functional programming. Diving straight into JavaScript functions, you will learn to write them with ES8. Followed by this you will move to higher order functions and learn how ''Function as Data'' opens up a world of possibilities. You will then build higher order functions with closures. Arrays will then be introduced, followed by a set of APIs you can use with them. You will learn how to transform one function to another using currying and partial application. The compose function will be discussed in detail, followed by functors and monads. After having an in-depth look at applicative functors, you will learn the new features offered in ES8. The concluding chapters of Beginning Functional JavaScript will show you how to use a functional toolkit to build a small library that allows you to develop web applications, followed by tips on testing your functional code.What You Will Learn Discover functional programming concepts such as string padding and async functionsIdentify how functions are treated in JavaScriptCreate a functional library that mimics Underscore.JSDeep dive into ... Unknown localization key: "more"

Objev podobné jako Beginning Functional JavaScript - Anto Aravinth, Srikanth Machiraju

C++ Programming in easy steps - Mike McGrath

C++ Programming in easy steps, 7th edition shows you how to program in the powerful C++ native system language. Now, in its seventh edition, this guide gives complete examples that illustrate each aspect with colorized source code.C++ Programming in easy steps, 7th edition begins by explaining how to install a free C++ compiler so that you can quickly begin to create your own executable programs by copying the book’s examples. It demonstrates all the C++ language basics before moving on to provide examples of Object-Oriented Programming (OOP). C++ is not platform-dependent, so programs can be created on any operating system. Most illustrations in this book depict output on the Windows operating system (purely because it is the most widely-used desktop platform) but the examples can also be created on other platforms such as Linux or macOS. The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically using a modern C++ Integrated Development Environment (IDE), such as Microsoft’s Visual Studio. C++ Programming in easy steps, 7th edition has an easy-to-follow style that will appeal to: Anyone who wants to begin programming in C++.Programmers looking to advance from an interpreted programming language, such as Python, who ... Unknown localization key: "more"

Objev podobné jako C++ Programming in easy steps - Mike McGrath

Beginning Programming in 24 Hours, Sams Teach Yourself - Dean Miller, Greg Perry

Sams Teach Yourself Beginning Programming in 24 Hours explains the basics of programming in the successful 24 Hours format. The book''s examples are easily readable and understandable by even those with no previous exposure to programming. This book covers the absolute basics of programming: Why program? What tools to use? How does a program tell the computer what to do? Students will learn how to program the computer and will explore some of the most popular programming languages in use. This book will introduce students to common programming fundamentals using Python and will provide an overview of other common programming languages and their uses.

Objev podobné jako Beginning Programming in 24 Hours, Sams Teach Yourself - Dean Miller, Greg Perry

Javascript For Kids - Nick Morgan

JavaScript for Kids is a lighthearted introduction to the JavaScript language and programming in general.

Objev podobné jako Javascript For Kids - Nick Morgan

A Comprehensive Guide to Coding and Programming in Stata - Rafael Gafoor

This book is an introductory guide to programming and coding in Stata. Commonly encountered code in the field of medical statistics as well as the analyses of observational data are presented.For those who are involved in the analyses of observational studies, the need to sometimes assemble large datasets will necessitate a detailed understanding of loops and macros. This book covers these materials early on and then describes other commonly required coding commands.For those who program in a controlled environment (.e.g. medical statisticians who perform analyses for regulatory bodies), the production of log files, a suggested folder structure and analysis pathway are covered. This book also includes a wide range of tabulation commands and other methods of producing tables of descriptive statistics. The text also then provides a clear explanation of how to perform some inferential analyses (including how to extract and format the coefficients for use in subsequent reports).The focus on coding allows beginners to grasp the basics of coding and programming, as well as allowing established researchers to hone their skills and become more advanced programmers.Key Features:Covers the fundamental of using and understanding Stata.Able to be used by anyone looking to learn the basics of coding.Introduces and explains difficult ... Unknown localization key: "more"

Objev podobné jako A Comprehensive Guide to Coding and Programming in Stata - Rafael Gafoor

Cambridge IGCSEâ„¢ and O Level Computer Science Programming Book for Python with Digital Access (2 Years) - Chris Roffey

This series supports learners through the Cambridge IGCSE™ and O Level Computer Science syllabuses (0478/0984/2210). Develop skills and confidence with our programming book for Python. Created to support students undertaking the Cambridge IGCSE™ and O Level Computer Science syllabuses, this resource provides tailored support when programming with Python. A three-tiered approach to programming tasks across the book provides scaffolded support for students of all levels of understanding. Answers are accessible in the ''Solutions'' chapter in the digital part of the resource on the Cambridge GO platform, enabling students to practise their programming skills in class or at home.

Objev podobné jako Cambridge IGCSEâ„¢ and O Level Computer Science Programming Book for Python with Digital Access (2 Years) - Chris Roffey

Types and Programming Languages - Benjamin C. Pierce

A comprehensive introduction to type systems and programming languages.A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems—and of programming languages from a type-theoretic perspective—has important applications in software engineering, language design, high-performance compilers, and security.This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.

Objev podobné jako Types and Programming Languages - Benjamin C. Pierce

Artificial Intelligence Programming with Python - Perry Xiao

A hands-on roadmap to using Python for artificial intelligence programming In Practical Artificial Intelligence Programming with Python: From Zero to Hero, veteran educator and photophysicist Dr. Perry Xiao delivers a thorough introduction to one of the most exciting areas of computer science in modern history. The book demystifies artificial intelligence and teaches readers its fundamentals from scratch in simple and plain language and with illustrative code examples. Divided into three parts, the author explains artificial intelligence generally, machine learning, and deep learning. It tackles a wide variety of useful topics, from classification and regression in machine learning to generative adversarial networks. He also includes: Fulsome introductions to MATLAB, Python, AI, machine learning, and deep learningExpansive discussions on supervised and unsupervised machine learning, as well as semi-supervised learningPractical AI and Python “cheat sheet” quick referencesThis hands-on AI programming guide is perfect for anyone with a basic knowledge of programming—including familiarity with variables, arrays, loops, if-else statements, and file input and output—who seeks to understand foundational concepts in AI and AI development.

Objev podobné jako Artificial Intelligence Programming with Python - Perry Xiao

Construction Planning, Programming and Control - Peter J. Williams, Brian Cooke

An essential introduction to the management of building projects Construction management is a complex discipline with many facets. The essence of construction management is the delivery of construction projects to meet the client’s goals whilst recognising the commercial interests of the many designers, consultants and contractors involved. Balancing the expected quality outcomes, the highest safety standards and time and budget pressures is not an easy task. Therefore, students and practitioners looking to understand the core principles of construction management need an authoritative, accessible and comprehensive text on the subject. Since its first edition in 1998, Construction Planning, Programming and Control has met this need with its practical approach to the management of construction projects. The book covers the principles and practice of project time and cost control and includes key related topics and more. It places the subject matter in the context of the challenges facing the construction industry and explains complex issues in a practical and understandable way. Readers of the fourth edition of Construction Planning, Programming and Control will also find detailed coverage of: Procurement and contracts, supply chain and risk management and health and safety management including CDM 2015JCT 2016, NEC4; ICC and FIDIC conditions of contractMethod ... Unknown localization key: "more"

Objev podobné jako Construction Planning, Programming and Control - Peter J. Williams, Brian Cooke

Introduction to Modern Economic Growth - Daron Acemoglu

From Nobel Prize–winning economist Daron Acemoglu, an incisive introduction to economic growthIntroduction to Modern Economic Growth is a groundbreaking text from one of today''s leading economists. Daron Acemoglu gives graduate students not only the tools to analyze growth and related macroeconomic problems, but also the broad perspective needed to apply those tools to the big-picture questions of growth and divergence. And he introduces the economic and mathematical foundations of modern growth theory and macroeconomics in a rigorous but easy to follow manner.After covering the necessary background on dynamic general equilibrium and dynamic optimization, the book presents the basic workhorse models of growth and takes students to the frontier areas of growth theory, including models of human capital, endogenous technological change, technology transfer, international trade, economic development, and political economy. The book integrates these theories with data and shows how theoretical approaches can lead to better perspectives on the fundamental causes of economic growth and the wealth of nations.Innovative and authoritative, this book is likely to shape how economic growth is taught and learned for years to come.Introduces all the foundations for understanding economic growth and dynamic macroeconomic analysisFocuses on the big-picture questions of economic growthProvides mathematical foundationsPresents dynamic general equilibriumCovers ... Unknown localization key: "more"

Objev podobné jako Introduction to Modern Economic Growth - Daron Acemoglu

Ultimate Python Programming - Deepali Srivastava

This book provides a comprehensive and thorough introduction to Python, a popular programming language used by various top companies across various domains. Whether you are a novice starting your programming journey or an experienced programmer looking to expand your skill set, this book is designed to assist you in mastering core Python concepts. Starting with the basics, this book guides you through the setup, basic commands, and key language rules. The book covers important ideas like different types of data, variables, and how to control the flow of your programs. You will also learn about collections for organizing data, functions for reusable code, modules for organizing bigger projects, and object-oriented programming for modeling real-world things. Advanced topics include customizing object behavior, efficient data processing, modifying function behavior, and handling errors gracefully.

Objev podobné jako Ultimate Python Programming - Deepali Srivastava

Introduction to Modern Climate Change - Andrew Dessler

This is an invaluable textbook for any introductory survey course on the science and policy of climate change, for both non-science majors and introductory science students. The second edition has been thoroughly updated to reflect the most recent science from the latest Intergovernmental Panel on Climate Change reports, and many illustrations include new data. The new edition also reflects advances in the political debate over climate change. Unique amongst textbooks on climate change, it combines an introduction to the science with an introduction to economic and policy issues, and is tightly focused on anthropogenic climate change. It contains the necessary quantitative depth for students to properly understand the science of climate change. It supports students in using algebra to understand simple equations and to solve end-of-chapter problems. Supplementary online resources include a complete set of PowerPoint figures for instructors, solutions to exercises, videos of the author''s lectures, and additional computer exercises.

Objev podobné jako Introduction to Modern Climate Change - Andrew Dessler

Python Programming Guide for GCSE Computer Science with Online Edition, Python Files & Videos - CGP Books

This brilliant CGP book is the perfect no-nonsense guide for anyone who wants to learn Python. It contains clear notes on all the key programming skills - ideal for Python beginners, GCSE Computer Science students, and as an introduction to Python at A-Level. There are plenty of useful practice questions, fully-worked examples and coding challenges throughout, with full answers included at the back of the book. We've even added over 250 downloadable files covering different areas of Python - they're just the ticket for anyone looking for practical, on-screen practice. If that wasn't enough, there are video solutions to walk you through some of the coding challenges and we've also included a free Online Edition of the entire book - just use the unique code printed inside the cover to gain access. Don't miss our matching Python Programming Cards (9781837741380) to become a real Python pro!

Objev podobné jako Python Programming Guide for GCSE Computer Science with Online Edition, Python Files & Videos - CGP Books

Introduction to Econometrics, Global Edition - Mark Watson, James Stock

Learn more about modern Econometrics with this comprehensive introduction to the field, featuring engaging applications and bringing contemporary theories to life. Introduction to Econometrics, 4th Edition, Global Edition by Stock and Watson is the ultimate introductory guide that connects modern theory with motivating, engaging applications. The text ensures you get a solid grasp of this challenging subject''s theoretical background, building on the philosophy that applications should drive the theory, not the other way around. The latest edition maintains the focus on currency, focusing on empirical analysis and incorporating real-world questions and data by using results directly relevant to the applications. The text contextualises the study of Econometrics with a comprehensive introduction and review of economics, data, and statistics before proceeding to an extensive regression analysis studying the different variables and regression parameters. With a large data set increasingly used in Economics and related fields, a new chapter dedicated to Big Data will help you learn more about this growing and exciting area. Sharing a variety of resources and tools to help your understanding and critical thinking of the topics introduced, such as General Interest boxes, or end-of-chapter, and empirical exercises and summaries, this industry-leading text will help you acquire a ... Unknown localization key: "more"

Objev podobné jako Introduction to Econometrics, Global Edition - Mark Watson, James Stock

Introduction to Physical Hydrology - Martin Hendriks

Water dominates our lives: we live on a planet with much water and our lives depend on it in many ways. Despite the seeming abundance of water on the planet - with over 70% being salt water - human activity and prevailing climate conditions are placing more pressure on our supply of water than ever before, however. With this pressure comes a need to understand the physical principles of hydrology - the study of the occurrence, movement, and physical properties of non-oceanic water on and below the earth''s surface - an understanding that can then be applied to water management and related innovations. Introduction to Physical Hydrology provides a solid grounding in the principles of the subject. Exploring the principal rules that govern the flow of water on the land, it considers the four major types of water: atmospheric, ground, soil, and surface. It gives insights into the major hydrological processes, and shows how the principles of physical hydrology inform our understanding of climate and global hydrology - the large-scale study of hydrology with which we need to grapple to fully understand the impact of the climate on water supply.The study of physical properties is done most effectively through mathematical ... Unknown localization key: "more"

Objev podobné jako Introduction to Physical Hydrology - Martin Hendriks

A Contemporary Introduction to the Bible - David M. Carr, Colleen M. Conway

Explore a timely introduction to the formation of the Bible in its historical and modern contexts In the newly revised Second Edition of A Contemporary Introduction to the Bible: Sacred Texts and Imperial Contexts, accomplished scholars and authors Colleen M. Conway and David M. Carr deliver a rigorous, accessible, and up-to-date introduction to the Bible. The textbook places the Hebrew Bible/Old Testament and New Testament in the broader context of world history, with a special focus on the empires that influenced the Bible’s formation. Readers are introduced to the academic study of the Bible through a range of scholarly approaches. Readers benefit from the inclusion of: A thorough introduction to the Bible in its ancient contexts, from the emergence of Israel’s earliest traditions to the writing and reshaping of the Bible amidst Assyrian Babylonian, Persian, Hellenistic and Roman empires. The most up-to-date work in the field, seamlessly integrated into every chapter A wealth of pedagogical features including study questions, bibliographies, timelines, and illustrations An unparalleled coverage of both fundamental topics and cutting-edge issues, resulting in a truly outstanding textbook. Perfect for undergraduate and graduate students studying religion, history, sociology, and philosophy, A Contemporary Introduction to the Bible: Sacred Texts and ... Unknown localization key: "more"

Objev podobné jako A Contemporary Introduction to the Bible - David M. Carr, Colleen M. Conway

An Introduction to Redox Polymers for Energy-Storage Applications - Ulrich S. Schubert, Andreas , Friedrich-Schiller University, Jena, Germany) Winte

An Introduction to Redox Polymers for Energy-Storage Applications Presents a well-founded introduction to the field or Redox Polymers, with didactical features like summary boxes and a Q&A sections An Introduction to Redox Polymers for Energy-Storage Applications discusses fundamental aspects related to polymer-based batteries, such as types of batteries, their historic development, design and synthesis criteria of the active material, and summarizes the various types of redox polymers and their applications. Each chapter contains learning objectives, summary boxes, and questions to allow for efficient exam preparation. In An Introduction to Redox Polymers for Energy-Storage Applications, readers will find detailed information on: Fundamental aspects of redox-active polymers, along with their historical classification, taking the key applications of the materials into accountEnergy-storage devices, containing polymers as the electrode active materials, and specific material requirements for the desired applicationsClassification of redox-active polymers, e.g., according to the nature of the actual redox-active moieties, their backbone structure, or topologyElectrical conductivity of conjugated polymers, covering their most prominent representatives (polyaniline, polypyrrole, polythiophene, and polyacetylene) An Introduction to Redox Polymers for Energy-Storage Applications also covers the synthesis and applications of these materials, making it an excellent book for graduates, PhD students, and professionals who are starting in this ... Unknown localization key: "more"

Objev podobné jako An Introduction to Redox Polymers for Energy-Storage Applications - Ulrich S. Schubert, Andreas , Friedrich-Schiller University, Jena, Germany) Winte

A Brief Introduction to the New Testament - Professor Bart D. Ehrman

Featuring vibrant full color throughout, A Brief Introduction to the New Testament, Fifth Edition, is a concise version of Bart D. Ehrman''s best-selling The New Testament: A Historical Introduction to the Early Christian Writings, Seventh Edition. Retaining the approach of the longer textbook while condensing and simplifying much of its material, this volume looks at the New Testament from a consistently historical and comparative perspective and emphasizes the rich diversity of the earliest Christian literature. Distinctive to this study is its emphasis on the historical, literary, and religious milieux of the Greco-Roman world, including early Judaism.The text incorporates a wealth of pedagogical resources including an extensive text box program, study questions, maps, timelines, and more than eighty photos (including three photo essays). A comprehensive glossary contains more than 200 key terms; these terms appear in boldface type the first time they are used in each chapter and are also listed at the end of each chapter in which they appear.Ideal for undergraduate and seminary classes in the New Testament, Biblical Studies, and Christian Origins, A Brief Introduction to the New Testament, Fifth Edition, is an engaging and accessible introduction that encourages students to consider the historical issues surrounding these writings.

Objev podobné jako A Brief Introduction to the New Testament - Professor Bart D. Ehrman

Introduction to Psycholinguistics - Matthew J. Traxler

The new edition of the popular introduction to the field of psycholinguistics, providing a solid foundation for understanding how people produce and comprehend language Introduction to Psycholinguistics: Understanding Language Science, Second Edition, presents a comprehensive overview of the cognitive processes involved in language acquisition, production, and comprehension. Balancing depth and accessibility, this bestselling textbook adopts a multidisciplinary approach to the study of language that incorporates perspectives from psychology, linguistics, philosophy, computer science, neurology, neurophysiology, and related fields. Student-friendly chapters explain the core components of speech, discuss how the brain receives and applies the basic building blocks of language, review leading research in psycholinguistics, describe the experimental evidence behind major theories, and more. Fully updated to incorporate recent developments in the field, the second edition of Introduction to Psycholinguistics includes a new section devoted to language and cognitive disorders, two entirely new chapters on language as aspects of autism and schizophrenia, updated illustrations and learning objectives, and new coverage of language acquisition, the cognitive neuroscience of language, bilingualism, and sign language. This valuable textbook: Reviews leading research and theory in psycholinguistics, including in-depth descriptions of the experimental evidence behind theoriesDescribes phonology, morphology, semantics, syntax, pragmatics, and other key components of languageCovers ... Unknown localization key: "more"

Objev podobné jako Introduction to Psycholinguistics - Matthew J. Traxler

An Introduction to the Old Testament - Tremper Longman III, Raymond B. Dillard

An upper-level introduction to the Old Testament that offers students a thorough understanding of three key issues: historical background, literary analysis, and theological message.This second edition of An Introduction to the Old Testament integrates recent developments in Old Testament scholarship. It has many distinctive features that set it apart from other introductions to the Old Testament:It''s committed to a theologically evangelical perspective.Emphasizes "special introduction"—the study of individual books.Interacts in an irenic spirit with the historical-critical method.Features points of research history and representative scholars rather than an exhaustive treatment of past scholarship.Deals with the meaning of each book, not in isolation but in a canonical context.Probes the meaning of each book in the setting of its culture.Including callouts, charts, and graphs, An Introduction to the Old Testament is written with an eye to understanding the nature of Old Testament historiography.Perfect for seminary students, professors, and Bible teachers and ministry leaders, as well as anyone looking for an in-depth and balanced approach to Old Testament study.

Objev podobné jako An Introduction to the Old Testament - Tremper Longman III, Raymond B. Dillard

An Introduction to Sociology - Ken Browne

This fifth edition of An Introduction to Sociology provides an accessible and engaging introduction to sociology, without oversimplifying or passing over the important and exciting insights sociology has to offer.  Building on the book's existing achievements, Ken Browne has restructured the fifth edition to focus on the core issues in sociology considered in introductory courses. The book covers all the topics and options specified by the GCSE and IGCSE examining boards, including the required classic texts and theoretical perspectives which are helpfully applied throughout the chapters. The new edition has been completely updated to reflect contemporary social changes, including the latest statistics and topical illustrative examples. New material is to be found throughout, such as more extensive treatment of family and household diversity, the marketization of education, social inequality, the control and prevention of crime, and the effects of new media technologies.  Carefully designed to support and extend students' learning, a number of features – such as a range of activities, questions and discussion points – add to the book's value as a learning and teaching resource. Explanatory graphics, photographs and cartoons also enliven the text, presenting sociology as an exciting and relevant topic to students of all ... Unknown localization key: "more"

Objev podobné jako An Introduction to Sociology - Ken Browne

Introduction to Sociological Theory - Michele Dillon

Introduces both classical and contemporary sociological theory in a single comprehensive volume Introduction to Sociological Theory helps undergraduate and graduate students appreciate the diverse perspectives found in sociological analysis, apply theoretical concepts to contemporary issues, and think analytically about everyday occurrences beyond the classroom. Covering a diverse range of theorists and conceptual frameworks, this easily accessible textbook integrates carefully selected primary quotations, extensive discussion of key topics, and a wealth of illustrative empirical examples from around the world. The updated fourth edition of Introduction to Sociological Theory provides new contemporary examples, new discussion of current events, and new material demonstrating the relevance and practical application of sociological concepts in daily life. An entirely new section on posthumanism is accompanied by timely coverage of climate change, COVID-19, social media, post-truth society, the gig economy, ChatGPT, intersectionality, economic and racial inequality, and more. Written in a lively and engaging style, Introduction to Sociological Theory: Illustrates the relevance and real-world application of various sociological concepts and analytical ideasOffers detailed discussion of concepts and ideas found in excerpts from original theoretical writingsHelps students apply theoretical concepts to sociological topics such as globalization, inequality, crime, race and gender, political sociology, sexuality, culture, and religionContains timelines ... Unknown localization key: "more"

Objev podobné jako Introduction to Sociological Theory - Michele Dillon

Introduction to Protein Science - Arthur M. Lesk

Over the last century, the centrality of proteins to life on earth has become increasingly clear - from forming enzymes acting as catalysts for specific reactions, to crucial molecules such as antibodies in the immune system, and as signalling molecules between cells. In fact, the more they are studied, the more proteins continue to reveal new and exciting functions. Indeed, by studying amino acid sequences and protein structures it is even possible to unravel some of the mysteries of evolution itself.Introduction to Protein Science, 3rd edition provides a rich and broad introduction to this fascinating field by covering not only the structure and function of proteins, but also the methods and experimental techniques used to study them. The practical applications of our knowledge to diverse fields such as biotechnology and medicine are emphasized throughout, to help students appreciate the relevance of the subject to the real world. Active learning is encouraged by the provision of frequent exercises and problems, with further ''weblems'' - web-based problems - on the Online Resource Centre.Online Resource CentreThe Online Resource Centre to accompany Introduction to Protein Science features:For students:·Answers to end-of-chapter exercises, and hints to end-of-chapter problems, so students can check their understanding.·Rotating structures from ... Unknown localization key: "more"

Objev podobné jako Introduction to Protein Science - Arthur M. Lesk

A General Introduction to Data Analytics - Tomáš Horváth, Andre Carvalho, Joao Moreira

A guide to the principles and methods of data analysis that does not require knowledge of statistics or programming A General Introduction to Data Analytics is an essential guide to understand and use data analytics. This book is written using easy-to-understand terms and does not require familiarity with statistics or programming. The authors—noted experts in the field—highlight an explanation of the intuition behind the basic data analytics techniques. The text also contains exercises and illustrative examples. Thought to be easily accessible to non-experts, the book provides motivation to the necessity of analyzing data. It explains how to visualize and summarize data, and how to find natural groups and frequent patterns in a dataset. The book also explores predictive tasks, be them classification or regression. Finally, the book discusses popular data analytic applications, like mining the web, information retrieval, social network analysis, working with text, and recommender systems. The learning resources offer: A guide to the reasoning behind data mining techniquesA unique illustrative example that extends throughout all the chaptersExercises at the end of each chapter and larger projects at the end of each of the text’s two main parts Together with these learning resources, the book can be used in ... Unknown localization key: "more"

Objev podobné jako A General Introduction to Data Analytics - Tomáš Horváth, Andre Carvalho, Joao Moreira

Introduction to Logistics Systems Management - Gianpaolo Ghiani, Roberto Musmanno, Gilbert Laporte

INTRODUCTION TO LOGISTICS SYSTEMS MANAGEMENT The updated new edition of the award-winning introductory textbook on logistics system management Introduction to Logistics Systems Management provides an in-depth introduction to the methodological aspects of planning, organization, and control of logistics for organizations in the private, public and non-profit sectors. Based on the authors’ extensive teaching, research, and industrial consulting experience, this classic textbook is used in universities worldwide to teach students the use of quantitative methods for solving complex logistics problems. Fully updated and revised, the third edition places increased emphasis on the complexity and flexibility required by modern logistics systems. In this context, the extensive use of data, descriptive analytics, predictive models, and optimization techniques will be invaluable to support the decisions and actions of logistics and supply chain managers. Throughout the book, brand-new case studies and numerical examples illustrate how various methods can be used in industrial and service logistics to reduce costs and improve service levels. The book: includes new models and techniques that have emerged over the past decade; describes methodologies for logistics decision making, forecasting, logistics system design, procurement, warehouse management, and freight transportation management; includes end-of-chapter exercises, Microsoft® Excel® files and Python® computer codes for each ... Unknown localization key: "more"

Objev podobné jako Introduction to Logistics Systems Management - Gianpaolo Ghiani, Roberto Musmanno, Gilbert Laporte

An Introduction to Mathematical Cryptography - Jeffrey Hoffstein, Joseph H. Silverman, Jill Pipher

This self-contained introduction to modern cryptography emphasizes the mathematics behind the theory of public key cryptosystems and digital signature schemes. The book focuses on these key topics while developing the mathematical tools needed for the construction and security analysis of diverse cryptosystems. Only basic linear algebra is required of the reader; techniques from algebra, number theory, and probability are introduced and developed as required. This text provides an ideal introduction for mathematics and computer science students to the mathematical foundations of modern cryptography. The book includes an extensive bibliography and index; supplementary materials are available online.The book covers a variety of topics that are considered central to mathematical cryptography. Key topics include:classical cryptographic constructions, such as Diffie–Hellmann key exchange, discrete logarithm-based cryptosystems, the RSA cryptosystem, and digital signatures;fundamental mathematical tools for cryptography, including primality testing, factorization algorithms, probability theory, information theory, and collision algorithms;an in-depth treatment of important cryptographic innovations, such as elliptic curves, elliptic curve and pairing-based cryptography, lattices, lattice-based cryptography, and the NTRU cryptosystem.The second edition of An Introduction to Mathematical Cryptography includes a significant revision of the material on digital signatures, including an earlier introduction to RSA, Elgamal, and DSA signatures, and new material on lattice-based signatures ... Unknown localization key: "more"

Objev podobné jako An Introduction to Mathematical Cryptography - Jeffrey Hoffstein, Joseph H. Silverman, Jill Pipher

An Introduction to Molecular Ecology - Graham Rowe, Trevor , Emeritus Professor (Evolution, Behaviour and Environment), University of Sussex) Beebee,

An Introduction to Molecular Ecology combines theoretical concepts with practice-driven examples to showcase the latest molecular and genomic techniques and their impact on the study of ecology.The opening chapters introduce the essential molecular and genetic concepts that underpin the subject and describe key molecular tools and methods available to the ecologist. Capturing the broad scope of the field, the book goes on to explore the use of molecular tools in the context of behavioural ecology, population genetics, phylogeography, conservation, and microbial ecology. The third edition includes coverage of exciting new technological and analytical developments, such as next generation sequencing, which have revolutionized the field over the last decade. Molecular ecology is now in a position to tackle some truly ecological questions for the first time since its inception.Blending conceptual detail with the most instructive examples, An Introduction to Molecular Ecology is an ideal resource for those new to the subject needing to develop a strong working understanding of the field.Online Resource CentreThe Online Resource Centre to accompany An Introduction to Molecular Ecology features: For students: - Suggested review articles to take your learning further - Links to useful websites and software - A range of questions to consolidate your learning ... Unknown localization key: "more"

Objev podobné jako An Introduction to Molecular Ecology - Graham Rowe, Trevor , Emeritus Professor (Evolution, Behaviour and Environment), University of Sussex) Beebee,

Introduction to Cosmetic Formulation and Technology - Gabriella Baki

Introduction to Cosmetic Formulation and Technology An accessible and practical review of cosmetics and OTC drug-cosmetic products In the newly revised second edition of Introduction to Cosmetic Formulation and Technology, veteran educator and researcher Dr. Gabriella Baki delivers a comprehensive discussion of cosmetics and personal care products, including coverage of basic concepts, ingredient selection, formulation technology, and testing. The book offers a clear and easy-to-understand review of cosmetics and over the counter (OTC) drug-cosmetic products available in the United States. In this latest edition, the author expands on general concepts and adds brand-new chapters on the basics of cosmetics testing, ingredients, and skin lightening products. Each chapter includes a summary of common abbreviations with questions provided online, alongside a solutions manual for instructors. Readers will also find: A thorough introduction to the basic definitions, claims, and classifications of cosmetics and OTC drug-cosmetic products Comprehensive explorations of the current rules and regulations for cosmetics and OTC drug-cosmetic products in the United States and European Union Detailed review of cosmetic ingredients, functions, and typical uses both in a dedicated a chapter and included within various others Practical coverage of good manufacturing practices for cosmetics, including documentation, buildings and facilities, equipment, and personnel ... Unknown localization key: "more"

Objev podobné jako Introduction to Cosmetic Formulation and Technology - Gabriella Baki

Introduction to Kinesiology

This is the loose-leaf version of Introduction to Kinesiology, Seventh Edition With HKPropel Access, which offers students a less expensive, printed version of the text.Discover the fundamentals of kinesiology.Introduction to Kinesiology: Studying Physical Activity, Seventh Edition With HKPropel Access, stimulates curiosity about the vast field of kinesiology and generates awareness of the long-standing and current issues that kinesiology professionals seek to understand and solve. This engaging, full-color introductory text offers students a comprehensive overview of the field of kinesiology and explores major subdisciplinary fields of study, common career paths, and emerging ideas that are part of this dynamic and expanding discipline.The seventh edition includes refreshed opening scenarios and photos, and it integrates the latest research results. This updated edition explores current topics such as the payment of college student athletes, issues in equitable services, competition, and emerging professions in high-performance sport. Hot Topic sidebars—new to this edition—highlight trending areas of kinesiology research in each subdiscipline. Related online learning tools delivered through HKPropel offer interactive opportunities for students to engage with and better understand the content.Introduction to Kinesiology, Seventh Edition, features a three-section structure that has always been a strength of this leading introductory textbook. Pedagogical aids such as chapter objectives, ... Unknown localization key: "more"

Objev podobné jako Introduction to Kinesiology

Introduction to Kinesiology

This is the loose-leaf version of Introduction to Kinesiology, Seventh Edition With HKPropel Access, which offers students a less expensive, printed version of the text.Discover the fundamentals of kinesiology.Introduction to Kinesiology: Studying Physical Activity, Seventh Edition With HKPropel Access, stimulates curiosity about the vast field of kinesiology and generates awareness of the long-standing and current issues that kinesiology professionals seek to understand and solve. This engaging, full-color introductory text offers students a comprehensive overview of the field of kinesiology and explores major subdisciplinary fields of study, common career paths, and emerging ideas that are part of this dynamic and expanding discipline.The seventh edition includes refreshed opening scenarios and photos, and it integrates the latest research results. This updated edition explores current topics such as the payment of college student athletes, issues in equitable services, competition, and emerging professions in high-performance sport. Hot Topic sidebars—new to this edition—highlight trending areas of kinesiology research in each subdiscipline. Related online learning tools delivered through HKPropel offer interactive opportunities for students to engage with and better understand the content.Introduction to Kinesiology, Seventh Edition, features a three-section structure that has always been a strength of this leading introductory textbook. Pedagogical aids such as chapter objectives, ... Unknown localization key: "more"

Objev podobné jako Introduction to Kinesiology

Introduction to Epidemiology - Ray M. Merrill

Introduction to Epidemiology is a comprehensive, reader-friendly introduction to this exciting field. Designed for students with minimal training in the biomedical sciences and statistics, this full-color text emphasizes the application of the basic principles of epidemiology according to person, place, and time factors in order to solve current, often unexpected, and serious public health problems. Students will learn how to identify and describe public health problems, formulate research hypotheses, select appropriate research designs, manage and analyze epidemiologic data, interpret and apply results in preventing and controlling disease and health-related events. With real-world examples in the form of case studies and news files in each chapter, Introduction to Epidemiology is an accessible and effective approach to learning epidemiology. Carefully revised throughout, the Ninth Edition offers: New chapters on Epidemiology Study Plan (5) and on Social Epidemiology (13)

Objev podobné jako Introduction to Epidemiology - Ray M. Merrill

An Introduction to Political Philosophy - Jonathan Wolff

Who should hold political power?Are there any justified limits to people''s liberty?What is democracy? Is it really that attractive? An Introduction to Political Philosophy is the beginner''s ideal introduction to the field, combining clarity and a conversational style with a thought-provoking account of the central questions in political philosophy. Wolff explores a series of enduring and timeless questions, spanning centuries and millennia to consider a diverse range of thinkers and their responses to those questions, and to demonstrate how political philosophy helps us understand contemporary issues. Digital formats and resourcesAn Introduction to Political Philosophy is available for students and institutions to purchase in a variety of formats. The e-book offers a mobile experience and convenient access along with tutorial style videos by the renowned political philosopher, Jo Wolff, to help you get to grips with the central questions in political philosophy, and learn at your own pace: www.oxfordtextbooks.co.uk/ebooks

Objev podobné jako An Introduction to Political Philosophy - Jonathan Wolff

An Introduction to Sociolinguistics - Janet M. Fuller, Ronald Wardhaugh

AN INTRODUCTION TO SOCIOLINGUISTICS The new eighth edition of An Introduction to Sociolinguistics brings this valuable, bestselling textbook up to date with the latest in sociolinguistic research and pedagogy, providing a broad overview of the study of language in social context with accessible coverage of major concepts, theories, methods, issues, and debates within the field. This leading text helps students develop a critical perspective on language in society as they explore the complex connections between societal norms and language use. The eighth edition contains new and updated coverage of such topics as the societal aspects of African American Vernacular English (AAVE), multilingual societies and discourse, gender and sexuality, ideologies and language attitudes, and the social meanings of linguistic forms. Organized in four sections, this text first covers traditional language issues such as the distinction between languages and dialects, identification of regional and social variation within languages, and the role of context in language use and interpretation. Subsequent chapters cover approaches to research in sociolinguistics—variationist sociolinguistics, ethnography, and discourse analytic research—and address both macro– and micro-sociolinguistic aspects of multilingualism in national, transnational, global, and digital contexts. The concluding section of the text looks at language in relation to gender and sexuality, ... Unknown localization key: "more"

Objev podobné jako An Introduction to Sociolinguistics - Janet M. Fuller, Ronald Wardhaugh

Introduction to Public Health Program Planning - Joanna Hayden

Written to provide students with the essential program planning skills that they'll need in public health practice, Introduction to Public Health Program Planning offers an accessible and engaging approach to the program planning process. Divided into 3 parts, Introduction to Public Health Program Planning begins with an introduction to the basics of planning, health determinants, and behaviors. It then offers in-depth discussion of the generic planning phases - from assessing needs and planning to implementing and evaluation. The third section explores the four most commonly used planning frameworks, along with three additional planning frameworks that address specific health issues. A final chapter offers guidance on choosing a planning framework. Key Features:- Chapter-opening analogies to real-life situations help demystify chapter content and ease student understanding to chapter material. - Commonly used planning frameworks, including PRECEDE-PROCEED, MAPP, MAP-IT, and Intervention Mapping are discussed in detail in separate chapters that also include step-by-step instruction for their use. - End-of chapter activities that link to journal articles demonstrate how the material covered is applied in a practice setting. - Figures and tables provide visual examples that clarify and expand upon chapter material. - Navigate eBook Access (included with each new print text) enables students ... Unknown localization key: "more"

Objev podobné jako Introduction to Public Health Program Planning - Joanna Hayden

A Short Introduction to Psychoanalysis - Jane Miltonová, Caroline Polmear, Julia Fabricius

The best simply got better. The first edition of this book was already quite simply the best introduction to psychoanalysis ever written and has been appropriately extremely popular with teachers and students alike. The thoroughly updated second edition retains all the powerful features of the first including its remarkable clarity and accessibility. The field will be greatly indebted to these authors for many years. - Professor Peter Fonagy, University College London  A Short Introduction to Psychoanalysis offers a user-friendly introduction to arguably the most misunderstood of all the psychological therapies. This fully updated and revised second edition explains what psychoanalysis really is and provides the reader with an overview of its basic concepts, historical development, critiques and research base. Demonstrating the far reaching influence of psychoanalysis, the authors - all practicing psychoanalysts - describe how its concepts have been applied beyond the consulting room and examine its place within the spectrum of other psychological theories. The text is enlivened by numerous clinical examples.  New to this edition, the book  o discusses parent infant psychotherapy and mentalization-based therapy (MBT) o further investigates psychotherapy in the NHS and the IAPT programme, with more on the debate between CBT and ... Unknown localization key: "more"

Objev podobné jako A Short Introduction to Psychoanalysis - Jane Miltonová, Caroline Polmear, Julia Fabricius

An Introduction to Statistical Mechanics and Thermodynamics - Prof Robert H. Swendsen

An Introduction to Statistical Mechanics and Thermodynamics returns with a second edition which includes new chapters, further explorations, and updated information into the study of statistical mechanics and thermal dynamics.The first part of the book derives the entropy of the classical ideal gas, using only classical statistical mechanics and an analysis of multiple systems first suggested by Boltzmann. The properties of the entropy are then expressed as "postulates" of thermodynamics in the second part of the book. From these postulates, the formal structure of thermodynamics is developed. The third part of the book introduces the canonical and grand canonical ensembles, which are shown to facilitate calculations for many model systems. An explanation of irreversible phenomena that is consistent with time-reversal invariance in a closed system is presented. The fourth part of the book is devoted to quantum statistical mechanics, including black-body radiation, the harmonic solid, Bose-Einstein and Fermi-Dirac statistics, and an introduction to band theory, including metals, insulators, and semiconductors. The final chapter gives a brief introduction to the theory of phase transitions. Throughout the book, there is a strong emphasis on computational methods to make abstract concepts more concrete.

Objev podobné jako An Introduction to Statistical Mechanics and Thermodynamics - Prof Robert H. Swendsen

Introduction to Algorithms, fourth edition - Thomas H. Cormen, Charles E. Leiserson

A comprehensive update of the leading algorithms text, with new material on matchings in bipartite graphs, online algorithms, machine learning, and other topics.Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers, with self-contained chapters and algorithms in pseudocode. Since the publication of the first edition, Introduction to Algorithms has become the leading algorithms text in universities worldwide as well as the standard reference for professionals. This fourth edition has been updated throughout.New for the fourth edition New chapters on matchings in bipartite graphs, online algorithms, and machine learningNew material on topics including solving recurrence equations, hash tables, potential functions, and suffix arrays140 new exercises and 22 new problemsReader feedback–informed improvements to old problemsClearer, more personal, and gender-neutral writing styleColor added to improve visual presentationNotes, bibliography, and index updated to reflect developments in the fieldWebsite with new supplementary materialWarning: Avoid counterfeit copies of Introduction to Algorithms by buying only from reputable retailers. Counterfeit and pirated copies are incomplete and contain errors.

Objev podobné jako Introduction to Algorithms, fourth edition - Thomas H. Cormen, Charles E. Leiserson