Summary and Setup

Python for Official Statistics will teach participants the basics of Python for its use in creating Official Statistics. Participants will learn basic programming principles, and employ them in the manipulation of data and data structures.

Prerequisites

Participants should execute the Python_Workshop.cmd from \main.oecd.org_Workshop

This bacth file will make sure you have the right configuration to:

  • Use the current version of Python (3.12.7)
  • Configure pip.ini to install packages using the Nexus proxy server
  • Create a virtual environment for the training course
  • Install the IDE Spyder to write Python code

FIXME