Author: Al Sweigart
Publisher: No Starch Press
ISBN: 1718501242
Category : Computers
Languages : en
Pages : 433
Book Description
Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity. If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting pro- grams, and more right away. Once you see how the code works, you’ll practice re-creating the programs and experiment by adding your own custom touches. These simple, text-based programs are 256 lines of code or less. And whether it’s a vintage screensaver, a snail-racing game, a clickbait headline generator, or animated strands of DNA, each project is designed to be self-contained so you can easily share it online. You’ll create: • Hangman, Blackjack, and other games to play against your friends or the computer • Simulations of a forest fire, a million dice rolls, and a Japanese abacus • Animations like a virtual fish tank, a rotating cube, and a bouncing DVD logo screensaver • A first-person 3D maze game • Encryption programs that use ciphers like ROT13 and Vigenère to conceal text If you’re tired of standard step-by-step tutorials, you’ll love the learn-by-doing approach of The Big Book of Small Python Projects. It’s proof that good things come in small programs!
The Big Book of Small Python Projects
Author: Al Sweigart
Publisher: No Starch Press
ISBN: 1718501242
Category : Computers
Languages : en
Pages : 433
Book Description
Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity. If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting pro- grams, and more right away. Once you see how the code works, you’ll practice re-creating the programs and experiment by adding your own custom touches. These simple, text-based programs are 256 lines of code or less. And whether it’s a vintage screensaver, a snail-racing game, a clickbait headline generator, or animated strands of DNA, each project is designed to be self-contained so you can easily share it online. You’ll create: • Hangman, Blackjack, and other games to play against your friends or the computer • Simulations of a forest fire, a million dice rolls, and a Japanese abacus • Animations like a virtual fish tank, a rotating cube, and a bouncing DVD logo screensaver • A first-person 3D maze game • Encryption programs that use ciphers like ROT13 and Vigenère to conceal text If you’re tired of standard step-by-step tutorials, you’ll love the learn-by-doing approach of The Big Book of Small Python Projects. It’s proof that good things come in small programs!
Publisher: No Starch Press
ISBN: 1718501242
Category : Computers
Languages : en
Pages : 433
Book Description
Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity. If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting pro- grams, and more right away. Once you see how the code works, you’ll practice re-creating the programs and experiment by adding your own custom touches. These simple, text-based programs are 256 lines of code or less. And whether it’s a vintage screensaver, a snail-racing game, a clickbait headline generator, or animated strands of DNA, each project is designed to be self-contained so you can easily share it online. You’ll create: • Hangman, Blackjack, and other games to play against your friends or the computer • Simulations of a forest fire, a million dice rolls, and a Japanese abacus • Animations like a virtual fish tank, a rotating cube, and a bouncing DVD logo screensaver • A first-person 3D maze game • Encryption programs that use ciphers like ROT13 and Vigenère to conceal text If you’re tired of standard step-by-step tutorials, you’ll love the learn-by-doing approach of The Big Book of Small Python Projects. It’s proof that good things come in small programs!
The Art and Craft of Problem Solving
Author: Paul Zeitz
Publisher: John Wiley & Sons
ISBN: 1119239907
Category : Problem solving
Languages : en
Pages : 389
Book Description
This text on mathematical problem solving provides a comprehensive outline of "problemsolving-ology," concentrating on strategy and tactics. It discusses a number of standard mathematical subjects such as combinatorics and calculus from a problem solver's perspective.
Publisher: John Wiley & Sons
ISBN: 1119239907
Category : Problem solving
Languages : en
Pages : 389
Book Description
This text on mathematical problem solving provides a comprehensive outline of "problemsolving-ology," concentrating on strategy and tactics. It discusses a number of standard mathematical subjects such as combinatorics and calculus from a problem solver's perspective.
Sage for Undergraduates
Author: Gregory V. Bard
Publisher: American Mathematical Soc.
ISBN: 1470411113
Category : Mathematics
Languages : en
Pages : 378
Book Description
As the open-source and free competitor to expensive software like MapleTM, Mathematica®, Magma, and MATLAB®, Sage offers anyone with access to a web browser the ability to use cutting-edge mathematical software and display his or her results for others, often with stunning graphics. This book is a gentle introduction to Sage for undergraduate students toward the end of Calculus II (single-variable integral calculus) or higher-level course work such as Multivariate Calculus, Differential Equations, Linear Algebra, or Math Modeling. The book assumes no background in computer science, but the reader who finishes the book will have learned about half of a first semester Computer Science I course, including large parts of the Python programming language. The audience of the book is not only math majors, but also physics, engineering, finance, statistics, chemistry, and computer science majors.
Publisher: American Mathematical Soc.
ISBN: 1470411113
Category : Mathematics
Languages : en
Pages : 378
Book Description
As the open-source and free competitor to expensive software like MapleTM, Mathematica®, Magma, and MATLAB®, Sage offers anyone with access to a web browser the ability to use cutting-edge mathematical software and display his or her results for others, often with stunning graphics. This book is a gentle introduction to Sage for undergraduate students toward the end of Calculus II (single-variable integral calculus) or higher-level course work such as Multivariate Calculus, Differential Equations, Linear Algebra, or Math Modeling. The book assumes no background in computer science, but the reader who finishes the book will have learned about half of a first semester Computer Science I course, including large parts of the Python programming language. The audience of the book is not only math majors, but also physics, engineering, finance, statistics, chemistry, and computer science majors.
Algorithmic Puzzles
Author: Anany Levitin
Publisher: OUP USA
ISBN: 0199740445
Category : Computers
Languages : en
Pages : 280
Book Description
Algorithmic puzzles are puzzles involving well-defined procedures for solving problems. This book will provide an enjoyable and accessible introduction to algorithmic puzzles that will develop the reader's algorithmic thinking. The first part of this book is a tutorial on algorithm design strategies and analysis techniques. Algorithm design strategies — exhaustive search, backtracking, divide-and-conquer and a few others — are general approaches to designing step-by-step instructions for solving problems. Analysis techniques are methods for investigating such procedures to answer questions about the ultimate result of the procedure or how many steps are executed before the procedure stops. The discussion is an elementary level, with puzzle examples, and requires neither programming nor mathematics beyond a secondary school level. Thus, the tutorial provides a gentle and entertaining introduction to main ideas in high-level algorithmic problem solving. The second and main part of the book contains 150 puzzles, from centuries-old classics to newcomers often asked during job interviews at computing, engineering, and financial companies. The puzzles are divided into three groups by their difficulty levels. The first fifty puzzles in the Easier Puzzles section require only middle school mathematics. The sixty puzzle of average difficulty and forty harder puzzles require just high school mathematics plus a few topics such as binary numbers and simple recurrences, which are reviewed in the tutorial. All the puzzles are provided with hints, detailed solutions, and brief comments. The comments deal with the puzzle origins and design or analysis techniques used in the solution. The book should be of interest to puzzle lovers, students and teachers of algorithm courses, and persons expecting to be given puzzles during job interviews.
Publisher: OUP USA
ISBN: 0199740445
Category : Computers
Languages : en
Pages : 280
Book Description
Algorithmic puzzles are puzzles involving well-defined procedures for solving problems. This book will provide an enjoyable and accessible introduction to algorithmic puzzles that will develop the reader's algorithmic thinking. The first part of this book is a tutorial on algorithm design strategies and analysis techniques. Algorithm design strategies — exhaustive search, backtracking, divide-and-conquer and a few others — are general approaches to designing step-by-step instructions for solving problems. Analysis techniques are methods for investigating such procedures to answer questions about the ultimate result of the procedure or how many steps are executed before the procedure stops. The discussion is an elementary level, with puzzle examples, and requires neither programming nor mathematics beyond a secondary school level. Thus, the tutorial provides a gentle and entertaining introduction to main ideas in high-level algorithmic problem solving. The second and main part of the book contains 150 puzzles, from centuries-old classics to newcomers often asked during job interviews at computing, engineering, and financial companies. The puzzles are divided into three groups by their difficulty levels. The first fifty puzzles in the Easier Puzzles section require only middle school mathematics. The sixty puzzle of average difficulty and forty harder puzzles require just high school mathematics plus a few topics such as binary numbers and simple recurrences, which are reviewed in the tutorial. All the puzzles are provided with hints, detailed solutions, and brief comments. The comments deal with the puzzle origins and design or analysis techniques used in the solution. The book should be of interest to puzzle lovers, students and teachers of algorithm courses, and persons expecting to be given puzzles during job interviews.
Word Searches For Dummies
Author: Denise Sutherland
Publisher: John Wiley & Sons
ISBN: 0470453664
Category : Games & Activities
Languages : en
Pages : 436
Book Description
A travel-friendly puzzle-packed book that keeps the brain in shape One of the best ways to exercise the mind is through word and logic games like word searches and Sudoku. Studies have shown that doing word searches frequently can help prevent diseases like Alzheimer's and dementia. Word Searches For Dummies is a great way to strengthen the mind and keep the brain active plus, it's just plain fun! This unique guide features several different types of word searches that take readers beyond simply circling the answer: secret shape word searches, story word searches, listless word searches, winding words, quiz word searches, and more. It provides a large number of puzzles at different levels that will both test and exercise the mind while keeping the reader entertained for hours.
Publisher: John Wiley & Sons
ISBN: 0470453664
Category : Games & Activities
Languages : en
Pages : 436
Book Description
A travel-friendly puzzle-packed book that keeps the brain in shape One of the best ways to exercise the mind is through word and logic games like word searches and Sudoku. Studies have shown that doing word searches frequently can help prevent diseases like Alzheimer's and dementia. Word Searches For Dummies is a great way to strengthen the mind and keep the brain active plus, it's just plain fun! This unique guide features several different types of word searches that take readers beyond simply circling the answer: secret shape word searches, story word searches, listless word searches, winding words, quiz word searches, and more. It provides a large number of puzzles at different levels that will both test and exercise the mind while keeping the reader entertained for hours.
The Virgin Book of Killer Sudoku
Author: Virgin Books
Publisher: Random House
ISBN: 0753511584
Category :
Languages : en
Pages : 146
Book Description
If you thought Sudoku was difficult, wait until you try Killer Sudoku! The next step up from normal Sudoku, the Killer puzzles use the same grid as Sudoku and require the reader to fill in the numbers 1 to 9 as before. But this time the numbers in the outlined boxes must also all add up to a specific number. Already hugely popular in the national press, the puzzles are a must for Sudoku fans. With five difficulty ratings, from 'very easy' to 'deadly', the 100 brand new Killer Sudoku puzzles in this book will provide a challenge to the most ardent Sudoku addict.
Publisher: Random House
ISBN: 0753511584
Category :
Languages : en
Pages : 146
Book Description
If you thought Sudoku was difficult, wait until you try Killer Sudoku! The next step up from normal Sudoku, the Killer puzzles use the same grid as Sudoku and require the reader to fill in the numbers 1 to 9 as before. But this time the numbers in the outlined boxes must also all add up to a specific number. Already hugely popular in the national press, the puzzles are a must for Sudoku fans. With five difficulty ratings, from 'very easy' to 'deadly', the 100 brand new Killer Sudoku puzzles in this book will provide a challenge to the most ardent Sudoku addict.
The Algorithm Design Manual
Author: Steven S Skiena
Publisher: Springer Science & Business Media
ISBN: 1848000707
Category : Computers
Languages : en
Pages : 742
Book Description
This newly expanded and updated second edition of the best-selling classic continues to take the "mystery" out of designing algorithms, and analyzing their efficacy and efficiency. Expanding on the first edition, the book now serves as the primary textbook of choice for algorithm design courses while maintaining its status as the premier practical reference guide to algorithms for programmers, researchers, and students. The reader-friendly Algorithm Design Manual provides straightforward access to combinatorial algorithms technology, stressing design over analysis. The first part, Techniques, provides accessible instruction on methods for designing and analyzing computer algorithms. The second part, Resources, is intended for browsing and reference, and comprises the catalog of algorithmic resources, implementations and an extensive bibliography. NEW to the second edition: • Doubles the tutorial material and exercises over the first edition • Provides full online support for lecturers, and a completely updated and improved website component with lecture slides, audio and video • Contains a unique catalog identifying the 75 algorithmic problems that arise most often in practice, leading the reader down the right path to solve them • Includes several NEW "war stories" relating experiences from real-world applications • Provides up-to-date links leading to the very best algorithm implementations available in C, C++, and Java
Publisher: Springer Science & Business Media
ISBN: 1848000707
Category : Computers
Languages : en
Pages : 742
Book Description
This newly expanded and updated second edition of the best-selling classic continues to take the "mystery" out of designing algorithms, and analyzing their efficacy and efficiency. Expanding on the first edition, the book now serves as the primary textbook of choice for algorithm design courses while maintaining its status as the premier practical reference guide to algorithms for programmers, researchers, and students. The reader-friendly Algorithm Design Manual provides straightforward access to combinatorial algorithms technology, stressing design over analysis. The first part, Techniques, provides accessible instruction on methods for designing and analyzing computer algorithms. The second part, Resources, is intended for browsing and reference, and comprises the catalog of algorithmic resources, implementations and an extensive bibliography. NEW to the second edition: • Doubles the tutorial material and exercises over the first edition • Provides full online support for lecturers, and a completely updated and improved website component with lecture slides, audio and video • Contains a unique catalog identifying the 75 algorithmic problems that arise most often in practice, leading the reader down the right path to solve them • Includes several NEW "war stories" relating experiences from real-world applications • Provides up-to-date links leading to the very best algorithm implementations available in C, C++, and Java
Introductory Combinatorics
Author: Kenneth P. Bogart
Publisher: Harcourt Brace College Publishers
ISBN:
Category : Computers
Languages : en
Pages : 648
Book Description
Introductory, Combinatorics, Third Edition is designed for introductory courses in combinatorics, or more generally, discrete mathematics. The author, Kenneth Bogart, has chosen core material of value to students in a wide variety of disciplines: mathematics, computer science, statistics, operations research, physical sciences, and behavioral sciences. The rapid growth in the breadth and depth of the field of combinatorics in the last several decades, first in graph theory and designs and more recently in enumeration and ordered sets, has led to a recognition of combinatorics as a field with which the aspiring mathematician should become familiar. This long-overdue new edition of a popular set presents a broad comprehensive survey of modern combinatorics which is important to the various scientific fields of study.
Publisher: Harcourt Brace College Publishers
ISBN:
Category : Computers
Languages : en
Pages : 648
Book Description
Introductory, Combinatorics, Third Edition is designed for introductory courses in combinatorics, or more generally, discrete mathematics. The author, Kenneth Bogart, has chosen core material of value to students in a wide variety of disciplines: mathematics, computer science, statistics, operations research, physical sciences, and behavioral sciences. The rapid growth in the breadth and depth of the field of combinatorics in the last several decades, first in graph theory and designs and more recently in enumeration and ordered sets, has led to a recognition of combinatorics as a field with which the aspiring mathematician should become familiar. This long-overdue new edition of a popular set presents a broad comprehensive survey of modern combinatorics which is important to the various scientific fields of study.
Thinking as Computation
Author: Hector J. Levesque
Publisher: MIT Press
ISBN: 0262300648
Category : Computers
Languages : en
Pages : 323
Book Description
Students explore the idea that thinking is a form of computation by learning to write simple computer programs for tasks that require thought. This book guides students through an exploration of the idea that thinking might be understood as a form of computation. Students make the connection between thinking and computing by learning to write computer programs for a variety of tasks that require thought, including solving puzzles, understanding natural language, recognizing objects in visual scenes, planning courses of action, and playing strategic games. The material is presented with minimal technicalities and is accessible to undergraduate students with no specialized knowledge or technical background beyond high school mathematics. Students use Prolog (without having to learn algorithms: “Prolog without tears!”), learning to express what they need as a Prolog program and letting Prolog search for answers. After an introduction to the basic concepts, Thinking as Computation offers three chapters on Prolog, covering back-chaining, programs and queries, and how to write the sorts of Prolog programs used in the book. The book follows this with case studies of tasks that appear to require thought, then looks beyond Prolog to consider learning, explaining, and propositional reasoning. Most of the chapters conclude with short bibliographic notes and exercises. The book is based on a popular course at the University of Toronto and can be used in a variety of classroom contexts, by students ranging from first-year liberal arts undergraduates to more technically advanced computer science students.
Publisher: MIT Press
ISBN: 0262300648
Category : Computers
Languages : en
Pages : 323
Book Description
Students explore the idea that thinking is a form of computation by learning to write simple computer programs for tasks that require thought. This book guides students through an exploration of the idea that thinking might be understood as a form of computation. Students make the connection between thinking and computing by learning to write computer programs for a variety of tasks that require thought, including solving puzzles, understanding natural language, recognizing objects in visual scenes, planning courses of action, and playing strategic games. The material is presented with minimal technicalities and is accessible to undergraduate students with no specialized knowledge or technical background beyond high school mathematics. Students use Prolog (without having to learn algorithms: “Prolog without tears!”), learning to express what they need as a Prolog program and letting Prolog search for answers. After an introduction to the basic concepts, Thinking as Computation offers three chapters on Prolog, covering back-chaining, programs and queries, and how to write the sorts of Prolog programs used in the book. The book follows this with case studies of tasks that appear to require thought, then looks beyond Prolog to consider learning, explaining, and propositional reasoning. Most of the chapters conclude with short bibliographic notes and exercises. The book is based on a popular course at the University of Toronto and can be used in a variety of classroom contexts, by students ranging from first-year liberal arts undergraduates to more technically advanced computer science students.
Latin Squares and Their Applications
Author: A. Donald Keedwell
Publisher: Elsevier
ISBN: 0444635580
Category : Mathematics
Languages : en
Pages : 443
Book Description
Latin Squares and Their Applications, Second edition offers a long-awaited update and reissue of this seminal account of the subject. The revision retains foundational, original material from the frequently-cited 1974 volume but is completely updated throughout. As with the earlier version, the author hopes to take the reader 'from the beginnings of the subject to the frontiers of research'. By omitting a few topics which are no longer of current interest, the book expands upon active and emerging areas. Also, the present state of knowledge regarding the 73 then-unsolved problems given at the end of the first edition is discussed and commented upon. In addition, a number of new unsolved problems are proposed. Using an engaging narrative style, this book provides thorough coverage of most parts of the subject, one of the oldest of all discrete mathematical structures and still one of the most relevant. However, in consequence of the huge expansion of the subject in the past 40 years, some topics have had to be omitted in order to keep the book of a reasonable length. Latin squares, or sets of mutually orthogonal latin squares (MOLS), encode the incidence structure of finite geometries; they prescribe the order in which to apply the different treatments in designing an experiment in order to permit effective statistical analysis of the results; they produce optimal density error-correcting codes; they encapsulate the structure of finite groups and of more general algebraic objects known as quasigroups. As regards more recreational aspects of the subject, latin squares provide the most effective and efficient designs for many kinds of games tournaments and they are the templates for Sudoku puzzles. Also, they provide a number of ways of constructing magic squares, both simple magic squares and also ones with additional properties. - Retains the organization and updated foundational material from the original edition - Explores current and emerging research topics - Includes the original 73 'Unsolved Problems' with the current state of knowledge regarding them, as well as new Unsolved Problems for further study
Publisher: Elsevier
ISBN: 0444635580
Category : Mathematics
Languages : en
Pages : 443
Book Description
Latin Squares and Their Applications, Second edition offers a long-awaited update and reissue of this seminal account of the subject. The revision retains foundational, original material from the frequently-cited 1974 volume but is completely updated throughout. As with the earlier version, the author hopes to take the reader 'from the beginnings of the subject to the frontiers of research'. By omitting a few topics which are no longer of current interest, the book expands upon active and emerging areas. Also, the present state of knowledge regarding the 73 then-unsolved problems given at the end of the first edition is discussed and commented upon. In addition, a number of new unsolved problems are proposed. Using an engaging narrative style, this book provides thorough coverage of most parts of the subject, one of the oldest of all discrete mathematical structures and still one of the most relevant. However, in consequence of the huge expansion of the subject in the past 40 years, some topics have had to be omitted in order to keep the book of a reasonable length. Latin squares, or sets of mutually orthogonal latin squares (MOLS), encode the incidence structure of finite geometries; they prescribe the order in which to apply the different treatments in designing an experiment in order to permit effective statistical analysis of the results; they produce optimal density error-correcting codes; they encapsulate the structure of finite groups and of more general algebraic objects known as quasigroups. As regards more recreational aspects of the subject, latin squares provide the most effective and efficient designs for many kinds of games tournaments and they are the templates for Sudoku puzzles. Also, they provide a number of ways of constructing magic squares, both simple magic squares and also ones with additional properties. - Retains the organization and updated foundational material from the original edition - Explores current and emerging research topics - Includes the original 73 'Unsolved Problems' with the current state of knowledge regarding them, as well as new Unsolved Problems for further study