Skip to content
Samuel Letellier-Duchesne edited this page Feb 17, 2021 · 9 revisions

GitHub is an excellent place to upload (and store) any of your work and to allow your colleagues (and the world if the repo is set to public) to view the code behind your work, to run it themselves and to try out methodologies that you have developed.

Not a place to store data!

Github Ressources

Projects in Python

IDEs

Pycharm Visual Studio Code

SDL Example

An example of a python project is the batteryopt project. The project's main page displays the README.md file with some information as what the project is, how to install and use it.

Projects in C#

IDEs

Visual Studio Code Visual Studio

SDL Example

An example of a C# project is the Umi.WaterConsumption plugin for UMI. The project's main page displays the README.md file which contains some information about the project, installation instructions. In this case, the C# project needs to be built using Visual Studio.