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!