Online coding tools

Earlier when you wanted to try a programming language, you needed to install compiler and IDE software to your computer. Now there are many on-line tools that allow you to test programming with many programming languages.

Many languages on one service:
https://onecompiler.com/
https://tio.run/#
https://www.codechef.com/ide
https://ideone.com/
https://www.codingninjas.com/studio/online-compiler

JavaScript
https://jsfiddle.net/

C and C++
https://www.programiz.com/c-programming/online-compiler/
https://godbolt.org/
https://cppinsights.io/

Python
https://www.programiz.com/python-programming/online-compiler/
https://www.online-python.com
https://www.online-python.com/?utm_content=cmp-true
https://www.w3schools.com/python/python_compiler.asp
https://www.onlinegdb.com/online_python_compiler
https://onecompiler.com/python
https://www.tutorialspoint.com/online_python_compiler.php
https://pythontutor.com/python-compiler.html#mode=edit
https://www.mycompiler.io/online-python-compiler
https://pythontutor.com/visualize.html#mode=edit
https://ide.geeksforgeeks.org/online-python-compiler
https://www.scaler.com/topics/python/online-python-compiler/
https://python.microbit.org/v/3
https://trinket.io/embed/python3/a5bd54189b

Go
https://go.dev/play/

Scratch
https://scratch.mit.edu/projects/editor/?tutorial=getStarted

Links to coding tutorials:
https://www.hostinger.com/tutorials/learn-coding-online-for-free

Other tools:
https://coding.tools/
https://webcode.tools/

108 Comments

  1. Tomi Engdahl says:

    Slowwly
    A test service to mock a slow http response.
    https://github.com/rob-murray/slowwly

    Reply
  2. Tomi Engdahl says:

    https://stackoverflow.com/questions/38201627/slow-website-server-for-testing-http-modules
    I was working on an application with http client and it even included some use cases with involving requests through proxy, was actually in lookout for a website which responds slow. Found one nice utility which someone developed and sharing here as it might help others who end in same boat.

    https://httpbin.org/delay/10

    Httpbin is awesome that it works as a HTTP request mirror which provides all the request information like headers, cookies, IP, user agent, redirects, dummy content in html, xml, images etc, auth support, setting cookies and lot more.

    Reply
  3. Tomi Engdahl says:

    When Rust’s Arc is not enough: Announcing Fjall 2.6
    https://fjall-rs.github.io/post/fjall-2-6-byteview/

    Reply
  4. Tomi Engdahl says:

    CheerpJ 3.1: JVM in WebAssembly and our roadmap for modern Java in the browser
    https://labs.leaningtech.com/blog/cheerpj-3.1.html

    Reply

Leave a Reply to Tomi Engdahl Cancel reply

Your email address will not be published. Required fields are marked *

*

*