Course Overview
Explore how to use the Transcrypt transpiler to convert Python code into efficient JavaScript for front-end web applications. Understand core React concepts tailored for Python developers and gain the foundational skills needed to build functional, responsive React-based interfaces.
We'll cover the following...
What will we be learning?
What follows is a comprehensive guide on one way to approach Python to create an application that runs in a web browser.
While there are several libraries and frameworks currently available to accomplish this task (Brython, Skulpt, Batavia, Pyodide, and so on.), the method outlined in this course uses the
As there are many language differences between Python and JavaScript, we will go through the fundamental concepts of React, but using the terminology and the vantage point of a Python developer. While this course will give the user enough fundamental knowledge of React to create functional and responsive React-based web applications, it is not intended to be a complete and definitive reference for the React library itself.