Shop Jurassic World Rebirth!
Enjoy fast, free delivery, exclusive deals, and award-winning movies & TV shows.
Buy new:
-34% $33.18
FREE delivery Thursday, July 3 on orders shipped by Amazon over $35
Ships from: Amazon.com
Sold by: Amazon.com
$33.18 with 34 percent savings
List Price: $49.99
Get Fast, Free Shipping with Amazon Prime FREE Returns
FREE delivery Thursday, July 3 on orders shipped by Amazon over $35
Or Prime members get FREE delivery Monday, June 30. Order within 4 hrs 47 mins.
Only 14 left in stock - order soon.
$$33.18 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$33.18
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Ships from
Amazon.com
Amazon.com
Ships from
Amazon.com
Sold by
Amazon.com
Amazon.com
Sold by
Amazon.com
Payment
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
$28.65
Get Fast, Free Shipping with Amazon Prime FREE Returns
FREE delivery July 9 - 21 on orders shipped by Amazon over $35
Or fastest delivery July 9 - 18
$$33.18 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$33.18
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Access codes and supplements are not guaranteed with used items.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

Follow the author

Something went wrong. Please try your request again later.

Programming with MicroPython: Embedded Programming with Microcontrollers and Python 1st Edition

4.1 out of 5 stars 83 ratings

{"desktop_buybox_group_1":[{"displayPrice":"$33.18","priceAmount":33.18,"currencySymbol":"$","integerValue":"33","decimalSeparator":".","fractionalValue":"18","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"7MsjyNLl53DSMlq9Xuuxpag8GDDqeZu5M1H7A8LEISk3%2FIYXymPkXnwTTnvwCSBoXOOVNBtSJ%2FAbzAdr%2FgVtfq%2BrbB3ID8UWyLoh9cMgcoXd%2BKf81fgOKR5QRABj4pIFm%2BD7smCE3DrwGWaPISTZbw%3D%3D","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}, {"displayPrice":"$28.65","priceAmount":28.65,"currencySymbol":"$","integerValue":"28","decimalSeparator":".","fractionalValue":"65","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"7MsjyNLl53DSMlq9Xuuxpag8GDDqeZu57etcsrtis9TId%2FC5lfAHklIciSyoEjIV1uwneuqEw%2BNbqTN2XtCWeV%2BRBPPl0eXTqF44ijfpWdd%2FS4XqSejNdJMZd1ZvzsXHe2t8WGYf8vW4HCckghwlRPLQOytHjRxNIJzPnc3LDY0zuHJMmEe%2BPXr1PfXuNnlv","locale":"en-US","buyingOptionType":"USED","aapiBuyingOptionIndex":1}]}

Purchase options and add-ons

It’s an exciting time to get involved with MicroPython, the re-implementation of Python 3 for microcontrollers and embedded systems. This practical guide delivers the knowledge you need to roll up your sleeves and create exceptional embedded projects with this lean and efficient programming language. If you’re familiar with Python as a programmer, educator, or maker, you’re ready to learn―and have fun along the way.

Author Nicholas Tollervey takes you on a journey from first steps to advanced projects. You’ll explore the types of devices that run MicroPython, and examine how the language uses and interacts with hardware to process input, connect to the outside world, communicate wirelessly, make sounds and music, and drive robotics projects.

  • Work with MicroPython on four typical devices: PyBoard, the micro:bit, Adafruit’s Circuit Playground Express, and ESP8266/ESP32 boards
  • Explore a framework that helps you generate, evaluate, and evolve embedded projects that solve real problems
  • Dive into practical MicroPython examples: visual feedback, input and sensing, GPIO, networking, sound and music, and robotics
  • Learn how idiomatic MicroPython helps you express a lot with the minimum of resources
  • Take the next step by getting involved with the Python community

Amazon Editors' favorite summer reads Amazon%20Editors%27%20favorite%20summer%20reads

Frequently bought together

This item: Programming with MicroPython: Embedded Programming with Microcontrollers and Python
$33.18
Get it as soon as Thursday, Jul 3
Only 14 left in stock - order soon.
Ships from and sold by Amazon.com.
+
$17.33
Get it as soon as Thursday, Jul 3
In Stock
Ships from and sold by Amazon.com.
+
$37.43
Get it as soon as Thursday, Jul 3
In Stock
Ships from and sold by Amazon.com.
Total price: $00
To see our price, add these items to your cart.
Details
Added to Cart
Some of these items ship sooner than the others.
Choose items to buy together.

From the brand


From the Publisher


From the Preface

MicroPython is a re implementation of Python 3 for micro controllers and embedded systems. It’s also a staggering feat of engineering to have a reimplemention of Python that works under such constrained circumstances. Why is this important? Micro­Python empowers people: it brings one of the most beautiful, easy-to-learn, and expressive programming languages to the world of embedded development.

This book is intended for anyone who wants to learn how MicroPython is used for embedded development. I expect you to already know Python, but I don’t expect you to be an expert. For example, much of the material found in this book works well in an educational context; so rather than being a professional programmer, you might be a teacher or autodidact.

I aim to give you the understanding, pointers, and ideas you need so you feel confident when working on your own projects.

Most importantly, I want this book to be both fun and inspiring. After reading it, I hope you have enough enthusiasm that you dive in, feet first, to making your own MicroPython-based doohickey, thingamabob, or enchanted object.

This book will provide an overview of the sorts of devices that run MicroPython, prompt you into thinking about how best to develop and execute embedded projects, examine how MicroPython uses and interacts with hardware in order to fulfil various common outcomes and behaviours, and explore idiomatic MicroPython development. It will close with suggestions for next steps.

As with any book, it contains compromises. Some may find it too technical, others not technical enough. Alternatively, some may feel I spend too much time on certain subjects and gloss over others. No matter the compromises I’ve had to make, my intention has been to write something that is easy to read and accessible while providing enough context and signposts to resources for further study. My ultimate aim is simple: to help bring more people to the remarkable technology that is MicroPython.

It’s important to note that MicroPython is a relatively young project. It’s an exciting time to get involved as a community evolves, tools and infrastructure are created, features are added, and bugs are fixed. Given the sharp uptake in conference talks, workshops, and community meetings, there is a lot of enthusiasm in various communities for MicroPython and its nascent potential. Python programmers are learning how to create projects with embedded devices, embedded developers are discovering how much fun it is to use Python, and educators all over the world see MicroPython as a compelling platform for teaching children how to code.

Furthermore, since MicroPython is a re implementation of regular Python, it retains Python’s state as a mature language with an international community of engaged and active programmers.

Editorial Reviews

About the Author

Nicholas is a classically trained musician, philosophy graduate, teacher, writer and software developer. He's just like this biography: concise, honest and full of useful information.

Product details

  • Publisher ‏ : ‎ O'Reilly Media
  • Publication date ‏ : ‎ November 7, 2017
  • Edition ‏ : ‎ 1st
  • Language ‏ : ‎ English
  • Print length ‏ : ‎ 210 pages
  • ISBN-10 ‏ : ‎ 1491972734
  • ISBN-13 ‏ : ‎ 978-1491972731
  • Item Weight ‏ : ‎ 2.31 pounds
  • Reading age ‏ : ‎ 11 years and up
  • Dimensions ‏ : ‎ 7 x 0.4 x 9.2 inches
  • Customer Reviews:
    4.1 out of 5 stars 83 ratings

About the author

Follow authors to get new release updates, plus improved recommendations.
Nicholas h Tollervey
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Discover more of the author’s books, see similar authors, read book recommendations and more.

Customer reviews

4.1 out of 5 stars
83 global ratings

Review this product

Share your thoughts with other customers

Top reviews from the United States

  • Reviewed in the United States on September 28, 2024
    Format: PaperbackVerified Purchase
    A good and go around read for all that study and read.!
  • Reviewed in the United States on April 27, 2018
    Format: PaperbackVerified Purchase
    Simple and easy to go with, but few examples
    One person found this helpful
    Report
  • Reviewed in the United States on April 4, 2018
    Format: Paperback
    As the author states in the second paragraph of the Preface you *do* need to know Python (but not be an expert) before you will get much use from this book. If you know Python and you have some experience in embedded systems this book will explain all the details like using MicroPython to declare and configure digital and analog I/O pins, pin direction, pull-up and pull-down resistors, and using MicroPython to configure, read and write to sensors or other devices using I2C, SPI, etc.

    I think it's probably accurate to say that this book focuses on the parts of Python that are specific to embedded systems and that won't be found anywhere else. It covers a lot of different areas using several different devices, unlike some other MicroPython books that use a MicroPython device from a single manufacturer in all the examples. I have several MicroPython books and this is probably my favorite.

    I would have given it 5 stars but the price is just too high for a technical book that will very likely be outdated in a year or so.
    11 people found this helpful
    Report
  • Reviewed in the United States on February 10, 2018
    Format: Paperback
    This isn't a book about HOW to program embedded systems in MicroPython, but ABOUT using MicroPython in embedded systems.
    There is a big difference between the two.

    If you already are adept at programming in Python you will find this an interesting take on how you can carry your existing skills over to micro-controllers and the domain of embedded programming. You will find the pages detailing development board options insightful, and appreciate the examples of using sensors and outputs. You will find the sections like "Abilities of Enchantment" and "The Zen of MicroPython" an interesting view on philosophical approaches to the language and embedded development.

    If you can already write programs but are not familiar with the Python language, studying the examples will get you going but will provide minimal insight into the language's structure, features and usage. Key concepts like the language's syntax, variables, dictionaries and lists do not even get an entry in the book's index, and if they are mentioned it is only in passing. This was my situation, and I quickly decided to go to other material to learn the basics of the language.

    It is stated explicitly in the footnote on the bottom of page IX, and I agree. To get value from this book you need to be familiar with Python's syntax, how do define and call a function and how to control program flow in your code. If you do not already know the Python language, or are new to the fundamentals of programming then you are going to find this book very challenging.
    20 people found this helpful
    Report
  • Reviewed in the United States on May 18, 2018
    Format: Kindle
    Just started the book yesterday. Really enjoying it. Well-written. Thanks Nicholas.
  • Reviewed in the United States on April 20, 2021
    Format: Paperback
    Another “micropython” book that soends half of the book explaining how to install micropython on all the things. I’m so irritated once I got to the part in the book where the author went on a multi paragraph lecture on celebrating difference and diversity, excercising capacity for empathy, adapting to change, etc(NOT A JOKE) the title of the book is misleading and now I have to read his horrible attempt to work in all the cultural buzzwords into a PROGRAMMING book! If your expecting a well written programming book like I was from O’Reilly, your going to be seriously disappointed. Tip to the Author. No one is using the Microbit! It’s old and outdated. They decided to stand still while the microcontroller revolution blew by. For a fraction of the price you can buy a board with WiFi and Bluetooth and for some reason felt the need to focus on the microbit. So disappointed O’Reilly put their name on this. Hopefully they’ll get back on track after this blunder. One more thing, most programming books are 350-600+ pages and still gloss over a lot of information. This book is 180 something pages with ideological nonsense incorporated throughout. Take a hard pass on this one!
    15 people found this helpful
    Report
  • Reviewed in the United States on January 31, 2021
    Format: PaperbackVerified Purchase
    Overall I was disappointed in this book. I found it lacking in technical depth, with a great deal of text spent on exposition and detailing the virtues of microcontrollers and IoT. While a nod is given to a few other Micropython microcontrollers, the vast majority of the focus is on the micro:bit, with little assistance provided in porting code between devices. I would expect a book like this to cover what Micropython modules are available for each device, the functions available in those modules, and the differences between them.. none of that was included. The book spends very little time actually discussing Micropython, despite using it for every example. Very little attention is given to the ESP8266/ESP32, though a few examples are present for it. Some neat examples are presented for the micro:bit and Circuit Playground boards.
    7 people found this helpful
    Report
  • Reviewed in the United States on November 27, 2023
    Format: Paperback
    We are in the last quarter of 2023 and this book is from 2017, around 6 years old. A lot has happened since 2017, there needs to be an updated, contemporary version of this book, especially at $42.
    2 people found this helpful
    Report

Top reviews from other countries

Translate all reviews to English
  • couilleaux g.
    5.0 out of 5 stars produit de qualité et conforme
    Reviewed in France on July 25, 2019
    Format: PaperbackVerified Purchase
    produit de qualité et conforme
    Report
  • ch.tejeshsriabhay
    5.0 out of 5 stars Nice book but..
    Reviewed in India on July 29, 2022
    Nice book but you need to know python basics (you can learn at python official website in lear section)
  • Thierry
    5.0 out of 5 stars Great read.
    Reviewed in Canada on July 10, 2020
    Format: PaperbackVerified Purchase
    Thumbs up. No issues with the quality of the product or the delivery.
    Book in excellent condition and great introduction for whoever wants to dip their toe in the world of microprocessors.
  • Dawn
    5.0 out of 5 stars I can highly recommend this book
    Reviewed in the United Kingdom on November 25, 2017
    Format: PaperbackVerified Purchase
    I can highly recommend this book. It is well written and accessible. I passed it around the trainees yesterday after having a read myself. They liked it too. It is really well written and teacher friendly. The technical detail is explained in an accessible manner, it Is extremely useful for teachers who are engaging with new technology.
    One person found this helpful
    Report
  • Alberto V.
    5.0 out of 5 stars Buen libro
    Reviewed in Mexico on April 16, 2021
    Format: KindleVerified Purchase
    Da una buena reseña de diversas plataformas que son programadas con MicroPython.