Skip to content

Live Online Python Syntax Checking. The goal of this project is to enable online MOOCs to be able to embed live syntax checking and execution of python.

License

Notifications You must be signed in to change notification settings

kdiloveu/OnlinePythonLinterSyntaxChecker

 
 

Repository files navigation

PythonBuddy

Online Python Programming with Live Pylint syntax checking!
###Usage

  1. Fetch from repo:
git clone https://github.com/ethanchewy/PythonBuddy.git
  1. Create virtualenv based on your own system:
mkvirtualenv --python=/usr/bin/python2.7 venv
  1. Activate vitrual environment:
source venv/bin/activate
  1. Pipe requirements to venv folder:
pip install -r requirements.txt
  1. Set FLASK_APP variable:
export FLASK_APP=app.py
  1. Run flask app:
flask run

###Customize

###Current Features:

  • Live Syntax Checking
    • Uses Pylint as checker (only prints out errors and warnings)
    • Live Error Table with Additional Help Suggestions
  • Syntax Highlighting
  • Complilation

###Future Goals:

  • Make easily embeddable for MOOCs like edX and other education platform
  • Lower CPU usage

About

Live Online Python Syntax Checking. The goal of this project is to enable online MOOCs to be able to embed live syntax checking and execution of python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.2%
  • JavaScript 4.4%
  • C 0.7%
  • CSS 0.6%
  • Shell 0.1%
  • HTML 0.0%