Book picks similar to
Philosophy: An Introduction to the Art of Wondering by James L. Christian
philosophy
reference
non-fiction
office
Mathematics for the Nonmathematician
Morris Kline - 1967
But there is one other motive which is as strong as any of these — the search for beauty. Mathematics is an art, and as such affords the pleasures which all the arts afford." In this erudite, entertaining college-level text, Morris Kline, Professor Emeritus of Mathematics at New York University, provides the liberal arts student with a detailed treatment of mathematics in a cultural and historical context. The book can also act as a self-study vehicle for advanced high school students and laymen. Professor Kline begins with an overview, tracing the development of mathematics to the ancient Greeks, and following its evolution through the Middle Ages and the Renaissance to the present day. Subsequent chapters focus on specific subject areas, such as "Logic and Mathematics," "Number: The Fundamental Concept," "Parametric Equations and Curvilinear Motion," "The Differential Calculus," and "The Theory of Probability." Each of these sections offers a step-by-step explanation of concepts and then tests the student's understanding with exercises and problems. At the same time, these concepts are linked to pure and applied science, engineering, philosophy, the social sciences or even the arts.In one section, Professor Kline discusses non-Euclidean geometry, ranking it with evolution as one of the "two concepts which have most profoundly revolutionized our intellectual development since the nineteenth century." His lucid treatment of this difficult subject starts in the 1800s with the pioneering work of Gauss, Lobachevsky, Bolyai and Riemann, and moves forward to the theory of relativity, explaining the mathematical, scientific and philosophical aspects of this pivotal breakthrough. Mathematics for the Nonmathematician exemplifies Morris Kline's rare ability to simplify complex subjects for the nonspecialist.
Historical Linguistics: An Introduction
Lyle Campbell - 1991
Abundant examples and exercises allow students to focus on how to do historical linguistics. The book is distinctive for its integration of the standard topics with others now considered important to the field, including syntactic change, grammaticalization, sociolinguistic contributions to linguistic change, distant genetic relationships, areal linguistics, and linguistic prehistory. It also offers a defense of the family tree model, a response to recent claims on lexical diffusion/frequency, and a section on why languages diversify and spread. Examples are taken from a broad range of languages; those from the more familiar English, French, German, and Spanish make the topics more accessible, while those from non-Indo-European languages show the depth and range of the concepts they illustrate.
Diagnostic and Statistical Manual of Mental Disorders
American Psychiatric Association - 2013
Their dedication and hard work have yielded an authoritative volume that defines and classifies mental disorders in order to improve diagnoses, treatment, and research.The criteria are concise and explicit, intended to facilitate an objective assessment of symptom presentations in a variety of clinical settings -- inpatient, outpatient, partial hospital, consultation-liaison, clinical, private practice, and primary care. New features and enhancements make DSM-5 easier to use across all settings:- The chapter organization reflects a lifespan approach, with disorders typically diagnosed in childhood (such as neurodevelopmental disorders) at the beginning of the manual, and those more typical of older adults (such as neurocognitive disorders) placed at the end. Also included are age-related factors specific to diagnosis. - The latest findings in neuroimaging and genetics have been integrated into each disorder along with gender and cultural considerations.- The revised organizational structure recognizes symptoms that span multiple diagnostic categories, providing new clinical insight in diagnosis. - Specific criteria have been streamlined, consolidated, or clarified to be consistent with clinical practice (including the consolidation of autism disorder, Asperger's syndrome, and pervasive developmental disorder into autism spectrum disorder; the streamlined classification of bipolar and depressive disorders; the restructuring of substance use disorders for consistency and clarity; and the enhanced specificity for major and mild neurocognitive disorders).- Dimensional assessments for research and validation of clinical results have been provided.- Both ICD-9-CM and ICD-10-CM codes are included for each disorder, and the organizational structure is consistent with the new ICD-11 in development.The Diagnostic and Statistical Manual of Mental Disorders, Fifth Edition, is the most comprehensive, current, and critical resource for clinical practice available to today's mental health clinicians and researchers of all orientations. The information contained in the manual is also valuable to other physicians and health professionals, including psychologists, counselors, nurses, and occupational and rehabilitation therapists, as well as social workers and forensic and legal specialists.
Evolution and Human Behavior
John Cartwright - 2000
This introductory book provides an overview of the key theoretical principles of human sociobiology and evolutionary psychology and shows how they illuminate the ways humans think and behave. The book takes as one of its main premises the idea that we think, feel, and act in ways that once enhanced the reproductive success of our ancestors.The book covers fundamental issues such as the origins and function of sexual reproduction, mating behavior, human mate choice, patterns of violence in families, altruistic behavior, the evolution of brain size and the origins of language, the modular mind, and the relationship between genes and culture. It also examines the larger implications of Darwinism for how we view ourselves as a species and our sense of ourselves as a moral animal. The book includes a valuable historical introduction to evolutionary theories of behavior and concludes with an examination of the social and political ramifications of evolutionary thought. It contains numerous diagrams and illustrations, comprehensive references, summaries, and suggestions for further reading.
Learn You a Haskell for Great Good!
Miran Lipovača - 2011
Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.
Our Magnificent Bastard Tongue: The Untold History of English
John McWhorter - 2008
Covering such turning points as the little-known Celtic and Welsh influences on English, the impact of the Viking raids and the Norman Conquest, and the Germanic invasions that started it all during the fifth century ad, John McWhorter narrates this colorful evolution with vigor. Drawing on revolutionary genetic and linguistic research as well as a cache of remarkable trivia about the origins of English words and syntax patterns, Our Magnificent Bastard Tongue ultimately demonstrates the arbitrary, maddening nature of English--and its ironic simplicity due to its role as a streamlined lingua franca during the early formation of Britain. This is the book that language aficionados worldwide have been waiting for (and no, it's not a sin to end a sentence with a preposition).
Clean Code: A Handbook of Agile Software Craftsmanship
Robert C. Martin - 2007
But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmer but only if you work at it. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.
A Passion for Wisdom: A Very Brief History of Philosophy
Robert C. Solomon - 1997
Here, Robert Solomon and Kathleen Higgins tell the story of philosophy's development with great clarity and refreshing wit. The authors begin with the most ancient religious beliefs of the east and west and bring us right up to the feminist and multicultural philosophies of the present. Along the way, they highlight major philosophers, from Plato and the Buddha to William James and Simone de Beauvoir, and explore major categories, from metaphysics and ethics to politics and logic. The book is enlivened as well by telling anecdotes and sparkling quotations. Among many memorable observations, we're treated to Thomas Hobbes' assessment that life is nasty, brutish, and short and Hegel's description of Napoleon as world history on horseback. Engaging, comprehensive, and delightfully written, A Passion for Wisdom is a splendid introduction to an intellectual tradition that reaches back over three thousand years.
How to Do Things with Words
J.L. Austin - 1955
Austin was one of the leading philosophers of the twentieth century. The William James Lectures presented Austin's conclusions in the field to which he directed his main efforts on a wide variety of philosophical problems. These talks became the classic How to Do Things with Words.For this second edition, the editors have returned to Austin's original lecture notes, amending the printed text where it seemed necessary. Students will find the new text clearer, and, at the same time, more faithful to the actual lectures. An appendix contains literal transcriptions of a number of marginal notes made by Austin but not included in the text. Comparison of the text with these annotations provides new dimensions to the study of Austin's work.
Leadership: Enhancing the Lessons of Experience
Richard L. Hughes - 1993
The text consists of 13 chapters and a final section on Basic and Advanced Leadership Skills. Authors Hughes, Ginnett, and Curphy have drawn upon three different types of literature: empirical studies; interesting anecdotes, stories and findings; and leadership skills to create a text that is personally relevant, interesting and scholarly. The authors' unique quest for a careful balancing act of leadership materials help students apply theory and research to their real-life experiences.
Elementary Korean
Ross King - 1999
This new edition of Elementary Korean, the most comprehensive and detailed introductory Korean textbook available, offers beginning learners of Korean everything they need to learn the language effectively. Perfect for a first-year university-level course use or the independent language learner. No prior knowledge of the language is necessary. The new format, now with dozens of illustrations, presents Korean vocabulary and Korean grammar in an accessible and understandable manner while extensive conversations and exercises help to reinforce the Korean language and build reading and listening comprehension. This edition includes:An MP3 audio CD and a dedicated website.Rich and highly nuanced examples with brand new illustrations.Detailed but on–technical grammar notes, ample writing exercises with an accompanying answer key.Detailed examples of authentic dialogue.Highly technical grammar notes.Plenty of writing practice.Dialogues, reading texts, and written exercises are in Hangul, the Korean alphabet, so students are quickly able to read and write authentic Korean. Layered lessons are designed to build on each other, making Korean easy to learn from the most popular introductory Korean language textbook available. Included is a revised audio CD that helps learners to speak like a native and a web-based practice component through the University of British Columbia that can help students to learn Korean even beyond the pages of this book. According to the Modern Language Association, enrollment in Korean in American universities is increasing rapidly. Available separately is the companion Elementary Korean Workbook. This helpful workbook will assist you in practicing and polishing your Korean language skills. Each lesson supplements the corresponding lesson in the textbook. There are ten activities per lesson, offering a range of exercises and practice opportunities to enable you to achieve proficiency in everyday, conversational Korean.
World Civilizations: The Global Experience
Peter N. Stearns - 1992
This edition of the text includes an expanded post-Cold War section as well as the issues of terrorism, the Gulf Wars and globalization.
On the Advantage and Disadvantage of History for Life
Friedrich Nietzsche - 1874
Our aim will be to show why instruction which fails to quicken activity, why knowledge which enfeebles activity, why history as a costly intellectual excess and luxury must, in the spirit of Goethe’s words, be seriously hated; for we still lack what is most necessary, and superfluous excess is the enemy of the necessary. Certainly we need history. But our need for history is quite different from that of the spoiled idler in the garden of knowledge, even if he in his refinement looks down on our rude and graceless requirements and needs. That is, we require history for life and action, not for the smug avoiding of life and action, or even to whitewash a selfish life and cowardly, bad acts. Only so far as history serves life will we serve it: but there is a degree of doing history and an estimation of it which brings with it a withering and degenerating of life: a phenomenon which is now as necessary as it may be painful to bring to consciousness through some remarkable symptoms of our age."
Naked Economics: Undressing the Dismal Science
Charles Wheelan - 2002
In fact, you won’t be able to put this bestseller down. In our challenging economic climate, this perennial favorite of students and general readers is more than a good read, it’s a necessary investment—with a blessedly sure rate of return. This revised and updated edition includes commentary on hot topics such as automation, trade, income inequality, and America’s rising debt. Ten years after the financial crisis, Naked Economics examines how policymakers managed the worst economic crisis since the Great Depression.Demystifying buzzwords, laying bare the truths behind oft-quoted numbers, and answering the questions you were always too embarrassed to ask, the breezy Naked Economics gives you the tools to engage with pleasure and confidence in the deeply relevant, not so dismal science.