Skip to content

kingsgeocomp/code-camp

Repository files navigation

Code Camp DOI

An on-line coding primer for Python produced by King's College London's Department of Geography


Code Camp

List of Contents

Welcome! This repository uses interactive Jupyter notebooks to teach you the basics of how to code in Python. Our focus is on simple examples that (we hope) speak to students who are not Computer Scientists by training. Perhaps you dabbled a bit in High School? Perhaps you've never done any programming ever? Whatever, we're here to help!

The list of topics include:

Setting Up

There are several ways to run these notebooks, but the most straightforward way to get started is using Binder.

Learning Outcomes

By the end of the course, you will have a basic understanding of:

  • The rationale behind the usage of computers and computational methodologies
  • The way computers "think" and "work"
  • How computers programs are structured and how to execute them
  • The fundamental concepts of programming (in Python) such as the concept of variable, iteration, data structure, list, object, loop, function etc., etc.
  • How your newly acquired coding skills can help you be effectively lazy.

Credits

The material contained in this repository is heavily inspired by the great work of Dani Aribas-Bel: Arribas-Bel, D. (2016). Geographic Data Science’15. http://doi.org/{10.5281/zenodo.46313}

Contributors

The following individuals have contributed to these teaching materials:

License

The content and structure of this teaching project itself is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license, and the contributing source code is licensed under The MIT License.