shelve Questions

3

Solved

I have a large set of strings that I'm using for natural language processing research, and I'd like a nice way to store it in Python. I could use pickle, but loading the entire list into memory wo...
Chard asked 24/1, 2011 at 2:31

3

Solved

I have been toying with this idea for quite awhile now, but haven't seen any information on people doing it. I have a small website project where I need to load and modify 1 object. This object is ...
Internment asked 10/9, 2010 at 2:27

4

I am storing a table using python and I need persistence. Essentially I am storing the table as a dictionary string to numbers. And the whole is stored with shelve self.DB=shelve.open("%s%sMolecu...
Pox asked 19/8, 2010 at 19:4

3

Solved

Here's the part I get: When you shelve in TFS, it makes a server copy of the changes so they are not lost, but does not check them into the source code trunk/branch you are working on. Question: U...
Stutter asked 24/2, 2010 at 20:16

© 2022 - 2024 — McMap. All rights reserved.