Skip to content

Coding in Python

Alexander Holmes edited this page Jul 5, 2023 · 10 revisions

Introduction to Using Python

Beginner's crash course

Start with a simple self-paced course (intro to variables and if statements) ~1 hour.

This will give you a very brief introduction to Python and programming.

Python for Data Science

Alternatively, try this intro to Python for data science course ~4 hours This covers a bit more, including functions, and an intro to stats in python.

Visualisation tools within Python

Introduction to plotting and data visualisation in Python via Matplotlib

Most other plotting tools (including ones listed below) are built upon Matplotlib, so these are important fundamentals

This course does not include videos It covers basics from variables and loops, to data manipulation and statistics. It might be good to check it out to fill in the gaps in your knowledge

Other Useful Resources

Basic guide that covers types of variables, lists, dicts, functions, numpy, matplotlib, etc.

Clone this wiki locally