Practical Python Course-Overview
Practical Python Course-Overview
Overview
What this Course Is
This is a beginner’s practical Python course for students from a financial background. It does not require
any previous programming knowledge. The goal of this course is to instill a practical understanding of
Python in the context of how it is used in the financial industry; students can expect to come out with
the ability to read, understand, and write code in Python for their first day on the job. The examples and
case study are geared towards finance; specifically, loan and asset-backed security modeling.
This is a practically-oriented course. It teaches Python programming at a high level, without going into
any deep Computer Science theory. Therefore, the lectures will often gloss over the deeper language
details.
The primary focus of the course is practical Python. The necessary finance/mathematics information will
be introduced as necessary to complete the exercises. Additionally, the finance examples may often be
over-simplified, beyond real-life situations, to suit the purpose of the course.
This is not a finance or structured-finance course. As the primary focus is on practical Python
programming, the finance applications will be introduced as they become necessary. In some cases, you
may need to ‘accept’ certain financial concepts and just focus on implementing the concept into your
code.
Prerequisites
Required
Basic finance
College mathematics
Know your way around the computer
Recommended
Bond pricing knowledge
Excel
You may work at your own pace within the allotted 9 weeks, but the below is the recommended pace
per level:
Submission Instructions
Submissions should be for an entire Level at a time (no individual sections or exercises).
Every exercise should be submitted as its own script(s). You should have a parent directory for
the level, a subdirectory for each section, and a subdirectory for each exercise.
For more complex programs (which contain multiple scripts and/or its own subfolders), you
should put the entire program into the exercise subfolder.
Each exercise’s folder should be names to reflect its number. i.e., Exercise 1.2.1
You should create a single zip file with the parent folder for the level.
The zip file should be named with the following format: student_name Level X submission
Levels must be submitted in order.
You should wait for feedback on your submissions prior to submitting the next level, as this will
enable you to incorporate feedback into your future code.
Grading Criteria
Each exercise is graded out of 100. An exercise that is code correct and meets the specification
of the instructions gets an 80. The extra 20 points are devoted to code commenting, code
format, code conciseness/clarity, efficiency of code, and taking the optimal coding approach
(within what was already taught).
You are expected to build upon your knowledge as you progress through the course. Therefore,
once a concept is taught, you are expected to incorporate it into your future code when
applicable. Taking an earlier (non-optimal) approach will cost you points.