• 0 Posts
  • 3 Comments
Joined 3 years ago
cake
Cake day: July 3rd, 2023

help-circle


  • Python 100%. It’s the most human readable and easiest to pick up, especially for a non tech person. It’s easy to setup contrary to what I’ve read in the comments. Go to python.org install the latest version and that’s it. The downloader includes Idle so no other ide is required, but I’d consider vscode as well. Either watch an install video or better yet do it yourself before going to class.

    I think you need to highlight the differences between OSs when it comes to setup if you plan on having a mixed environment of systems. It will also affect the code you write, so to be thorough, you’ll need to cover those differences as well.

    Don’t go low level like C. These people will die the first time they have to compile in terminal.