EResolver is a python module (can be used as exception handler as well) which helps you to find the solution for your syntax error.
- BeautifulSoup
- Web.py
- Google-Search-Api
- First, Run server.py on port 3000
$ python server.py 3000
You can use web app as well as you can use it into your python script.
-
- For using EResolver in your python script:
Run test.py file as a sample
'print 1/0' is a statement which gives an error and we caught exception using EResolver
- For using EResolver in your python script:
Run test.py file as a sample