A decent text editor is one of the most important programs on your computer. I use it for coding, for looking at the results of computations, and sometimes simply for taking notes. Since Windows still only comes with crappy Notepad, you need to find something else. Luckily, there’s Notepad++, a free text editor that I have used for many years now. It offers everything that you need in a text editor: line numbering, syntax highlighting, macros. It can deal with larger files, at it remembers all the files that you had opened when you close the program, even those unsaved notes you took in a temporary file. Highly recommended!
You may also like
Yolo is a well-known and popular object detection architecture. It is also very easy to use as things like model download and […]
I’ve long been interested in using game engines as tool for visualising and analyzing geographic information. A couple of years ago I […]
When I was looking for a simple way to publish GIS data on the web, a colleague suggested Leaflet. This is an […]
My go-to programming languages are C/C++ for numerical computations and data processing, C# for Windows GUI applications, and Python for quick scripts […]
2 thoughts on “Notepad++”