Challenging Programming in Python: A Problem Solving Perspective, Habib Izadkhah
Название: Python Programming on Win32 ISBN: 1565926218 ISBN-13(EAN): 9781565926219 Издательство: Wiley Рейтинг: Цена: 50680.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Demonstrates how to use Python as a serious Windows development tool. The book addresses all the basic technolgies for common integration tasks on Windows, explaining both the Windows issues and the Python code needed to glue things together.
Автор: Langtangen Hans Petter Название: A Primer on Scientific Programming with Python ISBN: 3662498863 ISBN-13(EAN): 9783662498866 Издательство: Springer Рейтинг: Цена: 32600.00 T Наличие на складе: Есть Описание: The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology and finance. The book teaches 'Matlab-style' and procedural programming as well as object-oriented programming. High school mathematics is a required background and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science.From the reviews: Langtangen … does an excellent job of introducing programming as a set of skills in problem solving. He guides the reader into thinking properly about producing program logic and data structures for modeling real-world problems using objects and functions and embracing the object-oriented paradigm. … Summing Up: Highly recommended. F. H. Wild III, Choice, Vol. 47 (8), April 2010Those of us who have learned scientific programming in Python ‘on the streets’ could be a little jealous of students who have the opportunity to take a course out of Langtangen’s Primer.” John D. Cook, The Mathematical Association of America, September 2011This book goes through Python in particular, and programming in general, via tasks that scientists will likely perform. It contains valuable information for students new to scientific computing and would be the perfect bridge between an introduction to programming and an advanced course on numerical methods or computational science.Alex Small, IEEE, CiSE Vol. 14 (2), March?/April 2012 “This fourth edition is awonderful, inclusive textbook that covers pretty much everything one needs toknow to go from zero to fairly sophisticated scientific programming in Python…”Joan Horvath, Computing Reviews, March2015
Автор: Attaway, Stormy Название: Matlab ISBN: 0128045256 ISBN-13(EAN): 9780128045251 Издательство: Elsevier Science Рейтинг: Цена: 46180.00 T Наличие на складе: Поставка под заказ. Описание: MATLAB: A Practical Introduction to Programming and Problem Solving, Fourth Edition, winner of a 2017 Textbook Excellence Award (Texty), has been updated to reflect the functionality of the current version of MATLAB, including the new H2 Graphics system. It features new and revised end-of-chapter exercises, more engineering applications to help the reader learn this software tool in context, and a new section on object-oriented programming in MATLAB. MATLAB has become the standard software tool for solving scientific and engineering problems due to its powerful built-in functions and its ability to program. Assuming no knowledge of programming, this book guides the reader through both programming and built-in functions to easily exploit MATLAB's extensive capabilities for tackling engineering problems. The book starts with programming concepts, such as variables, assignments, and selection statements, moves on to loops, and then solves problems using both the programming concept and the power of MATLAB. In-depth coverage is given to input/output, a topic fundamental to many engineering applications.
Автор: Nair, Premchand S. Название: Java Programming Fundamentals ISBN: 1420065475 ISBN-13(EAN): 9781420065473 Издательство: Taylor&Francis Рейтинг: Цена: 112290.00 T Наличие на складе: Нет в наличии.
Автор: Dale Nell, Weems Chip, Richards Tim Название: Programming and Problem Solving with C++ ISBN: 1284157326 ISBN-13(EAN): 9781284157321 Издательство: Jones & Bartlett Рейтинг: Цена: 182750.00 T Наличие на складе: Поставка под заказ. Описание: Over the Atlantic, an airliner`s controls suddenly stop reacting. In Japan, an oil tanker runs aground when its navigational system fails. At first, these computer failures seem unrelated. But Jeff Aiken, a former government analyst who saw the mistakes made before 9/11, fears that there may be a more serious attack coming.
Автор: Attaway, Stormy Название: MATLAB ISBN: 0128154799 ISBN-13(EAN): 9780128154793 Издательство: Elsevier Science Рейтинг: Цена: 55950.00 T Наличие на складе: Поставка под заказ. Описание: MATLAB: A Practical Introduction to Programming and Problem Solving, winner of TAA’s 2017 Textbook Excellence Award ("Texty"), guides the reader through both programming and built-in functions to easily exploit MATLAB's extensive capabilities for tackling engineering and scientific problems. Assuming no knowledge of programming, this book starts with programming concepts, such as variables, assignments, and selection statements, moves on to loops, and then solves problems using both the programming concept and the power of MATLAB. The fifth edition has been updated to reflect the functionality of the current version of MATLAB (R2018a), including the addition of local functions in scripts, the new string type, coverage of recently introduced functions to import data from web sites, and updates to the Live Editor and App Designer.
Автор: Sal Washah Название: Scientific Approach to Problem Solving: With C++ Programming ISBN: 1626614725 ISBN-13(EAN): 9781626614727 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 107190.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Teaches the basic concepts needed to master C++, illustrating every building block of the programming language. The book provides practical information such as style guidance, debugging, and real-world, coherent programming advice. The material is accessible to those new to the language, and adds information and techniques for those who are already experts in C++ programming.
Автор: Barry Wittman, Aditya Mathur, Tim Korb Название: Start Concurrent: An Introduction to Problem Solving in Java With a Focus on Concurrency, 2014 ISBN: 1626710090 ISBN-13(EAN): 9781626710092 Издательство: Mare Nostrum (Eurospan) Цена: 71150.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: How can the new generation of computer scientists growing up with multicore chips learn to program applications that exploit this latent processing power? This unique book is an attempt to introduce concurrent programming to first-year computer science students. This book assumes no programming background but offers a broad coverage of Java.
Автор: Alex Gezerlis Название: Numerical Methods in Physics with Python ISBN: 1009303856 ISBN-13(EAN): 9781009303859 Издательство: Cambridge Academ Рейтинг: Цена: 116160.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Bringing together idiomatic Python programming, foundational numerical methods, and physics applications, this is an ideal standalone textbook for courses on computational physics. All the frequently used numerical methods in physics are explained, including foundational techniques and hidden gems on topics such as linear algebra, differential equations, root-finding, interpolation, and integration. The second edition of this introductory book features several new codes and 140 new problems (many on physics applications), as well as new sections on the singular-value decomposition, derivative-free optimization, Bayesian linear regression, neural networks, and partial differential equations. The last section in each chapter is an in-depth project, tackling physics problems that cannot be solved without the use of a computer. Written primarily for students studying computational physics, this textbook brings the non-specialist quickly up to speed with Python before looking in detail at the numerical methods often used in the subject.
Автор: Agostino Dovier; Enrico Pontelli Название: A 25-Year Perspective on Logic Programming ISBN: 3642143083 ISBN-13(EAN): 9783642143083 Издательство: Springer Рейтинг: Цена: 69870.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book celebrates the 25th anniversary of GULP - the Italian Association for Logic Programming. Authored by Italian researchers, it presents a state-of-the-art survey of logic programming, making it a useful reference for both researchers and students.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz