https://github.com/franaudo/coding_induction
Basic guidelines to start with python, git and compas. Originally meant for master's thesis students.
https://github.com/franaudo/coding_induction
compas git python tutorial
Last synced: about 1 month ago
JSON representation
Basic guidelines to start with python, git and compas. Originally meant for master's thesis students.
- Host: GitHub
- URL: https://github.com/franaudo/coding_induction
- Owner: franaudo
- Created: 2020-12-19T07:01:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T13:36:24.000Z (over 4 years ago)
- Last Synced: 2025-11-21T06:03:22.468Z (7 months ago)
- Topics: compas, git, python, tutorial
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding tutorials
## Basics
In the `basics` folder you will find the basic know-how to get started coding with python and collaborating with other people in a productive way.
Tutorials in this folder:
0. `python` : contains instructions to install python, conda and additional libraries; a python IDE is suggested and a basic script is built with it.
1. `git` : contains instructions to work with `git`, a *version control system* that is widely used to collaborate on software development.
## Later on
More advanced tutorials will be included in this folder.