Skip to content

Python for healthcare modelling and data science

Snippets of Python code we find most useful in healthcare modelling and data science

  • Home
  • The Learning Hospital
  • Titanic Survival Machine Learning
  • GitHub(pdf, py, Jupyter)
  • Publications
  • Contact
  • YouTube

Tag: math

7. Python basics: math module

Here we are going to use the math module as a an introduction to using modules. The math module contains a range of useful mathematical functions that are not built into Python directly. So let’s go ahead and start by importing the module. Module imports are usually performed at the start of a programme. Continue reading “7. Python basics: math module” →

Michael Allen Basic 1 Comment March 16, 2018June 15, 2018 5 Minutes
Blog at WordPress.com.