-
Notifications
You must be signed in to change notification settings - Fork 0
Things to install
Kees den Heijer edited this page Oct 17, 2018
·
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 client - this application helps you to work with git version control
- (Python) developers environment - to edit and debug code you can use an Integrated Developers Environment (IDE)