Welcome#
Welcome to KUB Datalab’s Python ressources.
The material you have in front of you was developed in conjunction with the Python course offerings offered by KUB Datalab at Copenhagen University Library.
All of the pages can be downloaded as Jupyter notebooks as well as PDF. That means that you can work with the code locally on your computer.
Our courses#
We currently offer a two-part introduction to Python for absolute beginners as well as an introduction to the library Pandas. You can find and sign up for our courses here.
Before you attend our classes, please make sure to visit Install & Run Python so we can get the most out of our time together.
We recommend you revisit these materials after the course to get the code “in your fingers”.
Tip
Learning how to code requires in many ways a shift in perspective. Namely from the perspective of human, semantic meaning to that of computer logic and language. An interesting way of trying to wrap your mind around it is reading up on how a computer reasons out an algorithm, and its metaphorical corollary of how ants determine the most efficient method to get to a food source. You can read more about that on Wikipedia.
Attribution#
Much of the teaching material presented here has been inspired by, borrowed from, and modified based on the work of others.
We extend our deepest thanks to these giants on whose proverbial shoulders we stand and encourage you to visit their pages for more Python inspiration.
Library Carpentry’s Python Intro for Libraries
The official Pandas documentaion
Melanie Walsh’s Introduction to Cultural Analytics & Python
Should we inadvertently have missed acknowledging anyone, please let us know so we can ensure proper recognition.