Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Online Playground of Programiz PRO for Python and C #11136

Merged
merged 9 commits into from
May 31, 2024
6 changes: 4 additions & 2 deletions more/free-programming-playgrounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@

### <a id="c"></a>C

* [C Playground](https://programiz.pro/ide/c) - Programiz PRO
* [InterviewBit - Online C Compiler IDE](https://www.interviewbit.com/online-c-compiler/)
* [JDoodle - Online C Compiler IDE](https://www.jdoodle.com/c-online-compiler/)
* [Programiz - Online C Compiler](https://www.programiz.com/c-programming/online-compiler/)
* [Online C Compiler](https://www.programiz.com/c-programming/online-compiler/) - Programiz
* [SoloLearn](https://code.sololearn.com/c)


Expand Down Expand Up @@ -308,11 +309,12 @@
* [Codepad](http://codepad.org/?lang=Python)
* [InterviewBit - Online Python Compiler IDE](https://www.interviewbit.com/online-python-compiler/)
* [Online Python](https://www.online-python.com)
* [Online Python Compiler](https://www.programiz.com/python-programming/online-compiler/) - Programiz
* [Online Python Compiler](https://www.tutorialspoint.com/online_python_compiler.php) - Tutorialspoint
* [OnlineGDB](https://www.onlinegdb.com/online_python_compiler)
* [Programiz.com](https://www.programiz.com/python-programming/online-compiler/)
* [Pynative.com](https://pynative.com/online-python-code-editor-to-execute-python-code/)
* [Python Online Compilers](https://www.codinguru.online/compiler/python)
* [Python Playground](https://programiz.pro/ide/python) - Programiz PRO
* [Python Trinket](https://trinket.io/python)
* [Python Tutor](https://pythontutor.com)
* [Python.org Shell](https://www.python.org/shell)
Expand Down
Loading