The Literature Lover's Book of Lists

The Literature Lover's Book of Lists PDF

Author: Judie L. H. Strouf

Publisher: John Wiley & Sons

Published: 1999-09-15

Total Pages: 437

ISBN-13: 0735201218

DOWNLOAD EBOOK →

Wonderful for browsing, and invaluable for finding specific information, Literature Lovers Book of Lists is a compendium of useful and sometimes whimsical information for anyone who loves books and loves to read, at any age or reading level. It is organized into nine sections and provides nearly 200 lists relating to genres, authors, characters and settings, awards, literary terms with their definitions and much more. There are even lists of books of prose and poetry available on audiocassettes. If it has to do with literature, this book has the answers. What book has had the longest run on The New York Times best-seller list? Who is the only four-time winner of the Pulitizer Prize for drama? What is the complete list of Shakespeare's plays and poems? Who are some of the most notable African American authors? What are the three main variations of the sonnet? What famous writers belonged to The Bloomsbury Group? Literature Lovers Book of Lists is both exciting and informative at the same time.

The Literature Teacher's Book of Lists

The Literature Teacher's Book of Lists PDF

Author: Judie L. H. Strouf

Publisher: Jossey-Bass

Published: 1993-07-10

Total Pages: 0

ISBN-13: 9780876285480

DOWNLOAD EBOOK →

These 247 reproducible lists for anyone who loves books are organized into 9 sections: Introduction to Literature, Books for All Ages, Genres for Every Taste, Poetry, Drama, Themes, Literary Periods, Potpourri, and Reference & Aids. Also includes various individual lists such as reading for teens and authors' last words. A helpful teachers' resource.

101 Great, Ready-to-Use Book Lists for Teens

101 Great, Ready-to-Use Book Lists for Teens PDF

Author: Nancy J. Keane

Publisher: Bloomsbury Publishing USA

Published: 2012-03-14

Total Pages: 281

ISBN-13: 1610691350

DOWNLOAD EBOOK →

Building on the author's work in The Big Book of Teen Reading Lists, this book provides 101 new and revised reading lists created in consultation with teachers and public librarians—an invaluable resource for any educator who plans activities for children that involve using literature. Nancy J. Keane is the author of the award-winning website Booktalks—Quick and Simple (nancykeane.com/booktalks), as well as the creator of the open collaboration wiki ATN Book Lists. With her latest book, 101 Great, Ready-to-Use Book Lists for Teens, she provides another indispensable resource for librarians and teachers. The lists in this book are the result of careful consultation with teachers and public librarians, and from discussions on professional email lists. These indispensable lists can be utilized in many ways—for example, as handouts to teachers as suggested reading, to create book displays, or as display posters in the library. This collection will facilitate the creation of valuable reading lists to support the extended reading demands of today's teens.

101 Great, Ready-to-Use Book Lists for Children

101 Great, Ready-to-Use Book Lists for Children PDF

Author: Nancy J. Keane

Publisher: Bloomsbury Publishing USA

Published: 2012-04-13

Total Pages: 265

ISBN-13: 1610690842

DOWNLOAD EBOOK →

Created in consultation with teachers and public librarians, this fantastic collection of 101 ready-to-use book lists provides invaluable help for any educator who plans activities for children that involve using literature. Nancy J. Keane is the author of the award-winning website Booktalks—Quick and Simple (nancykeane.com/booktalks), as well as the creator of the open collaboration wiki ATN Book Lists. With 101 Great, Ready-to-Use Book Lists for Children, she provides another indispensable resource for librarians and teachers. The lists in this book are the result of careful consultation with teachers and public librarians, and from discussions on professional email lists. These indispensable reading lists can be used in many ways—for example, as handouts to teachers as suggested reading, to create book displays, or as display posters in the library. This collection will help educators support the extended reading demands of today's children.

Beyond the Basic Stuff with Python

Beyond the Basic Stuff with Python PDF

Author: Al Sweigart

Publisher: No Starch Press

Published: 2020-12-22

Total Pages: 385

ISBN-13: 1593279671

DOWNLOAD EBOOK →

BRIDGE THE GAP BETWEEN NOVICE AND PROFESSIONAL You've completed a basic Python programming tutorial or finished Al Sweigart's bestseller, Automate the Boring Stuff with Python. What's the next step toward becoming a capable, confident software developer? Welcome to Beyond the Basic Stuff with Python. More than a mere collection of advanced syntax and masterful tips for writing clean code, you'll learn how to advance your Python programming skills by using the command line and other professional tools like code formatters, type checkers, linters, and version control. Sweigart takes you through best practices for setting up your development environment, naming variables, and improving readability, then tackles documentation, organization and performance measurement, as well as object-oriented design and the Big-O algorithm analysis commonly used in coding interviews. The skills you learn will boost your ability to program--not just in Python but in any language. You'll learn: Coding style, and how to use Python's Black auto-formatting tool for cleaner code Common sources of bugs, and how to detect them with static analyzers How to structure the files in your code projects with the Cookiecutter template tool Functional programming techniques like lambda and higher-order functions How to profile the speed of your code with Python's built-in timeit and cProfile modules The computer science behind Big-O algorithm analysis How to make your comments and docstrings informative, and how often to write them How to create classes in object-oriented programming, and why they're used to organize code Toward the end of the book you'll read a detailed source-code breakdown of two classic command-line games, the Tower of Hanoi (a logic puzzle) and Four-in-a-Row (a two-player tile-dropping game), and a breakdown of how their code follows the book's best practices. You'll test your skills by implementing the program yourself. Of course, no single book can make you a professional software developer. But Beyond the Basic Stuff with Python will get you further down that path and make you a better programmer, as you learn to write readable code that's easy to debug and perfectly Pythonic Requirements: Covers Python 3.6 and higher