Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Making Salmon: An Environmental History of the Northwest Fisheries Crisis, Joseph E. Taylor III


Варианты приобретения
Цена: 87780.00T
Кол-во:
 о цене
Наличие: Невозможна поставка.

в Мои желания

Автор: Joseph E. Taylor III
Название:  Making Salmon: An Environmental History of the Northwest Fisheries Crisis
ISBN: 9780295996318
Издательство: Mare Nostrum (Eurospan)
Классификация:



ISBN-10: 0295996315
Обложка/Формат: Hardcover
Страницы: 488
Вес: 0.81 кг.
Дата издания: 16.07.2015
Серия: Weyerhaeuser environmental books
Язык: English
Иллюстрации: 25 photos, 8 drawings
Размер: 229 x 152 x 29
Читательская аудитория: General (us: trade)
Ключевые слова: Forestry & related industries, TECHNOLOGY & ENGINEERING / Agriculture / Forestry
Подзаголовок: An environmental history of the northwest fisheries crisis
Рейтинг:
Поставляется из: Англии
Описание:

Winner of the George Perkins Marsh Award, American Society for Environmental History


Дополнительное описание:

Lists of Maps
Foreword: Speaking for Salmon
Acknowledgments
Introduction: A Durable Crisis
Dependence, Respect, and Moderation
Historicizing Overfishing
Inventing a Panacea
Making Salmon
Taking Salmon



Agile Software: Patterns of Practice

Автор: Bergin Joseph III
Название: Agile Software: Patterns of Practice
ISBN: 0985154322 ISBN-13(EAN): 9780985154325
Издательство: Неизвестно
Цена: 39080.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Monty Karel: A Gentle Introduction to the Art of Object-Oriented Programming in Python

Автор: Bergin Joseph III, Stehlik Mark, Roberts Jim
Название: Monty Karel: A Gentle Introduction to the Art of Object-Oriented Programming in Python
ISBN: 0970579527 ISBN-13(EAN): 9780970579522
Издательство: Неизвестно
Цена: 36790.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Monty Karel is an introduction to computer programming for novices. It uses the Python programming language to introduce the principles of dynamic object-oriented programming. It is the latest version in the Karel The Robot series, originally developed by Richard Pattis. It is a true successor to the original, emphasizing problem solving in a simple but "Turing Complete" and interesting virtual world.

Monty Karel stresses problem solving rather than language syntax. It has been shown to be an effective learning environment for novice programmers. A student able to do the exercises in this book, or one of its companions, is truly on his or her way to a deep understanding of programming.

Learn to write sophisticated Python code in a few weeks. It is not a comprehensive treatment of Python, but emphasizes problem solving using objects, writing classes, and developing skill in algorithmic and polymorphic thinking. It goes beyond thinking of computing as just "if" and "while".

The advantages pointed out by reviewers of the earlier Karel J Robot apply to this version as well:

Karel J Robot is an excellent introduction to modern computer science, without letting students get overwhelmed by the details of a programming language (even though it is real Java). KJR provides a framework for understanding Object-Oriented Programming from the very beginning. Students are encouraged to develop problem-solving skills by producing projects that solve very complex problems with a relatively small set of tools.
Don Slater, Carnegie-Mellon University

I have been successfully introducing students in grades 9 through 12 to programming using Karel for the past twenty years and Karel J Robot is the most effective version yet. Students love it They find principles of OOP (class design, constructors, methods, inheritance, polymorphism) come naturally to them, even before they learn about control structures. They discover recursive solutions without ever being taught recursion. Best of all, Karel is gender neutral --- both girls and boys are so involved and excited that I have to push them out the door and on to their next class when the period ends.
Kathy Larson, Kingston High School, Kingston New York

Karel J Robot: A Gentle Introduction to the Art of Object-Oriented Programming in Java takes you on a well-sequenced and thoughtful journey through the essential concepts in a first semester computer science course. Experience computer science at the level that it is most inspiring - the conceptual level. The visual environment will help you teach and your students learn because everyone will have immediate visual feedback, enabling them to see what they are doing. You will leave the Karel world with a deep understanding of polymorphism, inheritance, abstraction, modularization, and step-wise refinement, to name just a few topics. If you are an AP Computer Science teacher, you have just found the perfect guide to help ensure you do not lose sight of the forest (i.e., computer science) through the trees (i.e., the details of the language).
Dave Wittry, Troy High School

Karel J Robot provides an uncluttered setting for laying the foundation for all of the key OO concepts. The perfect "starter" for understanding objects, OO design and OO programming.
Michael Goldweber, Xavier University

Karel J Robot: A Gentle Introduction to the Art of Object-Oriented Programming in Java

Автор: Bergin Joseph III, Stehlik Mark, Roberts Jim
Название: Karel J Robot: A Gentle Introduction to the Art of Object-Oriented Programming in Java
ISBN: 0970579519 ISBN-13(EAN): 9780970579515
Издательство: Неизвестно
Цена: 36790.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Karel J Robot is an introduction to computer programming for novices. It uses the Java programming language to introduce the principles of object-oriented programming. It is the latest version in the Karel The Robot series, originally developed by Richard Pattis. It is a true successor to the original, emphasizing problem solving in a simple but "Turing Complete" and interesting virtual world.

Karel J Robot stresses problem solving rather than language syntax. It has been shown to be an effective learning environment for novice programmers. A student able to do the exercises in this book, or one of its companions, is truly on his or her way to a deep understanding of programming.

Learn to write sophisticated Java code in a few weeks. It is not a comprehensive treatment of Java, but emphasizes problem solving using objects, writing classes, and developing skill in algorithmic and polymorphic thinking. It goes beyond thinking of computing as just "if" and "while".

The advantages pointed out by reviewers of Karel J Robot follow:

Karel J Robot is an excellent introduction to modern computer science, without letting students get overwhelmed by the details of a programming language (even though it is real Java). KJR provides a framework for understanding Object-Oriented Programming from the very beginning. Students are encouraged to develop problem-solving skills by producing projects that solve very complex problems with a relatively small set of tools.
Don Slater, Carnegie-Mellon University

I have been successfully introducing students in grades 9 through 12 to programming using Karel for the past twenty years and Karel J Robot is the most effective version yet. Students love it They find principles of OOP (class design, constructors, methods, inheritance, polymorphism) come naturally to them, even before they learn about control structures. They discover recursive solutions without ever being taught recursion. Best of all, Karel is gender neutral --- both girls and boys are so involved and excited that I have to push them out the door and on to their next class when the period ends.
Kathy Larson, Kingston High School, Kingston New York

Karel J Robot: A Gentle Introduction to the Art of Object-Oriented Programming in Java takes you on a well-sequenced and thoughtful journey through the essential concepts in a first semester computer science course. Experience computer science at the level that it is most inspiring - the conceptual level. The visual environment will help you teach and your students learn because everyone will have immediate visual feedback, enabling them to see what they are doing. You will leave the Karel world with a deep understanding of polymorphism, inheritance, abstraction, modularization, and step-wise refinement, to name just a few topics. If you are an AP Computer Science teacher, you have just found the perfect guide to help ensure you do not lose sight of the forest (i.e., computer science) through the trees (i.e., the details of the language).
Dave Wittry, Troy High School

Karel J Robot provides an uncluttered setting for laying the foundation for all of the key OO concepts. The perfect "starter" for understanding objects, OO design and OO programming.
Michael Goldweber, Xavier University

Legion Surgeon - Beginner`s Luck

Автор: Locicero III Joseph
Название: Legion Surgeon - Beginner`s Luck
ISBN: 0615760872 ISBN-13(EAN): 9780615760872
Издательство: Неизвестно
Цена: 14890.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Reset Your Life: Make a New Start

Автор: Walker III Joseph W.
Название: Reset Your Life: Make a New Start
ISBN: 0718041755 ISBN-13(EAN): 9780718041755
Издательство: Неизвестно
Рейтинг:
Цена: 15630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Bishop Joseph W. Walker III shares how a person can make a new start. By using the eight `R`s` (Reset, Return, Review and Recalculate, Reclaim, Redirect, Reinvigorate and Revive, Reinvest, and Reinvent), readers will learn how to have a new beginning through faith in God.

Television, Religion, and Supernatural: Hunting Monsters, Finding Gods

Автор: Engstrom Erika, Valenzano Joseph M. III
Название: Television, Religion, and Supernatural: Hunting Monsters, Finding Gods
ISBN: 073918475X ISBN-13(EAN): 9780739184752
Издательство: Неизвестно
Рейтинг:
Цена: 203850.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book uses a theory-based inquiry of the nuanced religious messages in the TV series Supernatural, which presents religious themes through horror and fantasy to show a Christianity without Christ. It uncovers how entertainment television provides a conduit for religious messages that speak to the role of contemporary American faith.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия