[SciPy-user] Saving Data as Modul!!
Christian Meesters
meesters at uni-mainz.de
Mon Nov 6 09:10:51 EST 2006
Hoi Volker,
I agree with Gael, shelve is a nice modul, but nothing similar to what you
were asking for. Frankly, I doubt such a concept is hacked into code anywere.
shelve, pickle or other modules might indeed serve you, but exporting code
probably isn't what you are looking for.
Your question looks like one that would be better answered by
describing what you are trying to do. You might want to describe your actual
problem rather than a solution you thought of. (what kind of data are you
dealing with? how 'much' data do you have? is it 'plain' data or some blobs?
and so on)
Cheers
Christian
On Monday 06 November 2006 09:28, Volker Lorrmann wrote:
> Hi guys,
>
> just a short question. How can i save data that´s generated by a script
> as an python modul, so i can "import" my data later again.
> Something like export (opposite of import ;) ) would be great.
> I´m running the script on ipython.I know of pickle. But i just wanna
> save all data in one modul.
>
> Thanks so far
>
> Volker Lorrmann
More information about the SciPy-User
mailing list