Material for the BSc elective course "Introduction to Programming in Python" at Lucerne School of Business.
To download the entire repository, either click the Code
button above and choose Download ZIP
, or open a terminal ("command line" in Windows), navigate to a directory of your choice using the ls
(Linux, MacOS) or dir
(Windows) commands to display the contents of the current directory, and the cd
command to change directories. Then do
git clone https://github.com/s-broda/IntroPython
.
If you don't have git
installed, download the command line version from here, and add it to your path during installation.