/Development-2

This repository contains slides, code samples, and the modulewijzers for the second programming course of the bachelor degree of informatics at Hogeschool Rotterdam. The course covers basic abstraction mechanisms through functions and data structures with practical applications in the Python programming language.

Primary LanguageJupyter Notebook

Introduction

This is the repository for the course Development 1 course at Hogeschool Rotterdam.

Please head to the modulewijzer in order to get basic information about the course, or head to the lessons for a detailed overview of all lectures.

Setup of Jupyter

The various content files can be seen directly via GitHub.

In order to be able to open and preview (or even edit) the files locally, on your machine, you will need to install Jupyter Notebook.

After Jupyter Notebook is installed, then just run jupyter notebook on your command line and navigate to the right files.

Note on Windows

Jupyter Notebook works eccellently under bash on Windows, and is quite easy to install.