To-do List

Explore the to-do list functions which we will be converting to Python in this chapter.

We'll cover the following

Introduction

We’ll look at how to convert React examples we might find online into a Python equivalent. Since React is a JavaScript library, the examples we might find to accomplish a specific task will be written in JavaScript. As we start doing this, we’ll find several patterns that will emerge in performing the manual translation from JavaScript to Python. We’ll cover a number of those patterns here.

We will continue to use our existing pyreact.py module to bridge JavaScript libraries to Python, but we’ll need to add a few simple mappings to it later on.

To-Do list

Get hands-on with 1200+ tech skills courses.