Bryson's Dictionary of Troublesome Words: A Writer's Guide to Getting It Right


Bill Bryson - 1984
    A revised and updated edition of a humorous primer on the English language, expanded for an American audience, contains entries on correct and questionable usage, a glossary, and a pronunciation guide.

MLA Handbook for Writers of Research Papers


Joseph Gibaldi - 1977
    For over half a century, the MLA Handbook is the guide millions of writers have relied on.The seventh edition is a comprehensive, up-to-date guide to research and writing in the online environment. It provides an authoritative update of MLA documentation style for use in student writing, including simplified guidelines for citing works published on the Web and new recommendations for citing several kinds of works, such as digital files and graphic narratives.Every copy of the seventh edition of the MLA Handbook comes with a code for accessing the accompanying Web site. New to this edition, the Web site provides- the full text of the print volume of the MLA Handbook- over two hundred additional examples- several research-project narratives--stories, with sample papers, that illustrate the steps successful students take in researching and writing papers- searching of the entire site, including the full text of the MLA Handbook- continuous access throughout the life of the seventh edition of the MLA Handbook

Collins Robert French Dictionary: French-English English-French


Collins - 1978
    A newly revised and updated French dictionary offers more than 130,000 contemporary references and 215,000 translations, along with thousands of idiomatic phrases for the French business traveler, tourist, or student.

Introduction to Algorithms


Thomas H. Cormen - 1989
    Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.

An Introduction to Language


Victoria A. Fromkin - 1974
    All chapters in this best-seller have been substantially revised to reflect recent discoveries and new understanding of linguistics and languages.

Minna No Nihongo II: Translation and Grammatical Notes


スリーエーネットワーク - 1998
    A translation, grammar commentary book in conformity with Minna no Nihongo II Main Textbook - Second Edition.

501 Latin Verbs


Richard E. Prior - 1995
    Regular, irregular, and defective verbs are each given a full page, with principle parts and complete conjugations.

Kanji Pict-o-Graphix: Over 1,000 Japanese Kanji and Kana Mnemonics


Michael Rowley - 1992
    Over time this language evolved into stylized abstract forms that are hard to memorize. In Kanji Pict-o-Graphix, Michael Rowley offers a whole new set of contemporary visual and textual memory aids—mnemonics—that reveal the meanings of over 1,000 Japanese kanji. Fully indexed and cross-referenced."Kanji Pict-o-Graphix offers an engaging way to learn and memorize Kanji."—Rocky Mountain Region Japan Project"A fun book for studying kanji. The illustration reveals more of its contents and method than any description ever could."—Japan Times"It is a very nice book, simple and pretty effective. A useful addition to the library of all beginners who aspire to learn Japanese. Recommended."—Protoculture Addicts Learn more about kanji from Stone Bridge Press: Kana Pict-o-Graphix, Designing with Kanji, Kanji Starter 1&2, and Crazy for Kanji

400 Must-Have Words for the TOEFL


Lynn Stafford-Yılmaz - 2005
    Based on the authors' years of experience as ESL teachers and their rigorous review of past exams, this book offers proven vocabulary-building activities and exercises. Appropriate for students pursuing all academic disciplines, it features: -400 words in key categories, including food, computers, society, history, finance, politics, friendship, science, the arts, and more-Many skill-building activities and exercises, including paraphrasing, synonym and antonym matching, and prefix and suffix identification-Proven strategies for incorporating new words into everyday vocabulary-Special sections on synonyms, roots, prefixes and suffixes, and sentence structure

Algebra - The Very Basics


Metin Bektas - 2014
    This book picks you up at the very beginning and guides you through the foundations of algebra using lots of examples and no-nonsense explanations. Each chapter contains well-chosen exercises as well as all the solutions. No prior knowledge is required. Topics include: Exponents, Brackets, Linear Equations and Quadratic Equations. For a more detailed table of contents, use the "Look Inside" feature. From the author of "Great Formulas Explained" and "Physics! In Quantities and Examples".

You Are What You Speak: Grammar Grouches, Language Laws, and the Politics of Identity


Robert Lane Greene - 2011
    Now this sensational new book strikes back to defend the fascinating, real-life diversity of this most basic human faculty.With the erudite yet accessible style that marks his work as a journalist, Robert Lane Greene takes readers on a rollicking tour around the world, illustrating with vivid anecdotes the role language beliefs play in shaping our identities, for good and ill. Beginning with literal myths, from the Tower of Babel to the bloody origins of the word “shibboleth,” Greene shows how language “experts” went from myth-making to rule-making and from building cohesive communities to building modern nations. From the notion of one language’s superiority to the common perception that phrases like “It’s me” are “bad English,” linguistic beliefs too often define “us” and distance “them,” supporting class, ethnic, or national prejudices. In short: What we hear about language is often really about the politics of identity.Governments foolishly try to police language development (the French Academy), nationalism leads to the violent suppression of minority languages (Kurdish and Basque), and even Americans fear that the most successful language in world history (English) may be threatened by increased immigration. These false language beliefs are often tied to harmful political ends and can lead to the violation of basic human rights. Conversely, political involvement in language can sometimes prove beneficial, as with the Zionist  revival of Hebrew or our present-day efforts to provide education in foreign languages essential to business, diplomacy, and intelligence. And yes, standardized languages play a crucial role in uniting modern societies.As this fascinating book shows, everything we’ve been taught to think about language may not be wrong—but it is often about something more than language alone. You Are What You Speak will certainly get people talking.

Python for Data Analysis


Wes McKinney - 2011
    It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples

Learning Vocabulary in Another Language


I.S.P. Nation - 2001
    It contains descriptions of numerous vocabulary learning strategies which are justified and supported by reference to experimental research, case studies, and teaching experience. It also describes what vocabulary learners need to know to be effective language users. Learning Vocabulary in Another Language shows that by taking a systematic approach to vocabulary learning, teachers can make the best use of class time and help learners get the best return for their learning effort. It will quickly establish itself as the point of reference for future vocabulary work.

Python Cookbook


David Beazley - 2002
    Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works.Topics include:Data Structures and AlgorithmsStrings and TextNumbers, Dates, and TimesIterators and GeneratorsFiles and I/OData Encoding and ProcessingFunctionsClasses and ObjectsMetaprogrammingModules and PackagesNetwork and Web ProgrammingConcurrencyUtility Scripting and System AdministrationTesting, Debugging, and ExceptionsC Extensions

Woe Is I: The Grammarphobe's Guide to Better English in Plain English


Patricia T. O'Conner - 1996
    The bestselling grammar book has been updated and revised to include the latest and greatest on the basics and subtleties of English, and features a new chapter on the language of the Internet.