How do you write a compiler in python
Is it possible to build a personal code editor online using the Python compiler?
What is a Python compiler?
Which is the best Python compiler online?
What is the difference between Python compiler and interpreter?
Videos
I have been looking for compiler courses wether it's books or videos. Some of the courses just teach simple sums and then that's it. I am able do quite a bit already. I have used Lark, ANTLER and a few others. But I haven't had a full course on complier design in python. I would appreciate it if someone recommends me resources to learn. I'm really looking for practical resources. Most compiler course we're just theory.
Please excuse my English
Using Html + Css + Javascript i built a code editor online where you insert code (html, css, js) and then view the output in a Preview. Still in Html + Css + Javascript, using Babel, I built a code editor online also for React.js, again to display the output in a Preview.
PYTHON? Is it possible to achieve the same thing in Python too? I'm referring to a code editor online for Python (with Python compiler), building it with Html + Css + Js + something else. My doubt is that I don't know how to apply the Python compiler (preferably free). I would therefore like, for example, a panel in which you write a=2, b=3, z=a+b, print(z).
So something like these: online-python.com, programiz.com/python, python w3school