kirang89 / pycrumbs

Bits and bytes of Python from the Internet
The Unlicense
3.22k stars 682 forks source link

Added PythonBuddy as a resource #117

Closed ethanchewy closed 7 years ago

ethanchewy commented 7 years ago

What is this Python project?

PythonBuddy is an online Python Syntax Editor with live syntax checking. It is also open source.

I made this so that MOOCs like edX or codecademy could easily embed and use this on their courses. Also, PythonBuddy could help alleviate the frustrations with setting up a programming environment.

What's the difference between this Python project and similar ones?

There has never been a live syntax checker for python online. Similar projects that are not "live" are http://pep8online.com/ and http://antares.sip.ucm.es/cesar/pylint/

More info here: https://github.com/ethanchewy/OnlinePythonLinterSyntaxChecker

Enumerate comparisons. Current Features:

Search ability (Ctrl+F) Syntax Highlighting Live Syntax Checking with Pylint Easy to Host on any Server

kirang89 commented 7 years ago

This looks nice! Thanks for adding it :)

ethanchewy commented 7 years ago

Thanks for merging :)