Week 1: Introduction to Python and Setting Up the Environment

This week you'll set up your Python development environment and write your first program. As finance students, you'll learn why Python is particularly valuable for financial analysis.

Learning Objectives:

Materials:

Exercises:

  1. Install Python and VS Code on your system
  2. Create a GitHub repository and familiarize yourself with its features
  3. Write a simple Python program that prints "Hello, World!" and run it using Python
  4. Write a simple Python program that multiplies 2 numbers and print out the result
  5. Write a simple Python program that finds the PV (present value) of a single future cash flow (FCF)

💡 ChatGPT Learning Tips

Use these prompts to enhance your learning:

  1. "I'm new to Python. Can you explain how to install Python and set up VS Code?"
  2. "What are some common errors when setting up Python for the first time?"
  3. "How do I create my first Python program?"
  4. "Show me a simple Python program to calculate Present Value (PV) of a future cash flow, and explain each line of code"
  5. "What are the key components needed to calculate PV in finance?"
← Previous Week | Next Week →
← Back to Home