Todd Taylor's Library

Rossview High

Filter:
ISBN Title Author Description Publisher
Principles Of Art History
9781593276034 Python Crash Course: A Hands-On, Project-Based Introduction To Programming Eric Matthes Python Crash Course is a fast-paced, thorough introduction to programming with Python that will have you writing programs, solving problems, and making things that work in no time.In the first half of the book, you'll learn about basic programming concepts, such as lists, dictionaries, classes, and loops, and practice writing clean and readable code with exercises for each topic. You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to:Use powerful Python libraries and tools, including matplotlib, NumPy, and Pygal Make 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progresses Work with data to generate interactive visualizations Create and customize simple web apps and deploy them safely online Deal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code! No Starch Press
9781491957660 Python For Data Analysis: Data Wrangling With Pandas, Numpy, And Ipython William McKinney Get complete instructions for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.6, the second edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You'll learn the latest versions of pandas, NumPy, IPython, and Jupyter in the process.Written by Wes McKinney, the creator of the Python pandas project, this book is a practical, modern introduction to data science tools in Python. It's ideal for analysts new to Python and for Python programmers new to data science and scientific computing. Data files and related material are available on GitHub. Use the IPython shell and Jupyter notebook for exploratory computing Learn basic and advanced features in NumPy (Numerical Python) Get started with data analysis tools in the pandas library Use flexible tools to load, clean, transform, merge, and reshape data Create informative visualizations with matplotlib Apply the pandas groupby facility to slice, dice, and summarize datasets Analyze and manipulate regular and irregular time series data Learn how to solve real-world data analysis problems with thorough, detailed examples O'Reilly Media
9781449357016 Python Pocket Reference: Python In Your Pocket (Pocket Reference (O'reilly)) Mark Lutz Updated for both Python 3.4 and 2.7, this convenient pocket guide is the perfect on-the-job quick reference. Youâ??ll find concise, need-to-know information on Python types and statements, special method names, built-in functions and exceptions, commonly used standard library modules, and other prominent Python tools. The handy index lets you pinpoint exactly what you need.Written by Mark Lutzâ??widely recognized as the worldâ??s leading Python trainerâ??Python Pocket Reference is an ideal companion to Oâ??Reillyâ??s classic Python tutorials, Learning Python and Programming Python, also written by Mark.This fifth edition covers: Built-in object types, including numbers, lists, dictionaries, and more Statements and syntax for creating and processing objects Functions and modules for structuring and reusing code Pythonâ??s object-oriented programming tools Built-in functions, exceptions, and attributes Special operator overloading methods Widely used standard library modules and extensions Command-line options and development tools Python idioms and hints The Python SQL Database API O'Reilly Media
9780789458865 Religion (Eyewitness Books) Myrtle Langley Photographed in full color. Explore the fascinating practices, the sacred rituals, and the important role religion plays in cultures around the world. From the relationship between gods and nature in Greece to the goddess festivals in India to the emergence of the Christian community in America, this stunning book offers a wonderful overview of the world's major religions. DK Children
9780816037230 Religions Of The World PALMER Religions of the World looks at the key issues of faith as it exists today. It includes features on beliefs, traditions, festivals, and practices of the major faiths, and also looks at and discusses the differences within, as well as between, the faiths. FACTS ON FILE
9780872263178 Rembrandt And 17Th Century Holland : The Dutch Nation And Its Painters Claudio Pescio, Sergio Ricciardi, Andrea Ricciardi Rembrandt van Rihn defines an entire era of remarkable painting both for his innovation in interpretation and his adventurous technique. His many portraits, self-portraits, landscapes, and historical pieces demonstrate his singular talent as a painter and engraver, and reveal much about the man himself. This book looks at Rembrandt's life and art during a great period of culture and enlightenment that produced fellow artists Hals and Vermeer, and the philosopher Spinoza. Rembrandt lived during a "Golden Age" in seventeenth-century Holland. Travel back in time and discover the fascinating history of the period and the masterworks that have awed generations. Peter Bedrick
Roma
9780822529163 Southern And Eastern Asia (World In Maps) Martyn Bramwell Text and maps present the location, topography, climate, population, industries, religions, languages, and currency of south and east Asian countries. Lerner Pub Group
9780596009762 SQL Cookbook: Query Solutions And Techniques For Database Developers (Cookbooks (O'reilly)) Anthony Molinaro You know the rudiments of the SQL query language, yet you feel you aren't taking full advantage of SQL's expressive power. You'd like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You'd like to take your SQL skills to the next level.Let's face it, SQL is a deceptively simple language to learn, and many database developers never go far beyond the simple statement: SELECT columns FROM table WHERE conditions. But there is so much more you can do with the language. In the SQL Cookbook, experienced SQL developer Anthony Molinaro shares his favorite SQL techniques and features. You'll learn about:Window functions, arguably the most significant enhancement to SQL in the past decade. If you're not using these, you're missing outPowerful, database-specific features such as SQL Server's PIVOT and UNPIVOT operators, Oracle's MODEL clause, and PostgreSQL's very useful GENERATE_SERIES functionPivoting rows into columns, reverse-pivoting columns into rows, using pivoting to facilitate inter-row calculations, and double-pivoting a result setBucketization, and why you should never use that term in Brooklyn.How to create histograms, summarize data into buckets, perform aggregations over a moving range of values, generate running-totals and subtotals, and other advanced, data warehousing techniquesThe technique of walking a string, which allows you to use SQL to parse through the characters, words, or delimited elements of a stringWritten in O'Reilly's popular Problem/Solution/Discussion style, the SQL Cookbook is sure to please. Anthony's credo is: "When it comes down to it, we all go to work, we all have bills to pay, and we all want to go home at a reasonable time and enjoy what's still available of our days." The SQL Cookbook moves quickly from problem to solution, saving you time each step of the way. O'Reilly Media
9781449394097 SQL Pocket Guide: A Guide To SQL Usage Jonathan Gennick If you're a programmer or database administrator who uses SQL in your day-to-day work, this popular pocket guide is the ideal on-the-job reference. You'll find many examples that address the language's complexity, along with key aspects of SQL used in IBM DB2 Release 9.7, MySQL 5.1, Oracle Database 11g Release 2, PostgreSQL 9.0, and Microsoft SQL Server 2008 Release 2.SQL Pocket Guide describes how these database systems implement SQL syntax for querying, managing transactions, and making changes to data. It also shows how the systems use SQL functions, regular expression syntax, and type conversion functions and formats.All example SQL statements in this book execute against a set of tables, with data that you can quickly download. The third edition covers important database changes, including: Oracle's support of the recursive WITH syntax, and addition of PIVOT and UNPIVOT operators Functions new to Oracle, such as LISTAGG, NTH_VALUE, and more PostgreSQLâ??s support of recursive WITH and some window functions DB2 syntax and datatypes, some compatible with Oracle MySQL features such as the TIMESTAMP type and the TO_SECONDS function O'Reilly Media
9781481165730 STEAM Point: A Guide To Integrating Science, Technology, Engineering, The Arts, And Mathematics Through The Common Core Susan M. Riley STEAM Point is a guide for teachers and administrators who are looking to leverage Science, Technology, Engineering, the Arts and Mathematics to close the achievement gap for all students and authentically teach practices embedded within the Common Core State Standards. Specifically included in this guide: *Curriculum maps integrating Common Core English Language Arts and Math Standards, STEM practices and Fine Arts Standards, as well as Lesson Thread Ideas. *Integrated Lesson Seeds *Assessment strategies to measure student growth with integrity in performance-based tasks and processes, which are key to 21st century skills and STEAM practices. This essential guide provides you with the tools you need to engage all learners and provide relevant and rigorous opportunities that your students will be excited about long after they leave your classroom. Reviews ""Wow is the first thing that comes to mind after reading the STEAM book! There are so many great ideas that make so much sense. I l CreateSpace Independent Publishing Platform
Studies In Iconology
9780740768729 The Annotated Mona Lisa: A Crash Course In Art History From Prehistoric To Post-Modern (Volume 1) (Annotated Series) Carol Strickland Carol Strickland's The Annotated Mona Lisa: A Crash Course in Art History from Prehistoric to Post-Modern offers an illustrated tutorial of prehistoric to post-modern art, from cave paintings to video art installations to digital and Internet media."Like music, art is a universal language. Although looking at works of art is a pleasurable enough experience, to appreciate them fully requires certain skills and knowledge."--Carol Strickland, from the introduction to The Annotated Mona Lisa: A Crash Course in Art History from Prehistoric to Post-ModernThis heavily illustrated crash course in art history is revised and updated. Featuring succinct page-length essays, instructive sidebars, and more than 300 photographs, The Annotated Mona Lisa: A Crash Course in Art History from Prehistoric to Post-Modern takes art education out of the realm of dreary textbooks, demystifies jargon and theory, and makes the history of art movements accessible to beginning art museum-goers – even at a cursory reading. From Stonehenge to the Guggenheim and from African art to Warhol, more than 25,000 years of art is distilled into five sections (prehistoric and medieval, renaissance and baroque, the nineteenth century, modern art, and contemporary art) covering a little more than 200 pages. Andrews McMeel Publishing
9780872265264 The Art Of The Renaissance Lucia Corrain Europe during the 15th and 16th centuries was a period of unsurpassed splendor in the history of art. this extraordinary era saw the revival of interest in classical culture and philosophical attitudes, as well as new technical advances in oil painting, architecture and sculpture. It was the age of great artistic geniuses such as Masaccio, Leonardo, Michelangelo, Raphael, Van Eyck, Durer and Titian. This book takes the reader on a fascinating journey through Europe in the age of the Renaissance, from Italian courts, Flemish tapestry workshops and German printworks to English universities, French castles and Spanish ports. Brighter Child
9781561383504 The Complete Painting Course/A Comprehensive Learning Guide And Reference Manual A reference manual for painters at all levels of experience teaches the basic principles of painting and suggests projects using oil paints, acrylics, watercolors, or pastels Running Pr Book Pub
9780872263147 The Impressionists : The Origins Of Modern Painting Fransesco Salvi, L. R. Galante, Andrea Ricciardi The art world of the nineteenth century Paris was thrown into turmoil when a group of young painters first exhibited their work. The "Impressionists", as they have came to be known, revolutionized painting, portraying contemporary city life and depicting nature in a completely new way. The Impressionists caused controversy with their revolt against traditional painting methods, their extraordinary new techniques and styles, and their way of life in the cafes of Paris and in the French countryside.This book presents their stories and the work that made them famous. It describes their personal life and their relationships with each other, and their difficulties with official institutions and the conservative art world of the time. It also analyses their techniques, materials and subjects which ushered in a whole new way of looking at the world. Featuring the life and work of Manet, Monet, Renoir, Degas, Cezanne, Pissaro, Sisley, Morisot, Cassatt, Guillaumin, and Caillebotte. Peter Bedrick
9781621537915 The Joy Of Art: How To Look At, Appreciate, And Talk About Art Carolyn Schlam An Artist’s Insights on Art AppreciationWritten by a practicing artist, this book decodes and maps the basic elements of visual art, leading the reader to a greater understanding and appreciation. Not an art history lesson per se, this illustrated guide is rather a tool kit to make the study of art and a visit to the museum truly rewarding. An entertaining and informative read, The Joy of Art offers the reader:A working art vocabulary to help you identify and explain what you’re looking at Answers to many of the questions you may have about visual art in general A summary of the basic criteria to consider when looking at art Highlights of the primary art genres and an introduction to the artists who pursued them Many visual examples of aesthetic considerations and practices Interesting facts about your favorite artists and clues to why they made the choices they did A few games to test your new skillsThe Joy of Art contains 150 color photographs and many interesting insights from an artist-author who takes readers behind the curtain and into the studio to uncover what actually goes into making a work of art. If you love art, this book will take your appreciation to a new level. Not only will your enjoyment of art increase, you’ll be able to clearly communicate your understanding to others. Allworth
9781426205149 The Letter And The Scroll: What Archaeology Tells Us About The Bible Robin Currie, Stephen G. Hyslop For 2,000 years and more, the Bible and its precepts have shaped world culture and civilization, whether Judeo-Christian or not. The Bible is a touchstone of religious belief, literary accomplishment, morality, and history unlike any other. Biblical interpretations have changed over the millennia, but the past 100 years have witnessed some of the most important transformations in our perspective, and no recent influence has been greater than archaeology.In the mid-20th century, the unearthing of the Dead Sea Scrolls—to cite just one of many modern finds—deepened our understanding of the Biblical world, its peoples, and their beliefs. Since then, new evidence has appeared—the Tel Dan inscription, the Merneptah Stele, and the Gabriel Revelation—with each revelation providing richer insights into the scriptural narrative and the way these stories were written and handed down, confirming the details of historical events and personages, or clarifying the meaning and chronology of biblical ideas.Meticulous, scholarly, yet always accessible, this is required reading for anyone interested in both Old and New Testaments and the creeds, cultures, and civilizations of ancient Hebrews and early Christians alike. National Geographic
The Middle Ages
Page 3 of 4