I am working on time series in python. The libraries which I found useful and promising are
Also for visualization: matplotlib
Does anyone know a library for exponential smoothing?
Pandas has exponentially weighted moving moment functions
By the way, there shouldn't be any functionality leftover in the scikits.timeseries package that is not also in pandas.
Edit: Since this is still a popular question, there is now a work in progress pull request to add more fully featured exponential smoothing to statsmodels here