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

...