Coding

Topics: Code editors; Development environments

It might be odd to think of coding as a type of writing or compostion, but that’s what it is!

Card image
Code editors

These text editors are all oriented towards programming and editing code. They have features that are helpful when working in code, like syntax coloring and code folding.

  • Sublime Text: one of the most popular programming text editors for Windows

  • Notepad++: a popular free option

  • BBEdit (Mac): a venerable (30y+) program with many fans.

  • Atom: Free, extensible with lots of plugins

  • Brackets: Adobe’s free text editor.

  • Visual Studio Code: Microsoft’s programming-oriented text editor. Free and highly extensible.

Development languages and environments
  • R: extensible, support through Hacky Hour and Carpentries

  • Python: support through Hacky Hour and Carpentries

  • GitLab: Griffith University shared code repository

  • Visual Studio: mulitiplatform IDE published by Microsoft

  • GitHub: a popular code repository site. This site is hosted on GitHub.

  • Anaconda: Python development environment