2
Knowing that Python is an interpreted language, is there any way to compile the program in Python? By this I mean, how to check syntax errors without having to wait for such part of the program to occur for verification. Because errors are only shown in terminal or IDE at runtime.
Note: Syntax errors appear yes in the IDE
– André Roggeri Campos