Browse all books

Books published by publisher In Easy Steps

  • Python in easy steps: Covers Python 3.7

    Mike McGrath

    Paperback (In Easy Steps Limited, Aug. 28, 2018)
    Python in easy steps, 2nd edition instructs you how to program in the powerful Python language, giving complete examples that illustrate each aspect with colourized source code. Python in easy steps, 2nd edition begins by explaining how to install the free Python interpreter so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the Python language basics before moving on to provide examples of Object Oriented Programming (OOP) and CGI scripting to handle web form data. The book concludes by demonstrating how you can use your acquired knowledge to create and deploy graphical windowed applications. Python in easy steps, 2nd edition makes no assumption you have previous knowledge of any programming language so it's ideal for the newcomer to computer programming. It has an easy-to-follow style that will appeal to programmers moving from another programming language, and to the student who is studying Python programming at school or college, and to those seeking a career in computing who need a fundamental understanding of computer programming. The Python 3.x language is under active development so frequent new releases are made available as small improvements are added to the language and Python in easy steps, 2nd edition features the very latest versions of Python at the time of publication. Python development is one of evolution, rather than revolution, so the examples provided in the book can be used in subsequent releases – simply download the latest version of Python then follow the easy steps. Python is the language used to program the Raspberry Pi - covered by Raspberry Pi in easy steps and Raspberry Pi 3 in easy steps This second edition is updated to cover Python 3.7.
    T
  • Scratch Programming in easy steps

    Sean McManus

    eBook (In Easy Steps, Feb. 10, 2014)
    About the bookScratch Programming in easy steps introduces readers to Scratch, a programming language that is widely used on the Raspberry Pi and in UK schools. Using Scratch’s highly visual interface, you'll learn how to make games and animations. Along the way, you’ll learn about some important ideas that underpin most programming languages. The book includes examples of games and techniques that readers are invited to customise and build on to make their own programs, and begins with a foreword by Mitchel Resnick, Professor of Learning Research at the MIT Media Lab, which created Scratch.About the authorSean McManus writes inspiring books about business and technology. His books include Web Design in easy steps, and he has written for magazines including Internet Magazine, Personal Computer World, and Internet Works.
  • Raspberry Pi In Easy Steps

    Mike McGrath

    eBook (In Easy Steps, Feb. 27, 2013)
    About the bookThe Raspberry Pi is a cheap, basic, programmable credit-card sized computer that plugs into your TV and a keyboard. It can be used for many of the things that your PC does, like spreadsheets, word-processing and playing games, but its real purpose is to inspire children (and grown-ups) to learn how to program.The Raspberry Pi comes in two models:Model A has RAM, one USB port and no Ethernet (network connection)Model B has 256Mb RAM, two USB ports and an Ethernet portRaspberry Pi in easy steps starts with the basic components you’ll need, the desktop and how to command the system. Then in easy steps, it shows how to use Python to create games, develop windowed apps using Tkinter, add animations using Scratch, control electrical input and output, and much more.Use Raspberry Pi in easy steps to have fun going back to basics and creating your own applications. About the authorMike McGrath now lives in South-east Europe, on the sun-kissed shores of the Aegean Sea. Mike gained his extensive knowledge of computer languages while working as a developer contracting to companies around the world. His interests include coins of ancient Greece, dining-out with friends, and the ongoing evolution of the world wide web.
  • Raspberry Pi 3 in easy steps

    Mike McGrath

    language (In Easy Steps, May 31, 2016)
    The Raspberry Pi is an inexpensive programmable credit-card sized computer that plugs into your TV and a keyboard. It can be used for many of the things that your PC does, like spreadsheets, word-processing and playing games, but its real purpose is to inspire children (and adults) to learn how to program. Over five million Raspberry Pis have been sold worldwide, so far!Raspberry Pi 3 in easy steps starts with the basic components you’ll need, setting up the system and logging into the console. Then, in easy steps, it introduces you to the Raspbian operating system that is optimized for the Raspberry Pi. You'll learn how to customize the look and feel of your system, how to navigate the file system, and how to use the powerful system ‘shell’ to make things happen for you. The new GPIO interface is fully described, and the new NOOBS installer is also described for setup.Raspberry Pi 3 in easy steps enables complete beginners to create their very own computer programs with the Scratch visual programming environment. It also instructs programming in the high-level (human-readable) Python programming language, which is processed by the Python ‘interpreter’ to produce results fast. Examples demonstrate how to use the included Python ‘pygame’ module, to make your own games, and how to use the included 'Tkinter’ module to create graphical windowed apps.Raspberry Pi 3 in easy steps also illustrates how to control electrical input and output on the Raspberry Pi header from Python scripts, including lighting a lamp, adding more buttons and controlling projects. With the knowledge gained from this book the reader can confidently advance to any future electronic Raspberry Pi project or other explore other programming environments.Covers the latest versions of Python.
  • Coding for Beginners in easy steps: Basic Programming for All Ages

    Mike McGrath

    Paperback (In Easy Steps Limited, June 23, 2015)
    Coding for Beginners in easy steps has an easy-to-follow style that will appeal to anyone, of any age, who wants to begin coding computer programs. You need have no previous knowledge of any computer programming language so it's ideal for the newcomer, including youngsters needing to learn programming basics for the school curriculum.The book instructs you how to write code to create your own computer programs. It contains separate chapters demonstrating how to store information in data structures, how to control program flow using control structures, and how to create re-usable blocks of code in program functions. There are complete step-by-step example programs that demonstrate each aspect of coding, together with screenshots that illustrate the actual output when each program has been executed.Coding for Beginners in easy steps begins by explaining how to easily create a programming environment on your own computer, so you can quickly begin to create your own working programs by copying the book's examples. The examples throughout this book feature the popular Python programming language but additionally the final chapter demonstrates a comparison example in the C, C++, and Java programming languages to give you a rounded view of computer coding.
  • Python in easy steps

    Mike McGrath

    Paperback (In Easy Steps Limited, Aug. 27, 2013)
    This essential In Easy Steps guide instructs you how to program in the powerful Python language, giving complete examples that illustrate each aspect with colourized source code. In the step-by-step trusted formula, you'll be a Python guru in no time!Python in easy steps begins by explaining how to install the free Python interpreter so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the Python language basics before moving on to provide examples of Object Oriented Programming (OOP) and CGI scripting to handle web form data. This book concludes by demonstrating how you can use your acquired knowledge to create and deploy graphical windowed applications.Python in easy steps makes no assumption you have previous knowledge of any programming language so it's ideal for the newcomer to computer programming. It has an easy-to-follow style that will appeal to programmers moving from another programming language, to the student who is studying Python programming at school or college, and to those seeking a career in computing who need a fundamental understanding of computer programming.Python is the language used to program the Raspberry Pi - covered by Raspberry Pi in easy steps.
  • Python in easy steps: Makes programming fun

    Mike McGrath

    eBook (In Easy Steps Ltd, Feb. 15, 2015)
    Python in easy steps instructs you how to program in the powerful Python language, giving complete examples that illustrate each aspect with colorized source code.Python in easy steps begins by explaining how to install the free Python interpreter so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the Python language basics before moving on to provide examples of Object Oriented Programming (OOP) and CGI scripting to handle web form data. The book concludes by demonstrating how you can use your acquired knowledge to create and deploy graphical windowed applications.Python in easy steps makes no assumption you have previous knowledge of any programming language so it's ideal for the newcomer to computer programming. It has an easy-to-follow style that will appeal to programmers moving from another programming language, and to the student who is studying Python programming at school or college, and to those seeking a career in computing who need a fundamental understanding of computer programming.Python is the language used to program the Raspberry Pi - covered by Raspberry Pi in easy steps.
  • Python in easy steps: Covers Python 3.7

    Mike McGrath

    eBook (In Easy Steps Limited, July 18, 2018)
    Python in easy steps, 2nd edition instructs you how to program in the powerful Python language, giving complete examples that illustrate each aspect with colorized source code.Python in easy steps, 2nd edition begins by explaining how to install the free Python interpreter so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the Python language basics before moving on to provide examples of Object Oriented Programming (OOP) and CGI scripting to handle web form data. The book concludes by demonstrating how you can use your acquired knowledge to create and deploy graphical windowed applications.Python in easy steps, 2nd edition makes no assumption you have previous knowledge of any programming language so it's ideal for the newcomer to computer programming. It has an easy-to-follow style that will appeal to programmers moving from another programming language, and to the student who is studying Python programming at school or college, and to those seeking a career in computing who need a fundamental understanding of computer programming.The Python 3.x language is under active development so frequent new releases are made available as small improvements are added to the language and Python in easy steps, 2nd edition features the very latest versions of Python at the time of publication. Python development is one of evolution, rather than revolution, so the examples provided in the book can be used in subsequent releases – simply download the latest version of Python then follow the easy steps.Python is the language used to program the Raspberry Pi - covered by Raspberry Pi in easy steps and Raspberry Pi 3 in easy steps.This second edition is updated to cover Python 3.7
  • Scratch Programming in easy steps: Updated for Scratch 3

    Sean McManus

    eBook (In Easy Steps Limited, Dec. 12, 2019)
    The Scratch programming language is widely used in schools and on the Raspberry Pi. Its drag-and-drop commands make it an ideal language for all ages to learn to program. And this popular book, Scratch Programming in easy steps, now fully updated for Scratch 3, is packed with ideas and games that illustrate what’s possible with Scratch.Scratch makes it easy to create your own games, animations, music, art or applications. It’s the perfect way to learn programming because it takes away a lot of the complexity. That means you can focus on having great ideas and bringing them to life. With Scratch Programming in easy steps, 2nd edition as your companion, you’ll learn how to:•Build games that require skill, knowledge or quick fingers•Add music•Create eye-catching visual effects•Keep score•Avoid common pitfalls and learn how to fix bugsScratch Programming in easy steps, 2nd edition will help you to get creative and become a super Scratcher!Table of Contents:1.Introducing Scratch2.Drawing with Scratch3.Spiral Rider4.Super Dodgeball5.Space Opera6.Quiz Break7.Evil Robot8.Space Swarm9.Physical computing with Scratch10.Seven shorties11.Making and sharing projects
  • Coding for Kids in easy steps

    Mike McGrath

    Paperback (In Easy Steps Limited, Feb. 25, 2019)
    Coding For Kids in easy steps will teach the reader:how to create web pages using HTML (HyperText Markup Language)how to add style to web pages using CSS (Cascading Style Sheets) how to make interactive web pages using JavaScript programmingCoding For Kids in easy steps has an easy-to-follow style that demonstrates coding for web pages in clear examples. It begins by explaining how to make and test a basic web page, then demonstrates how to add text, pictures, links, tables, lists, and buttons to a web page. Next, the reader learns how to specify content color, font, position, and visibility. The book then shows how to add functionality so that web pages can react to user actions. The final chapter brings everything together with a step-by-step example that builds a fun web page containing an interactive game for PC, tablet, or smartphone.Coding For Kids in easy steps assumes the reader has no previous coding experience so is ideal for the newcomer to HTML, CSS, and JavaScript technologies.
    M
  • Scratch Programming in easy steps: Covers versions 1.4 and 2.0

    Sean McManus

    Paperback (In Easy Steps Limited, Oct. 29, 2013)
    Scratch Programming in Easy Steps introduces readers to Scratch, a programming language that is widely used on the Raspberry Pi. Using Scratch’s highly visual interface, you'll learn how to make games and animations. Along the way, you’ll learn about some important ideas that underpin most programming languages. The book includes examples of games and techniques that readers are invited to customize and build on to make their own programs, and begins with a foreword by Mitchel Resnick, Professor of Learning Research at the MIT Media Lab, which created Scratch.Scratch makes it easy to create your own games, animations, music, art or applications. It's the perfect way to learn programming because it takes away a lot of the complexity. That means you can focus on having great ideas and bringing them to life.This book is an in-depth guide to both the new web-based Scratch 2.0, and Scratch 1.4, as used on the Raspberry Pi. With no prior knowledge needed, this book takes you from scratch to Scratcher!
  • Cool Scratch Projects in easy steps

    Sean McManus

    Paperback (In Easy Steps Limited, Sept. 27, 2016)
    Millions of children and young people worldwide are using Scratch to make their own games and animations.Following on from the success of Scratch Programming in easy steps, Cool Scratch Projects in easy steps gives you great ideas to create computer games and other projects that’ll impress your friends and family – and you’ll have endless fun creating and playing them! The book provides step-by-step instructions for building projects that show off some of the cool things you can do with Scratch.It starts with two simple projects to get you started. Find out how to:Make a game with animated cartoon charactersBuild a drum machine and make random musicUse anaglyph glasses for 3D effects and 3D ArtDesign amazing mazes in a 3D environmentCreate your own stop motion filmsUse the ScratchJr app to create games and interactive stories anywhere using your iPad or Android tabletCool Scratch Projects in easy steps has projects for Scratch 2.0 on a PC/Mac and Scratch 1.4 on the Raspberry Pi, and includes a Raspberry Pi Camera Module project. Each project includes suggestions for customizing it, so you can make it your own!A FREE pair of 3D/anaglyph glasses is provided with the print copy of this book.