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
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
Tomi Engdahl says:
Slowwly
A test service to mock a slow http response.
https://github.com/rob-murray/slowwly
Tomi Engdahl says:
https://adrianhesketh.com/2016/12/03/testing-slow-http-responses/
slorloris
https://github.com/a-h/slowloris
Run a web server which waits a configurable amount of time before responding. See also https://adrianhesketh.com/2016/12/03/testing-slow-http-responses/
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.
Tomi Engdahl says:
https://dev.to/hanzla-baig/5-advanced-git-techniques-every-developer-should-know-42hd
Tomi Engdahl says:
When Rust’s Arc is not enough: Announcing Fjall 2.6
https://fjall-rs.github.io/post/fjall-2-6-byteview/
Tomi Engdahl says:
https://www.howtogeek.com/reasons-to-install-a-linux-vm-and-reasons-not-to/
Tomi Engdahl says:
https://dev.to/hanzla-baig/the-ultimate-comprehensive-guide-to-debugging-javascript-like-a-pro-1612
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