Member-only story
A Simple Guide of Python for Finance and FP&A Professionals
In this article we are covering the following topics:
- What is Python?
- Overview of Python for FP&A professionals
- Basics of Python syntax, data types, variables, and basic operations
- Python Libraries
Let’s dive in!

What is Python?
Python is a popular high-level programming language that is easy to learn and has a simple syntax. It is widely used in various fields, including web development, data science, artificial intelligence, and of course, FP&A and finance.

High Level = It reads like English
Syntax = “Grammar” to write Python code
Programming with Python involves writing code in a text editor or integrated development environment (IDE), and then running that code to perform a specific task or solve a problem.
However, the easiest way for FP&A professionals to do this is with Google Colab. You do not need to download anything!
Google Colab is a cloud-based development environment for creating and running Python code, which is developed and maintained by Google. It allows users to write, execute and share Python code via a web browser interface, without needing to install any software on their local computer. Google Colab provides access to powerful computing resources including GPUs, making it an ideal platform for machine learning and data analysis.
Python is known for its extensive library of pre-built modules, which can be used to perform a variety of tasks such as data analysis, web scraping, and graphical user interface (GUI) development.
The large and active Python community also provides support and resources for programmers, making it easier to learn and use Python.