Python Cookbook


Book Description

If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. 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 Algorithms Strings and Text Numbers, Dates, and Times Iterators and Generators Files and I/O Data Encoding and Processing Functions Classes and Objects Metaprogramming Modules and Packages Network and Web Programming Concurrency Utility Scripting and System Administration Testing, Debugging, and Exceptions C Extensions




Fluent Python


Book Description

Python’s simplicity lets you become productive quickly, but this often means you aren’t using everything it has to offer. With this hands-on guide, you’ll learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features. Author Luciano Ramalho takes you through Python’s core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time. Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3. This book covers: Python data model: understand how special methods are the key to the consistent behavior of objects Data structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode age Functions as objects: view Python functions as first-class objects, and understand how this affects popular design patterns Object-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritance Control flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packages Metaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work




Polyglot: How I Learn Languages


Book Description

KAT LOMB (1909-2003) was one of the great polyglots of the 20th century. A translator and one of the first simultaneous interpreters in the world, Lomb worked in 16 languages for state and business concerns in her native Hungary. She achieved further fame by writing books on languages, interpreting, and polyglots. Polyglot: How I Learn Languages, first published in 1970, is a collection of anecdotes and reflections on language learning. Because Dr. Lomb learned her languages as an adult, after getting a PhD in chemistry, the methods she used will be of particular interest to adult learners who want to master a foreign language.




Reading Hindi: Novice to Intermediate


Book Description

Reading Hindi: Novice to Intermediate is an innovative collection of graded readings that are both accessible in language and engaging in content, specifically designed for adult learners of Hindi. Ideal for those just starting out in Hindi, the texts provide culturally rich content written in simple, level-appropriate language, with a range of activities to reinforce learning. The graded readings support the learner as they build their confidence with the language, gradually encountering a wider range of grammar constructions and vocabulary as the book progresses. Reading Hindi can be used alongside a main textbook and is ideal for both class-use and independent study.




Practice Makes Perfect Intermediate ESL Reading and Comprehension (EBOOK)


Book Description

Take your skills to the next level and get more meaning out of the English language Reading English texts that are created especially for ESL students like you is a critical part to learning the language, but that does not mean you have to be bored with the subjects! Created by expert ESL instructor Diane Engelhardt, Practice Makes Perfect: Intermediate English Reading and Comprehension features 15 engaging readings on interesting topics such as the technology of 21stcentury deep-sea treasure hunting, Pixar Studios' computer-generated movie magic, the Flying Doctors of Australia, and more. You will, of course, get plenty of practice, practice, practice on understanding and comprehending vocabulary. You'll master how to read for main ideas, summarize texts, make outlines, remember facts and figures, and more. Before you know it, your reading skills will be stronger and your comprehension will grow, enabling you to get more out of English-language texts. Practice Makes Perfect: Intermediate English Reading and Comprehension will help you: Develop your reading comprehension skills at the intermediate level Build your English vocabulary Prepare for the comprehension sections of ESL tests




Read & Think French, Premium Second Edition


Book Description

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Your first-class ticket to building key French language skills From the bestselling Read & Think series, this fully-illustrated guide brings the French language to life! In addition to introducing, developing, and growing key vocabulary, this book gives you an insider’s look at Francophone life and culture—from a trip around Marseilles to a walk through Senegal’s bustling markets, and from biographies of famous French personalities to articles on the customs and gastronomy of French-speaking countries. Including more than 100 engaging articles written by native French-speakers, each one provides a bilingual glossary on the same page, allowing you to learn without stopping to look up new or unfamiliar words. Each chapter contains several exercises to reinforce comprehension and the new premium edition features streaming audio recordings of more than 40 readings (70 minutes) and over 7,000 vocabulary items by flashcard, easily accessible online or on any mobile device, through the unique McGraw-Hill Language Lab app.







No Excuses!


Book Description

Includes sections on self-discipline and personal success; business, sales and finances; and the good life.




Samira and Samir


Book Description

When Samira is born her father is devastated, he needs a son to suceed him - He decides to bring Samira up as a boy, so Samira becomes Samir.




Algorithms, Part II


Book Description

This book is Part II of the fourth edition of Robert Sedgewick and Kevin Wayne’s Algorithms, the leading textbook on algorithms today, widely used in colleges and universities worldwide. Part II contains Chapters 4 through 6 of the book. The fourth edition of Algorithms surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use. The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts. The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants. Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.