AcademyJupyter Notebook is where you write Python code, see the output immediately, and document your reasoning all in one place. For treasury and regulatory reporting, it is the tool between learning and production.
Python for finance work is best learned in phases, each building deliberately on the last. This roadmap shows you the four phases, what each teaches, and what real work you will be able to do by the end.
Learn the three syntax rules that make Python readable: variables hold values, indentation defines scope, and loops and conditions follow predictable patterns. Once you master these, you can read and write finance scripts with confidence.