Автор: Downey Allen B. Название: Think Python: How to Think Like a Computer Scientist ISBN: 1491939362 ISBN-13(EAN): 9781491939369 Издательство: Wiley Цена: 38010 T Наличие на складе: Поставка под заказ. Описание: This hands-on guide takes you through the language a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. This second edition and its supporting code have been updated for Python 3.
Автор: Zollanvari, Amin Название: Machine Learning with Python ISBN: 3031333411 ISBN-13(EAN): 9783031333415 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book is meant as a textbook for undergraduate and graduate students who are willing to understand essential elements of machine learning from both a theoretical and a practical perspective. The choice of the topics in the book is made based on one criterion: whether the practical utility of a certain method justifies its theoretical elaboration for students with a typical mathematical background in engineering and other quantitative fields. As a result, not only does the book contain practically useful techniques, it also presents them in a mathematical language that is accessible to both graduate and advanced undergraduate students. The textbook covers a range of topics including nearest neighbors, linear models, decision trees, ensemble learning, model evaluation and selection, dimensionality reduction, assembling various learning stages, clustering, and deep learning along with an introduction to fundamental Python packages for data science and machine learning such as NumPy, Pandas, Matplotlib, Scikit-Learn, XGBoost, and Keras with TensorFlow backend. Given the current dominant role of the Python programming language for machine learning, the book complements the theoretical presentation of each technique by its Python implementation. In this regard, two chapters are devoted to cover necessary Python programming skills. This feature makes the book self-sufficient for students with different programming backgrounds and is in sharp contrast with other books in the field that assume readers have prior Python programming experience. As such, the systematic structure of the book, along with the many examples and exercises presented, will help the readers to better grasp the content and be equipped with the practical skills required in day-to-day machine learning applications.
Автор: Mele, Antonio Belderbos, Bob Название: Django 4 by example ISBN: 1801813051 ISBN-13(EAN): 9781801813051 Издательство: Неизвестно Рейтинг: Цена: 72790.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Django 4 by Example is the fourth edition of the best-selling franchise that helps you build web applications. This book will guide you through the entire process of developing professional web applications with Django. The book focuses on explaining how the Django Web Framework works by building multiple projects from the ground up.
Название: 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.
Автор: Mather Bob Название: Basic Python in Finance: How to Implement Financial Trading Strategies and Analysis using Python ISBN: 0648782948 ISBN-13(EAN): 9780648782940 Издательство: Неизвестно Рейтинг: Цена: 30640.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Are you looking to automate your trading strategy? Are you looking for a more efficient way of completing your financial analysis?
Автор: Nayak, Rakesh Название: Python for engineers and scientists ISBN: 1032111038 ISBN-13(EAN): 9781032111032 Издательство: Taylor&Francis Рейтинг: Цена: 100030.00 T Наличие на складе: Нет в наличии. Описание: The text focuses on the basics of Python programming fundamentals and introduction to present-day applications in technology and the upcoming state-of-art trends in a comprehensive manner. The text is based on Python 3.x and it covers the fundamentals of Python with object-oriented concepts having numerous worked-out examples. It provides a learning tool for the students of beginner level as well as for researchers of advanced level. Each chapter contains additional examples that explain the usage of methods/functions discussed in the chapter. It provides numerous programming examples along with their outputs.The book:Includes programming tips to highlight the important concepts and help readers avoid common programming errorsProvides programming examples along with their outputs to ensure the correctness and help readers in mastering the art of writing efficient Python programsContains MCQs with their answers; conceptual questions and programming questions; and solutions to some selected programming questions, for every chapterDiscusses applications like time zone converter and password generators at the endCovers fundamental of Python up to object oriented concepts including regular expressionThe book offers a simple and lucid treatment of concepts supported with illustrations for easy understanding, provides numerous programming examples along with their outputs, and includes programming tips to highlight the important concepts. It will be a valuable resource for senior undergraduate, graduate students, and professionals in the fields of electrical engineering, electronics and communication engineering, and computer engineering.
Автор: Severance Dr Charles Russell Название: Python for Everybody: Exploring Data in Python 3 ISBN: 1530051126 ISBN-13(EAN): 9781530051120 Издательство: Неизвестно Рейтинг: Цена: 14420.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Python for Everybody is designed to introduce students to programming and software development through the lens of exploring data. You can think of the Python programming language as your tool to solve data problems that are beyond the capability of a spreadsheet.Python is an easy to use and easy to learn programming language that is freely available on Macintosh, Windows, or Linux computers. So once you learn Python you can use it for the rest of your career without needing to purchase any software.This book uses the Python 3 language. The earlier Python 2 version of this book is titled "Python for Informatics: Exploring Information".There are free downloadable electronic copies of this book in various formats and supporting materials for the book at www.py4e.com. The course materials are available to you under a Creative Commons License so you can adapt them to teach your own Python course.
Автор: 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
Автор: Meier Burkhard Название: Python GUI Programming Cookbook. ISBN: 1838827544 ISBN-13(EAN): 9781838827540 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book discusses the complexities inherent in preserving and interpreting the extraordinary range of culturally significant objects entrusted to museums. From how museums acquire their holdings, to how they are conserved, to how accessible they are, the book presents an encompassing look at every aspect of the duties museum by definition assume
Автор: Howse Joseph, Minichino Joe Название: Learning OpenCV 4 Computer Vision with Python ISBN: 1789531616 ISBN-13(EAN): 9781789531619 Издательство: Неизвестно Рейтинг: Цена: 72790.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Now in its third edition, this is the original book on OpenCV`s Python bindings. Readers will learn a great range of techniques and algorithms, from the classics to the state-of-the-art, and from geometry to machine learning. All of this is in aid of solving practical computer vision problems in well-built applications.
Автор: Islam Shammunul, Miles Simon, Menke Gisp Kurt Название: Mastering Geospatial Development with QGIS 3.x - Third Edition ISBN: 1788999894 ISBN-13(EAN): 9781788999892 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book is a guide for professionals looking to master the open source QGIS software. This book will take you all the way through to learning advanced techniques like illuminated contours and dynamic masking. You will learn about the advanced topics like the creation of GeoPackages, the Processing Toolbox, and the creation of plugins using ...
Автор: Mueller, Jp Название: Beginning programming with python for dummies, 3rd edition ISBN: 1119913772 ISBN-13(EAN): 9781119913771 Издательство: Wiley Рейтинг: Цена: 28500.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Examines the Museum of the Bible in Washington, DC, and how race, money, and institution-building shape fights over the Bible and Christianity in US public life. This book will be essential for readers interested in evangelicalism, the study of the Bible, and intersections of race and religion in the US.
Автор: Melй Antonio Название: Django 3 By Example - Third Edition ISBN: 1838981950 ISBN-13(EAN): 9781838981952 Издательство: Неизвестно Рейтинг: Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Django 3 By Example, Third Edition, explores key Django features and best practices that every Python web developer should be aware of. This third edition is fully updated for Django 3 and a new chapter on Django Channels for real-time features has been added. Much more than just a reference guide, this book shows you how Django works in the ...
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz