Skip to content

Instantly share code, notes, and snippets.

View bbossola's full-sized avatar
💭
CTO at Meterian

Bruno Bossola bbossola

💭
CTO at Meterian
View GitHub Profile
package com.mydomain.myapp.resources;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import java.util.List;
import java.util.Set;
@bbossola
bbossola / Learning Object Oriented Python.md
Created November 21, 2016 12:15 — forked from xpepper/Learning Object Oriented Python.md
Learning Object Oriented Python

Learning Object Oriented Python

I wrote this as a guide for a financial analyst friend of mine looking to learn Python. He is already fairly well versed in doing Project Euler problems in Ruby. All italicized text is for the benefit of any other readers, such as yourself.

Each section is divided into a short resource (10 minutes or less), a long resource (days to weeks or more), and a challenge.

~

So what you're looking to do is to be able to recreate financial models in code. And other types of models. This is a noble pursuit.