Re: Some Help getting started

2015-10-13 Thread jogaserbia
Forgot to mention. you might want to take a look at numpy and pandas for their structures. https://github.com/numpy/numpy https://github.com/pydata/pandas I always find it easier to look at something concrete. Ivan -- https://mail.python.org/mailman/listinfo/python-list

Re: Some Help getting started

2015-10-13 Thread jogaserbia
Hi Glenn, Welcome to the community and thank you for creating this module. It's great you want to get this going in Python (3?). A couple of things: 1) I looked at the github repo. You do not have anything to be deployed there. Actually, that repo has nothing to do with python as of yet, as

Re: Some Help getting started

2015-10-13 Thread Laura Creighton
In a message of Mon, 12 Oct 2015 16:58:40 -0600, Ian Kelly writes: >Just saying that it doesn't work doesn't help us help you. What >precisely have you tried, and what was the error that you got when you >tried it? What Ian said. Also what python version are you using and what OS? Laura -- htt

Re: Some Help getting started

2015-10-12 Thread Ian Kelly
On Mon, Oct 12, 2015 at 4:42 PM, Glenn Schultz wrote: > Hello All, > > I have an application written in R for the analysis of mortgage-backed and > asset-backed securities. I am in the process of writing it in Python. I > need some help getting started.Here is the repos

Some Help getting started

2015-10-12 Thread Glenn Schultz
Hello All, I have an application written in R for the analysis of mortgage-backed and asset-backed securities. I am in the process of writing it in Python. I need some help getting started.Here is the repository https://github.com/glennmschultz/Bond_Lab I think I have the deployment