// Replace title block colour with text shadow

Viewing entries tagged
python

Why are Social Scientists choosing Python?

Why are Social Scientists choosing Python?

Python is one of the most popular programming languages in the data science world, but it is also proving integral to the burgeoning field of computational social science. Find out what attracts social scientists to Python.

A bitesize intro to... Thinking like a (Python) Programmer

A bitesize intro to... Thinking like a (Python) Programmer

When writing code you’ll probably, at some point, want to reuse that code and maybe have someone else be able to read it and use it. So it is important to make sure that the code is readable for both yourself and others. You can achieve this by bearing in mind the 3 rules in this blog post.