First Live Online Python Syntax Checker
Hi everyone! :) I just wanted to share with everyone a lightweight online tool I created called PythonBuddy (https://github.com/ethanchewy/PythonBuddy) which actively lints Python online. 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. Just thought it might be helpful for those who want to program in Python online with a helpful live syntax checker. Please leave a 🌟 if you found this project to be helpful! I'm currently trying to convert this project to an XBlock so that online courses (like 6.00.1x) can embed a live python syntax checker for quizzes and assignments online. -- https://mail.python.org/mailman/listinfo/python-list
Online Python Editor with Live Syntax Checking
Hi everyone, I made a tool called PythonBuddy (http://pythonbuddy.com/). I made this so that MOOCs like edX or codecademy could easily embed and use this on their courses so students wouldn't have to go through the frustrations of setting up a Python environment and jump right into Python programming. Also, professors and teachers could easily set up a server and allow students to quickly test out their code with PythonBuddy online. Github repo: https://github.com/ethanche…/OnlinePythonLinterSyntaxChecker Feel free to ask any questions you have below or any feedback you have! Would love to improve this tool in any way :) -- https://mail.python.org/mailman/listinfo/python-list