Bite-Size Python: An Introduction to Python Programming, Speight April
Автор: Louie Stowell Название: Coding for Beginners using Python ISBN: 1409599345 ISBN-13(EAN): 9781409599340 Издательство: Usborne Рейтинг: Цена: от 1807.00 р. Наличие на складе: Есть
Описание: A beginner`s guide to coding using Python, one of the most popular computer languages. Step-by-step instructions show how to get started and write a simple program. New commands are introduced with examples and colourful pictures so by the end of the book, readers can code games, drawings and more. Includes extra help and downloads online.
Автор: Leach Название: Introduction to Software Engineering, Second Edition ISBN: 1498705278 ISBN-13(EAN): 9781498705271 Издательство: Taylor&Francis Рейтинг: Цена: 16078.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Practical Guidance on the Efficient Development of High-Quality Software
Introduction to Software Engineering, Second Edition equips students with the fundamentals to prepare them for satisfying careers as software engineers regardless of future changes in the field, even if the changes are unpredictable or disruptive in nature. Retaining the same organization as its predecessor, this second edition adds considerable material on open source and agile development models.
The text helps students understand software development techniques and processes at a reasonably sophisticated level. Students acquire practical experience through team software projects. Throughout much of the book, a relatively large project is used to teach about the requirements, design, and coding of software. In addition, a continuing case study of an agile software development project offers a complete picture of how a successful agile project can work.
The book covers each major phase of the software development life cycle, from developing software requirements to software maintenance. It also discusses project management and explains how to read software engineering literature. Three appendices describe software patents, command-line arguments, and flowcharts.
Автор: Graba Jan Название: Introduction to Network Programming with Java ISBN: 1447152530 ISBN-13(EAN): 9781447152538 Издательство: Springer Рейтинг: Цена: 7927.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: An Introduction to Network Programming with Java
Автор: T R Padmanabhan Название: Programming with Python ISBN: 9811032769 ISBN-13(EAN): 9789811032769 Издательство: Springer Рейтинг: Цена: 17074.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Python - A Calculator.- Algebra With Variables.- Simple Programs.- Functions And Modules.- Sequences And Operations With Sequences.- Additional Operations With Sequences.- Operations For Text Processing.- Operations With Files.- Application Modules.- Classes And Objects.- Time Related Operations.- Functional Programming Aids.
Автор: G?nther Blaschek; R. Bach; Gustav Pomberger Название: Introduction to Programming with Modula-2 ISBN: 3540520384 ISBN-13(EAN): 9783540520382 Издательство: Springer Рейтинг: Цена: 9751.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Intended to establish a solid foundation in the techniques of programming in Modula-2 for both the novice and the experienced programmer. The authors seek to familiarize the reader with the concept of algorithms and show how to implement algorithms in Modula-2.
Автор: Chivers Название: Introduction to Programming with Fortran ISBN: 3319755013 ISBN-13(EAN): 9783319755014 Издательство: Springer Рейтинг: Цена: 10976.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This fourth Edition presents new examples on submodules, derived type i/o, object oriented programming, abstract interfaces and procedure pointers, C interop, sorting and searching, statistics and converting to more modern versions of Fortran.Key FeaturesHighlights the core language features of modern Fortran including data typing, array processing, control structures, functions, subroutines, modules and submodules, user defined types, pointers, operator overloading, generic programming, parallel programming, abstract interfaces, procedure pointersPinpoints common problems that occur when programmingIllustrates the use of several compilersIntroduction to Programming with Fortran has been written for the complete beginner with little or no programming background as well as existing Fortran programmers and those with programming experience in other languages
Автор: Ian Chivers; Jane Sleightholme Название: Introduction to Programming with Fortran ISBN: 3030092488 ISBN-13(EAN): 9783030092481 Издательство: Springer Рейтинг: Цена: 10976.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This fourth Edition presents new examples on submodules, derived type i/o, object oriented programming, abstract interfaces and procedure pointers, C interop, sorting and searching, statistics and converting to more modern versions of Fortran.Key FeaturesHighlights the core language features of modern Fortran including data typing, array processing, control structures, functions, subroutines, modules and submodules, user defined types, pointers, operator overloading, generic programming, parallel programming, abstract interfaces, procedure pointersPinpoints common problems that occur when programmingIllustrates the use of several compilersIntroduction to Programming with Fortran has been written for the complete beginner with little or no programming background as well as existing Fortran programmers and those with programming experience in other languages
Python has gone to be one of the most popular programming languages in the world, and you will be one of the few people left out if you don't add this knowledge to your arsenal. If you're looking to learn Python, now is an excellent time to do so. But where do you begin?
You can start right here, right now, with this book. It makes learning Python simple, fast, and easy, taking away the confusion from learning a new language. When learning a new language, it's easy to be overwhelmed and not know where to start or what to focus on. You can spend a long time pursuing tutorials online only to find out you don't really understand any of the concepts they covered. That won't be a problem here This book follows a step by step guide, walking you through everything you need to know about Python in an easy to follow fashion. It will teach you all the basics of Python, and even some of the more advanced Python concepts, taking you from beginner to intermediate Python programmer.
This book will give you:
A solid foundation in Python programming.
Intermediate and advanced topics once you've mastered the basics.
Simple explanations of code, broken down into easy to follow steps.
Python programming exercises and solutions.
Two projects at the end of the book designed to help you bring all the concepts you've learned together.
Source code files you can refer to and run on your computer.
Описание: This succinct book prepares students for IT job interviews and coding competitions. Readers will master 128 algorithms in Python by discovering the right way to tackle a problem and quickly implement a solution of low complexity. Source codes and unit tests are freely available to readers to practice their skills.
Описание: Why Python has been proclaimed by the most Professional Techs as the best Scripting Language ? Do you want to learn Coding from scratch? This Book is probably what you looking for . Keep reading to discover more about it
Python is presumably the easiest-to-learn and nicest-to-use programming language in widespread use. Python code is clear to read and write, and it is short without being cryptic. It is a very powerful language, which means that we can generally write far fewer lines of Python code than would be needed for an equivalent application written in, say, C++ or Java.
Python is typically typed in an implicit and dynamic format; hence, there is no requirement to declare variables. These types are enforced, and the variables are sensitive to cases. There is no definite array of characters used to terminate statements in Python. Any statement which expects a level of indentation is concluded using a colon sign. Multiple variables can also be used on a single line.
This book covers the following topics:
The 7 main Features of Python ✓Why you should use Python ✓What is the best Python web app framework and why ✓Data Types in Python ✓Conditional Statements ✓Why is Python so popular in Machine Learning ✓
...And much more
In Python Programming, the English language is mainly used in coding many keywords. The mastery of these keywords means knowledge of the fundamental aspects of python programming.
However, before delving into these primary keywords, you have to understand the basic concepts associated with Python. These concepts are necessary to understand every other aspect of the scripting language.
By reading this book, you're off to a great start. It is designed to ease your way into Python programming world.
So, Ready to Become a Master of Python? Click "Buy Now" and Get the Book
Автор: Boguslaw Cyganek Название: Introduction to Programming with C++ for Engineers ISBN: 1119431107 ISBN-13(EAN): 9781119431107 Издательство: Wiley Рейтинг: Цена: 12981.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
A complete textbook and reference for engineers to learn the fundamentals of computer programming with modern C++
Introduction to Programming with C++ for Engineers is an original presentation teaching the fundamentals of computer programming and modern C++ to engineers and engineering students.
Professor Cyganek, a highly regarded expert in his field, walks users through basics of data structures and algorithms with the help of a core subset of C++ and the Standard Library, progressing to the object-oriented domain and advanced C++ features, computer arithmetic, memory management and essentials of parallel programming, showing with real world examples how to complete tasks. He also guides users through the software development process, good programming practices, not shunning from explaining low-level features and the programming tools.
Being a textbook, with the summarizing tables and diagrams the book becomes a highly useful reference for C++ programmers at all levels.
Introduction to Programming with C++ for Engineers teaches how to program by:
Guiding users from simple techniques with modern C++ and the Standard Library, to more advanced object-oriented design methods and language features
Providing meaningful examples that facilitate understanding of the programming techniques and the C++ language constructions
Fostering good programming practices which create better professional programmers
Minimizing text descriptions, opting instead for comprehensive figures, tables, diagrams, and other explanatory material
Granting access to a complementary website that contains example code and useful links to resources that further improve the reader's coding ability
Including test and exam question for the reader's review at the end of each chapter
Engineering students, students of other sciences who rely on computer programming, and professionals in various fields will find this book invaluable when learning to program with C++.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru