Author: Jon Agee
Publisher: Turtleback Books
ISBN: 9780785735090
Category : Juvenile Nonfiction
Languages : en
Pages : 80
Book Description
A collection of palindromes, sentences that read the same forward and backward.
Go Hang a Salami! I'm a Lasagna Hog!: And Other Palindromes
Author: Jon Agee
Publisher: Turtleback Books
ISBN: 9780785735090
Category : Juvenile Nonfiction
Languages : en
Pages : 80
Book Description
A collection of palindromes, sentences that read the same forward and backward.
Publisher: Turtleback Books
ISBN: 9780785735090
Category : Juvenile Nonfiction
Languages : en
Pages : 80
Book Description
A collection of palindromes, sentences that read the same forward and backward.
Otto: A Palindrama
Author: Jon Agee
Publisher: Penguin
ISBN: 0593112849
Category : Juvenile Fiction
Languages : en
Pages : 75
Book Description
This absurdly clever and funny graphic novel, told entirely in palindromes, is created by World Palindrome Champion Jon Agee, author of Go Hang a Salami! I'm a Lasagna Hog! Otto is having a very palindramatic day. His pet, Pip, has gone missing, and his search for the dog leads him deeper and deeper into a strange and perplexing world--full of talking owls, stacks of cats, storms and mazes, boats and trains and automobiles . . . oh my! Everything seems to be the same backward and forward, and Pip isn't sure he'll ever find his way home to Mom and Pop. But you, reader, will enjoy his Oz-like journey thoroughly.
Publisher: Penguin
ISBN: 0593112849
Category : Juvenile Fiction
Languages : en
Pages : 75
Book Description
This absurdly clever and funny graphic novel, told entirely in palindromes, is created by World Palindrome Champion Jon Agee, author of Go Hang a Salami! I'm a Lasagna Hog! Otto is having a very palindramatic day. His pet, Pip, has gone missing, and his search for the dog leads him deeper and deeper into a strange and perplexing world--full of talking owls, stacks of cats, storms and mazes, boats and trains and automobiles . . . oh my! Everything seems to be the same backward and forward, and Pip isn't sure he'll ever find his way home to Mom and Pop. But you, reader, will enjoy his Oz-like journey thoroughly.
A Puzzling Day at Castle Macpelican
Author: Scoular Anderson
Publisher: Candlewick Press (MA)
ISBN: 9781564028525
Category : Juvenile Nonfiction
Languages : en
Pages : 36
Book Description
Thomas and Esmerelda visit Castle MacPelican, where they go on a treasure hunt and solve a series of other puzzles. Each illustration contains several picture puzzles.
Publisher: Candlewick Press (MA)
ISBN: 9781564028525
Category : Juvenile Nonfiction
Languages : en
Pages : 36
Book Description
Thomas and Esmerelda visit Castle MacPelican, where they go on a treasure hunt and solve a series of other puzzles. Each illustration contains several picture puzzles.
So Many Dynamos!
Author: Jon Agee
Publisher: Sunburst
ISBN: 9780374469054
Category : Juvenile Fiction
Languages : en
Pages : 80
Book Description
A collection of palindromes, sentences that read the same forward and backward.
Publisher: Sunburst
ISBN: 9780374469054
Category : Juvenile Fiction
Languages : en
Pages : 80
Book Description
A collection of palindromes, sentences that read the same forward and backward.
My Rhinoceros
Author: Jon Agee
Publisher: Scholastic Inc.
ISBN: 054529441X
Category : Juvenile Fiction
Languages : en
Pages : 34
Book Description
A rhinoceros does only two things: pop balloons and poke holes in kites. But rhinoceroses can really do more--so much more--than that!
Publisher: Scholastic Inc.
ISBN: 054529441X
Category : Juvenile Fiction
Languages : en
Pages : 34
Book Description
A rhinoceros does only two things: pop balloons and poke holes in kites. But rhinoceroses can really do more--so much more--than that!
Life on Mars
Author: Jon Agee
Publisher: Penguin
ISBN: 0399538526
Category : Juvenile Fiction
Languages : en
Pages : 33
Book Description
In this sneaky, silly picture book for fans of Oliver Jeffers and Jon Klassen, an intrepid—but not so clever—space explorer is certain he’s found the only living thing on Mars A young astronaut is absolutely sure there is life to be found on Mars. He sets off on a solitary mission, determined to prove the naysayers wrong. But when he arrives, equipped with a package of cupcakes as a gift, he sees nothing but a nearly barren planet. Finally, he spies a single flower and packs it away to take back to Earth as proof that there is indeed life on Mars. But as he settles in for the journey home, he cracks open his cupcakes—only to discover that someone has eaten them all! Readers will love being in on the secret: Unbeknownst to the explorer, a Martian has been wandering through the illustrations the whole time—and he got himself a delicious snack along the way.
Publisher: Penguin
ISBN: 0399538526
Category : Juvenile Fiction
Languages : en
Pages : 33
Book Description
In this sneaky, silly picture book for fans of Oliver Jeffers and Jon Klassen, an intrepid—but not so clever—space explorer is certain he’s found the only living thing on Mars A young astronaut is absolutely sure there is life to be found on Mars. He sets off on a solitary mission, determined to prove the naysayers wrong. But when he arrives, equipped with a package of cupcakes as a gift, he sees nothing but a nearly barren planet. Finally, he spies a single flower and packs it away to take back to Earth as proof that there is indeed life on Mars. But as he settles in for the journey home, he cracks open his cupcakes—only to discover that someone has eaten them all! Readers will love being in on the secret: Unbeknownst to the explorer, a Martian has been wandering through the illustrations the whole time—and he got himself a delicious snack along the way.
Ludlow Laughs
Author: Jon Agee
Publisher: Farrar Straus & Giroux
ISBN: 9780374446635
Category : Juvenile Fiction
Languages : en
Pages : 32
Book Description
Grumpy Ludlow only laughs at night while dreaming and his contagious laughter entertains the whole world until one night, the laughter stops.
Publisher: Farrar Straus & Giroux
ISBN: 9780374446635
Category : Juvenile Fiction
Languages : en
Pages : 32
Book Description
Grumpy Ludlow only laughs at night while dreaming and his contagious laughter entertains the whole world until one night, the laughter stops.
Python One-Liners
Author: Christian Mayer
Publisher: No Starch Press
ISBN: 1718500513
Category : Computers
Languages : en
Pages : 217
Book Description
Python programmers will improve their computer science skills with these useful one-liners. Python One-Liners will teach you how to read and write "one-liners": concise statements of useful functionality packed into a single line of code. You'll learn how to systematically unpack and understand any line of Python code, and write eloquent, powerfully compressed Python like an expert. The book's five chapters cover tips and tricks, regular expressions, machine learning, core data science topics, and useful algorithms. Detailed explanations of one-liners introduce key computer science concepts and boost your coding and analytical skills. You'll learn about advanced Python features such as list comprehension, slicing, lambda functions, regular expressions, map and reduce functions, and slice assignments. You'll also learn how to: • Leverage data structures to solve real-world problems, like using Boolean indexing to find cities with above-average pollution • Use NumPy basics such as array, shape, axis, type, broadcasting, advanced indexing, slicing, sorting, searching, aggregating, and statistics • Calculate basic statistics of multidimensional data arrays and the K-Means algorithms for unsupervised learning • Create more advanced regular expressions using grouping and named groups, negative lookaheads, escaped characters, whitespaces, character sets (and negative characters sets), and greedy/nongreedy operators • Understand a wide range of computer science topics, including anagrams, palindromes, supersets, permutations, factorials, prime numbers, Fibonacci numbers, obfuscation, searching, and algorithmic sorting By the end of the book, you'll know how to write Python at its most refined, and create concise, beautiful pieces of "Python art" in merely a single line.
Publisher: No Starch Press
ISBN: 1718500513
Category : Computers
Languages : en
Pages : 217
Book Description
Python programmers will improve their computer science skills with these useful one-liners. Python One-Liners will teach you how to read and write "one-liners": concise statements of useful functionality packed into a single line of code. You'll learn how to systematically unpack and understand any line of Python code, and write eloquent, powerfully compressed Python like an expert. The book's five chapters cover tips and tricks, regular expressions, machine learning, core data science topics, and useful algorithms. Detailed explanations of one-liners introduce key computer science concepts and boost your coding and analytical skills. You'll learn about advanced Python features such as list comprehension, slicing, lambda functions, regular expressions, map and reduce functions, and slice assignments. You'll also learn how to: • Leverage data structures to solve real-world problems, like using Boolean indexing to find cities with above-average pollution • Use NumPy basics such as array, shape, axis, type, broadcasting, advanced indexing, slicing, sorting, searching, aggregating, and statistics • Calculate basic statistics of multidimensional data arrays and the K-Means algorithms for unsupervised learning • Create more advanced regular expressions using grouping and named groups, negative lookaheads, escaped characters, whitespaces, character sets (and negative characters sets), and greedy/nongreedy operators • Understand a wide range of computer science topics, including anagrams, palindromes, supersets, permutations, factorials, prime numbers, Fibonacci numbers, obfuscation, searching, and algorithmic sorting By the end of the book, you'll know how to write Python at its most refined, and create concise, beautiful pieces of "Python art" in merely a single line.
Lion Lessons
Author: Jon Agee
Publisher: Penguin
ISBN: 0803739087
Category : Juvenile Fiction
Languages : en
Pages : 34
Book Description
With the wit and read-aloud appeal of Peter Brown’s Children Make Terrible Pets and William Steig’s Pete’s a Pizza, this funny, fierce picture book teaches kids just what it takes to be a great lion There are seven steps to becoming a proper lion, including Looking Fierce, Roaring, Prowling Around, and Pouncing. Our young hero, a rather meek and scrawny human boy, does his best to learn the necessary skills during his training with a master instructor (who just happens to be a real lion). After a grueling set of lessons, the boy discovers that that the final step—Looking Out for Your Friends—is the most important of all. That’s how any kid can earn his lion diploma (not to mention the affection of every cat in town).
Publisher: Penguin
ISBN: 0803739087
Category : Juvenile Fiction
Languages : en
Pages : 34
Book Description
With the wit and read-aloud appeal of Peter Brown’s Children Make Terrible Pets and William Steig’s Pete’s a Pizza, this funny, fierce picture book teaches kids just what it takes to be a great lion There are seven steps to becoming a proper lion, including Looking Fierce, Roaring, Prowling Around, and Pouncing. Our young hero, a rather meek and scrawny human boy, does his best to learn the necessary skills during his training with a master instructor (who just happens to be a real lion). After a grueling set of lessons, the boy discovers that that the final step—Looking Out for Your Friends—is the most important of all. That’s how any kid can earn his lion diploma (not to mention the affection of every cat in town).
Problem Solving with Algorithms and Data Structures Using Python
Author: Bradley N. Miller
Publisher: Franklin Beedle & Associates
ISBN: 9781590282571
Category : Algorithms
Languages : en
Pages : 0
Book Description
Thes book has three key features : fundamental data structures and algorithms; algorithm analysis in terms of Big-O running time in introducied early and applied throught; pytohn is used to facilitates the success in using and mastering data strucutes and algorithms.
Publisher: Franklin Beedle & Associates
ISBN: 9781590282571
Category : Algorithms
Languages : en
Pages : 0
Book Description
Thes book has three key features : fundamental data structures and algorithms; algorithm analysis in terms of Big-O running time in introducied early and applied throught; pytohn is used to facilitates the success in using and mastering data strucutes and algorithms.