On Sunday, July 15, 2012 6:20:34 PM UTC+2, rusi wrote:
> On Jul 15, 11:35 am, Dieter Maurer wrote:
> > [email protected] writes:
> > > ...
> > > Does pickle have any advantages over json/yaml?
> >
> > It can store and retrieve almost any Python object with almost no effort.
>
On Jul 15, 11:35 am, Dieter Maurer wrote:
> [email protected] 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 tha
Dieter Maurer wrote:
> [email protected] 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
[email protected] 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 5:25:14 AM UTC+2, rusi wrote:
> On Jul 14, 10:50 am, [email protected] 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
> m
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.
> >
> >
On Jul 14, 10:50 am, [email protected] 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 simula
[email protected] 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