i've used python in the past but only for data
processing, writing to files, midifying files,
reading from files. now, my boss wants me to do some econometrics using python.
would anyone who has done this ( var, vecm,
cointegration, ols, kalman filter whatever ) mind
sending me some sample c
I was trying to understand the concept of
python looking for modules in sys.path.
So, as it said in "Beginning Python", I went into
my .bashrc file and did
export PYTHONPATH=$PYTHONPATH:~/mytemp
then, i typed pprint.pprint(sys.path) and it
worked.
it was in there
!
i'm pretty much
a python beginner so can anyone recommend a plooting package in python ( simple
foating numbers that makes lines or dots with a yaxis and an an
xaxis. i don't need fancy drawings ) that is a built in module in
python ? i am using python 2.4 in linux if that matters.
thanks
i should have mentioned that i am on
linux
and using python 2.4. my apologies.
- Original Message -
From:
MARK
LEEDS
To: python-list@python.org
Sent: Friday, February 24, 2006 10:00
PM
Subject: mimicing pg 398 of practical
python
I am trying to
I am trying to duplicate the sunspots graph on page
398 of Practical Python. I don''t
have those reportlab modules so i downloaded them
from their website and tried to put them somewhere
( not clear where i should put them ) and
then i added that place to my sys.path
by doig sys.path.append