-
Notifications
You must be signed in to change notification settings - Fork 0
Things to install
markvankoningsveld edited this page Jun 6, 2019
·
14 revisions
To start collaborating with your fellow students, you need to install a few things:
-
Python distribution - application that includes python and a package management system including most important packages
- Anaconda - A free and open source distribution of Python that aims to simplify package management and deployment
- Jupyter notebook - A server-client application that allows you to edit and run code via notebook documents in a web browser
- Git - git version control
- Git client - an application to help you work with git version control
- (Python) developers environment - to edit and debug code you can use an Integrated Developers Environment (IDE)