Summary

A short summary of the points covered in this chapter.

What we learned

With Parcel, we now have a complete development toolchain to turn our Python code into a fully deployable front-end web application. We also now have an easy and effective way of loading JavaScript modules so that our Python code can access them.

Environment setup done

Whew! Well, that was a long way to go, but we finally have our development environment set up to create our front-end web applications ...