jafner.com


Getting Started with Python

Setting Up Your System

This is how I recommend to setup running Python - there are plenty of other ways to do it, and probably better ways, but this gets you going!

  1. Download the latest version of Python for your system from the website
  2. Install an IDE - I recommend VSCode as it is a popular choice and will let you do most of your work in one application
  3. You're ready to go!

Basic Python

Installing Packages

Plotting Data

Working with External Data