Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 786 Bytes

File metadata and controls

26 lines (14 loc) · 786 Bytes

Programming_Principles

Materials for students

Dear students,

As an additional form of training in this course, you have access to DataCamp platform. You can register there from your university address (link below): https://www.datacamp.com/groups/shared_links/9b2593fdf64a8249334dca8166ecbb4307ad6812a7d0577d73547be191c76d4c

The Python language is already installed in the classroom but for your own computer I suggest installing python 3.12.0 (link below)

https://www.python.org/downloads/release/python-3120/

as well with pip installation instuction and examples

https://www.geeksforgeeks.org/how-to-install-pip-on-windows/

After pip you can install all external libraries

for example Numpy

https://techcult.com/how-to-install-numpy/

With regards,

Arkadiusz Głogowski