-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- GitHub Student Developer Pack
- GitHub Guides - Hello World
- GitHub Guides - Git Handbook
- GitHub Guides - Mastering Markdown
Pycharm Visual Studio Code
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.
Visual Studio Code Visual Studio
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.