Book picks similar to
Getting to Know Arcgis for Desktop by Michael Law
non-fiction
nonfiction
textbook
school
America: A Narrative History, Volume 1
George Brown Tindall - 1988
Book by Tindall, George Brown, Shi, David E.
Qualitative Data Analysis: A Methods Sourcebook
Matthew B. Miles - 2013
Several of the data display strategies from previous editions are now presented in re-envisioned and reorganized formats to enhance reader accessibility and comprehension. The Third Edition's presentation of the fundamentals of research design and data management is followed by five distinct methods of analysis: exploring, describing, ordering, explaining, and predicting. Miles and Huberman′s original research studies are profiled and accompanied with new examples from Salda�a′s recent qualitative work. The book′s most celebrated chapter, Drawing and Verifying Conclusions, is retained and revised, and the chapter on report writing has been greatly expanded, and is now called Writing About Qualitative Research. Comprehensive and authoritative,
Qualitative Data Analysis
has been elegantly revised for a new generation of qualitative researchers.
The Quick Python Book
Naomi R. Ceder - 2000
This updated edition includes all the changes in Python 3, itself a significant shift from earlier versions of Python.The book begins with basic but useful programs that teach the core features of syntax, control flow, and data structures. It then moves to larger applications involving code management, object-oriented programming, web development, and converting code from earlier versions of Python.True to his audience of experienced developers, the author covers common programming language features concisely, while giving more detail to those features unique to Python.Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
SQL (Visual QuickStart Guide)
Chris Fehily - 2002
With SQL and this task-based guide to it, you can do it toono programming experience required!After going over the relational database model and SQL syntax in the first few chapters, veteran author Chris Fehily launches into the tasks that will get you comfortable with SQL fast. In addition to explaining SQL basics, this updated reference covers the ANSI SQL:2003 standard and contains a wealth of brand-new information, including a new chapter on set operations and common tasks, well-placed optimization tips to make your queries run fast, sidebars on advanced topics, and added IBM DB2 coverage.Best of all, the book's examples were tested on the latest versions of Microsoft Access, Microsoft SQL Server, Oracle, IBM DB2, MySQL, and PostgreSQL. On the companion Web site, you can download the SQL scripts and sample database for all these systems and put your knowledge to work immediately on a real database..
Down to Earth Sociology: Introductory Readings
James M. Henslin - 1975
Now in its fourteenth edition, the most popular anthology in sociology includes new articles on our changing world while also retaining its classic must-read essays. Focusing on social interaction in everyday life, the forty-six selections bring students face-to-face with the twin projects of contemporary sociology: understanding the individual's experience of society and analyzing social structure. The fourteenth edition's exceptional new readings include selections on the role of sympathy in everyday life, mistaken perceptions of the American family, the effects of a criminal record on getting a job, and the major social trends affecting our future. Together with these essential new articles, the selections by Peter Berger, Herbert Gans, Erving Goffman, Donna Eder, Zella Luria, C. Wright Mills, Deborah Tannen, Barrie Thorne, Sidney Katz, Philip Zimbardo, and many others provide firsthand reporting that gives students a sense of "being there." Henslin also explains basic methods of social research, providing insight into how sociologists explore the social world. The selections in Down to Earth Sociology highlight the most significant themes of contemporary sociology, ranging from the sociology of gender, power, politics, and religion to the contemporary crises of racial tension, crime, rape, poverty, and homelessness.
Reimagining Detroit: Opportunities for Redefining an American City
John Gallagher - 2010
Author John Gallagher, who has covered urban redevelopment for the Detroit Free Press for two decades, spent a year researching what is going on in Detroit precisely because of its open space and the dire economic times we face. Instead of presenting another account of the city's decline, Reimagining Detroit: Opportunities for Redefining an American City showcases the innovative community-building work happening in the city and focuses on what else can be done to make Detroit leaner, greener, and more economically self-sufficient. Gallagher conducted numerous interviews, visited community projects, and took many of the photographs that accompany the text to uncover some of the strategies that are being used, and could be used in the future, to make twenty-first century Detroit a more sustainable and desirable place to live. Some of the topics Gallagher discusses are urban agriculture, restoring vacant lots, reconfiguring Detroit's overbuilt road network, and reestablishing some of the city's original natural landscape. He also investigates new models for governing the city and fostering a more entrepreneurial economy to ensure a more stable political and economic future. Along the way, Gallagher introduces readers to innovative projects that are already under way in the city and proposes other models for possible solutions-from as far away as Dresden, Germany, and Seoul, South Korea, and as close to home as Philadelphia and Youngstown-to complement current efforts. Ultimately, Gallagher helps to promote progressive ideas and the community leaders advancing them and offers guidance for other places dealing with the shrinking cities phenomenon. Readers interested in urban studies and environmental issues will enjoy the fresh perspective of Reimagining Detroit.
Learning Python
Mark Lutz - 2003
Python is considered easy to learn, but there's no quicker way to mastery of the language than learning from an expert teacher. This edition of "Learning Python" puts you in the hands of two expert teachers, Mark Lutz and David Ascher, whose friendly, well-structured prose has guided many a programmer to proficiency with the language. "Learning Python," Second Edition, offers programmers a comprehensive learning tool for Python and object-oriented programming. Thoroughly updated for the numerous language and class presentation changes that have taken place since the release of the first edition in 1999, this guide introduces the basic elements of the latest release of Python 2.3 and covers new features, such as list comprehensions, nested scopes, and iterators/generators. Beyond language features, this edition of "Learning Python" also includes new context for less-experienced programmers, including fresh overviews of object-oriented programming and dynamic typing, new discussions of program launch and configuration options, new coverage of documentation sources, and more. There are also new use cases throughout to make the application of language features more concrete. The first part of "Learning Python" gives programmers all the information they'll need to understand and construct programs in the Python language, including types, operators, statements, classes, functions, modules and exceptions. The authors then present more advanced material, showing how Python performs common tasks by offering real applications and the libraries available for those applications. Each chapter ends with a series of exercises that will test your Python skills and measure your understanding."Learning Python," Second Edition is a self-paced book that allows readers to focus on the core Python language in depth. As you work through the book, you'll gain a deep and complete understanding of the Python language that will help you to understand the larger application-level examples that you'll encounter on your own. If you're interested in learning Python--and want to do so quickly and efficiently--then "Learning Python," Second Edition is your best choice.
Web Database Applications with PHP and MySQL
Hugh E. Williams - 2002
Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably.Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look.But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools.Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking.Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use.This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® X systems Introductions to PHP, SQL, and MySQL administration Session management, including the use of a custom database for improved efficiency User input validation, security, and authentication The PEAR repository, plus details on the use of PEAR DB and Template classes Production of PDF reports
Foundations of Cognitive Psychology: Core Readings
Daniel J. Levitin - 2002
Cognitive psychology, the science of the human mind and of how people process information, is at the core of empirical investigations into the nature of mind and thought.This anthology is based on the assumption that cognitive psychology is at heart empirical philosophy. Many of the core questions about thought, language, perception, memory, and knowledge of other people's minds were for centuries the domain of philosophy. The book begins with the philosophical foundations of inquiry into the nature of mind and thought, in particular the writings of Descartes, and then covers the principal topics of cognitive psychology including memory, attention, and decision making.The book organizes a daunting amount of information, underlining the essentials, while also introducing readers to the ambiguities and controversies of research. It is arranged thematically and includes many topics not typically taught in cognition courses, including human factors and ergonomics, evolutionary psychology, music cognition, and experimental design.ContributorsDaniel Dennett, Daniel Kahneman, Jay McClelland, Donald Norman, Michael Posner, Stephen Palmer, Eleanor Rosch, John Searle, Roger Shepard, and Anne Treisman
Archaeology from Space: How the Future Shapes Our Past
Sarah Parcak - 2019
Sarah Parcak welcomes you to the exciting new world of space archaeology, a growing field that is sparking extraordinary discoveries from ancient civilizations across the globe.
In Archaeology from Space, Sarah Parcak shows the evolution, major discoveries, and future potential of the young field of satellite archaeology. From surprise advancements after the declassification of spy photography, to a new map of the mythical Egyptian city of Tanis, she shares her field’s biggest discoveries, revealing why space archaeology is not only exciting, but urgently essential to the preservation of the world’s ancient treasures.Parcak has worked in twelve countries and four continents, using multispectral and high-resolution satellite imagery to identify thousands of previously unknown settlements, roads, fortresses, palaces, tombs, and even potential pyramids. From there, her stories take us back in time and across borders, into the day-to-day lives of ancient humans whose traits and genes we share. And she shows us that if we heed the lessons of the past, we can shape a vibrant future.
Includes Illustrations
The Works: Anatomy of a City
Kate Ascher - 2005
When you flick on your light switch the light goes on--how? When you put out your garbage, where does it go? When you flush your toilet, what happens to the waste? How does water get from a reservoir in the mountains to your city faucet? How do flowers get to your corner store from Holland, or bananas get there from Ecuador? Who is operating the traffic lights all over the city? And what in the world is that steam coming out from underneath the potholes on the street? Across the city lies a series of extraordinarily complex and interconnected systems. Often invisible, and wholly taken for granted, these are the systems that make urban life possible. The Works: Anatomy of a City offers a cross section of this hidden infrastructure, using beautiful, innovative graphic images combined with short, clear text explanations to answer all the questions about the way things work in a modern city. It describes the technologies that keep the city functioning, as well as the people who support them-the pilots that bring the ships in over the Narrows sandbar, the sandhogs who are currently digging the third water tunnel under Manhattan, the television engineer who scales the Empire State Building's antenna for routine maintenance, the electrical wizards who maintain the century-old system that delivers power to subways. Did you know that the Verrazano-Narrows Bridge is so long, and its towers are so high, that the builders had to take the curvature of the earth's surface into account when designing it? Did you know that the George Washington Bridge takes in approximately $1 million per day in tolls? Did you know that retired subway cars travel by barge to the mid-Atlantic, where they are dumped overboard to form natural reefs for fish? Or that if the telecom cables under New York were strung end to end, they would reach from the earth to the sun? While the book uses New York as its example, it has relevance well beyond that city's boundaries as the systems that make New York a functioning metropolis are similar to those that keep the bright lights burning in big cities everywhere. The Works is for anyone who has ever stopped midcrosswalk, looked at the rapidly moving metropolis around them, and wondered, how does this all work?
The Non-Designer's Design Book
Robin P. Williams - 2003
Not to worry: This book is the one place you can turn to find quick, non-intimidating, excellent design help. In The Non-Designer's Design Book, 2nd Edition, best-selling author Robin Williams turns her attention to the basic principles of good design and typography. All you have to do is follow her clearly explained concepts, and you'll begin producing more sophisticated, professional, and interesting pages immediately. Humor-infused, jargon-free prose interspersed with design exercises, quizzes, illustrations, and dozens of examples make learning a snap—which is just what audiences have come to expect from this best-selling author.
The Gift of Therapy: An Open Letter to a New Generation of Therapists and Their Patients
Irvin D. Yalom - 2001
Yalom imparts his unique wisdom in "The Gift of Therapy." This remarkable guidebook for successful therapy is, as Yalom remarks, "an idiosyncratic mElange of ideas and techniques that I have found useful in my work. These ideas are so personal, opinionated, and occasionally original that the reader is unlikely to encounter them elsewhere. I selected the eighty-five categories in this volume randomly guided by my passion for the task rather than any particular order or system."At once startlingly profound and irresistibly practical, Yalom's insights will help enrich the therapeutic process for a new generation of patients and counselors.
Version Control By Example
Eric Sink - 2011
Topics covered include:Basic version control commands and conceptsIntroduction to Distributed Version Control Systems (DVCS)Advanced branching workflowsStrengths and weaknesses of DVCS vs. centralized toolsBest practicesHow distributed version control works under the hoodFeaturing these open source version control tools:Apache SubversionMercurialGitVeracity