Dieter Maurer wrote:
> moo...@yahoo.co.uk writes:
>> ...
>> Does pickle have any advantages over json/yaml?
>
> It can store and retrieve almost any Python object with almost no effort.
>
> Up to you whether you see it as an advantage to be able to store
> objects rather than (almost) pure data
moo...@yahoo.co.uk writes:
> ...
> Does pickle have any advantages over json/yaml?
It can store and retrieve almost any Python object with almost no effort.
Up to you whether you see it as an advantage to be able to store
objects rather than (almost) pure data with a rather limited type set.
Of
On Sunday, July 15, 2012 2:42:39 AM UTC+2, Neal Becker wrote:
> me wrote:
>
> > Hi,
> > This is a general question, loosely related to python since it will be
> the
> > implementation language. I would like some suggestions as to manage
> simulation
> > results data from my ASIC design.
> >
> >
moo...@yahoo.co.uk wrote:
> Hi,
> This is a general question, loosely related to python since it will be the
> implementation language. I would like some suggestions as to manage simulation
> results data from my ASIC design.
>
> For my design,
> - I have a number of simulations testcases (TEST_X
Hi,
This is a general question, loosely related to python since it will be the
implementation language.
I would like some suggestions as to manage simulation results data from my ASIC
design.
For my design,
- I have a number of simulations testcases (TEST_XX_YY_ZZ), and within each of
these t