Hello,
>I am not getting the concept of pickle and shelves in python, I
>mean what's the use of both the concepts, when to use them in code
>instead of using file read and write operations.
>
>Could anyone please explain me the concepts.
I see you already have two answers (from David Rock and
On 07/06/2019 18:42, Gursimran Maken wrote:
> I am not getting the concept of pickle and shelves in python, I mean what's
> the use of both the concepts, when to use them in code instead of using
> file read and write operations.
You are right in that you could save all your data to a file using
> On Jun 7, 2019, at 12:42, Gursimran Maken wrote:
>
> Hi All,
>
> I am not getting the concept of pickle and shelves in python, I mean what's
> the use of both the concepts, when to use them in code instead of using
> file read and write operations.
>
> Could anyone please explain me the conc
Hi All,
I am not getting the concept of pickle and shelves in python, I mean what's
the use of both the concepts, when to use them in code instead of using
file read and write operations.
Could anyone please explain me the concepts.
Thank you,
Gursimran.
_