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
09
Lecture 09: Vectorization Programming
Efficient vectorized operations and performance optimization in Python
10
Lecture 10: Matrix Operation
Matrix operations and linear algebra with NumPy in Python
11
Lecture 11: Pandas DataFrame Part 1
Introduction to Pandas DataFrames for data manipulation and analysis
12
Lecture 12: Pandas DataFrame Part 2
Advanced Pandas DataFrame operations and data analysis techniques
13
Lecture 13: JSON
Working with JSON data format for data exchange and storage in Python