For my back to hacking program, I decided to make a program that would find syntax errors in my code. Many people have experienced syntax errors in their programs that are undescriptive and hard to locate. Because of this, I wanted to create my own solution to this problem. Because it was my first time learning how to open text files in python programs, I had to do some research on how to do so. I created new logic to read these programs for problems with parenthesis, colons, and data types. I also learned how to use the try and except functions which I didn’t use before. I even added a line counter to show where the errors are. This project is still a work in progress but I think that it can go much further such as by adding autocorrect or expanding the amount of functions the program knows.
Log in or sign up for Devpost to join the conversation.