Is it possible to write a code( in Python) that CHECKS ANOTHER PYTHON CODE FOR ANY ERRORS ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to write a code( in Python) that CHECKS ANOTHER PYTHON CODE FOR ANY ERRORS ?

I want no full solutions, just an idea about the potential tools that can be used. My idea is that the, programme will take a piece of code as its input and analyze that code for any error.

17th Sep 2018, 2:59 AM
Bhargav Saikia
Bhargav Saikia - avatar
2 Answers
+ 9
pydev have good built in compiler check, or try pylint.
17th Sep 2018, 3:03 AM
Nilavarasan
Nilavarasan  - avatar
0
Nilavarasan Actually I wanted to know if one was to make such a programme himself, how complicated it would be. How much experience do u think is needed ?
17th Sep 2018, 3:08 AM
Bhargav Saikia
Bhargav Saikia - avatar