4. Find an editorΒΆ
Before we start developing, you need an editor. Since weβre mostly using Python & Django, you want to find a generic editor or a Python IDE.
Here are some editors weβre using or have used internally:
Feel free to ask the team which editors we use, then install your own preferred editor.
Note
Please note, all the editors have their benefits and disadvantages. For example, Sublime Text is highly customisable and very βhacker friendlyβ since you do most things via keyboard, but has no IDE out of the box. Pycharm on the other hand provides a very smart IDE, but might not be as customisable as its competitors.