Notepad++ is a free, open source text and code editor by Don Ho, licensed under GPL v3. It supports syntax highlighting for about 90 programming languages and is one of the most popular code editors on Windows. It has been actively developed since 2003. It runs on Windows only. P...
Dev-C++ is a free C/C++ IDE originally created by Bloodshed Software and now maintained by Embarcadero Technologies. It bundles the MinGW/TDM-GCC compiler and GDB debugger in a single installer, so you get everything needed to write, compile, and debug C or C++ code without setti...
Android SDK is Google's official development toolkit for building Android applications. It includes Android Studio as the IDE, a device emulator, ADB for communicating with physical devices, and Gradle for build automation. The SDK is free under the Apache 2.0 license. What it do...
Scratch is a free visual programming language developed by the MIT Media Lab for children aged 8 to 16. Instead of typing code, you drag and connect colorful blocks that snap together like puzzle pieces. It runs in any web browser at scratch.mit.edu and also has a downloadable de...
XAMPP is a free local web server package that bundles Apache, MariaDB (MySQL), PHP, and Perl into a single installer. It turns your Windows, macOS, or Linux computer into a web development environment where you can build and test websites, run WordPress, and work with databases w...