Giter Club home page Giter Club logo

python-based-automatic-code-correction-system-and-debugger's Introduction

code_correction

CODE CORRECTION

REQUIREMENTS :

  1. python 3 and above
  2. sqlite3 (for viewing purposes only )
  3. sqlite3 for python , donwload via pip if pip is not installed

Note : Please keep every file inside one folder only for the project to function. Limits : Certain sql records exceed the no of alphabets required to fit inside the memory of the permutations function therefore it might cause program to go slow at certain point of time.

Scope:

  1. Correction of incorrectly written words which fall as an anagram to any of the keywords of C programming language
  2. Missing semi-colons in the program
  3. If-else statement not containing double equal sign
  4. The software has been programmed only for C_language
  5. The database can be updated with the preffered coding languages keywords in the databse.
  6. The Project is capable of performing points 1-3 .
  7. For implementation on other programming languages please update the database with the correct syntax
  8. The semi-coloning schema part of the database is an integral part of the project feature therefore it should be made to work with programming languages which require a termination as the semi-colon including cpp , java or others depending on usage.

python-based-automatic-code-correction-system-and-debugger's People

Contributors

vritansh avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

bicky21

python-based-automatic-code-correction-system-and-debugger's Issues

Memory consumption

when loading keywords from the database, you can modify the code to fetch keywords from the database in smaller batches instead of loading all of them into memory at once.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.