Programming Basics
FIN 501: Programming in Finance
01
Lecture 1: Data and Variable
Introduction to data types and variables in Python programming
06
Lecture 6: Loop - While Loop
Understanding while loops and conditional iteration in Python
07
Lecture 7: Loop - Other Techniques
Advanced loop techniques and best practices in Python
10
Lecture 10: Vectorization Programming
Efficient vectorized operations and performance optimization in Python
11
Lecture 11: Matrix Operation
Matrix operations and linear algebra with NumPy in Python
12
Lecture 12: Pandas DataFrame Part 1
Introduction to Pandas DataFrames for data manipulation and analysis
13
Lecture 13: Pandas DataFrame Part 2
Advanced Pandas DataFrame operations and data analysis techniques
14
Lecture 14: JSON
Working with JSON data format for data exchange and storage in Python