A dictionary in programming is a mapping from keys to values allowing efficient value lookup given the key.

learn more… | top users | synonyms (2)

-1
votes
1answer
40 views

Processing files listed from a dictionary

I have a text document topics.txt: 1~cocoa 2~ 3~ 4~ 5~grain~wheat~corn~barley~oat~sorghum 6~veg-oil~linseed~lin-oil~soy-oil~sun-oil~soybean~oilseed~corn~sunseed~grain~sorghum~wheat 7~ 8~ 9~earn ...
0
votes
2answers
28 views

Read list of lists and output as dictionary, the count of values per key

I have a list of lists like this list1=[['a', '2'] ['a', '1'] ['b', '3'] ['c', '2'] ['b', '1'] ['a', '1']['b', '1'] ['c', '2']['b', '3'] ['b', '1']] I want to walk through this and find out number ...
0
votes
1answer
12 views

WCF Restful Service static variable

I currently have 2 static dictionaries in a wcf restful service. These both hold look up data that's not worth putting in a database. Will these stay in memory until the application restarts or should ...
1
vote
3answers
50 views

Multiple levels of keys and values in Python

I wanted to know if the functionality i am trying to implement in python is possible. I have a global hash called Creatures. Creatures contain sub-hashes called mammals, amphibians, birds, insects. ...
1
vote
3answers
37 views

How to take a dictionary and send a JSON Response

I have the following function, def facebooktest(request): fb_value = ast.literal_eval(request.body) fb_foodies = Foodie.objects.filter(facebook_id__in = fb_value.values()) for fb_foodie ...
-3
votes
0answers
55 views

Using LINQ for xml and dictionarys [duplicate]

So I have some XML -<UserClassDictionary> -<User id="asnyder"> -<ControlNumbers> <ControlNumber>1297267</ControlNumber> </ControlNumbers> ...
5
votes
2answers
87 views

How to find a value in a list of python dictionaries?

Have a list of python dictionaries in the following format. How would you do a search to find a specific name exists? label = [{'date': datetime.datetime(2013, 6, 17, 8, 56, 24, 2347), ...
0
votes
1answer
18 views

Best component to show three columns

I am struggling myself thinking about which component to use in my new app. The first screen I am using Collection View with big images. Once the user touches one cell, it goes to the second screen ...
0
votes
1answer
59 views

how to keep ordered rows in dictionary?

I wrote the following script to retrieve the gene count for each contains. It works well but the order of the ID list that I use as an input is not conserved in the output. I would need to conserve ...
4
votes
1answer
65 views

How to convert this list into dictionary in Python?

I have a list like this: paths = [['test_data', 'new_directory', 'ok.txt'], ['test_data', 'reads_1.fq'], ['test_data', 'test_ref.fa']] I want to convert this into dictionary like this: ...
0
votes
1answer
28 views

Appending to hash table in bash scipt

I am trying to make a hash table with the file name of all files in a directory and another integer number. Like "File Name" : "number". The code should be in bash 4.x This is the code which i wrote: ...
1
vote
3answers
34 views

Splitting a sentence into two and storing them into a defaultdict as key and value in Python

I have some questions about Defaultdict and Counter. I have a situation where I have a text file with one sentence per line. I want to split up the sentence into two (at first space) and store them ...
2
votes
4answers
60 views

Why do copied dictionaries point to the same directory but lists don't?

Can someone tell me why when you copy dictionaries they both point to the same directory, so that a change to one effects the other, but this is not the case for lists? I am interested in the logic ...
3
votes
1answer
59 views

.net dictionary object type

I'm trying to use a dll on my system. One of the methods return a dictionary object defined in the object browser as "System.Collections.Generic.Dictionary<<string,1.5>>" What is 1.5? ...
0
votes
1answer
41 views

How to get the value of a dictionary declared inside a class as a local variable with Python

I am wondering how can I get the value of a dictionary declared as local variable inside a class? look at my source below. Note: If I declare this variable inside the function get_current_weather it ...
0
votes
1answer
20 views

free api for an english to english dictionary app [closed]

where can i get a dictionary api(json/xml) for free?? I want the user to enter a word and then the app will download the word and meanings through the api. Is there any free dictionary api which is ...
3
votes
3answers
50 views

Obtaining length of list as a value in dictionary in Python 2.7

I have two lists and dictionary as follows: >>> var1=[1,2,3,4] >>> var2=[5,6,7] >>> dict={1:var1,2:var2} I want to find the size of the mutable element from my dictionary ...
2
votes
1answer
39 views

use a dictionary to change element text in xml

I am attempting to learn python while also saving myself a lot of work. I have an xml file and a dictionary file mapping old to new device id's. I am trying to either iterate through the tree and ...
4
votes
1answer
39 views

Python 2.7 intentional use of .items over .iteritems

Looking at the source of collections.py I see that .items is used instead of .iteritems in some instances, which I assume as intentional being part of Python's source code. eg. in update (removed ...
4
votes
4answers
58 views

Get max keys of a list of dictionaries

If I have: dicts = [{'a': 4,'b': 7,'c': 9}, {'a': 2,'b': 1,'c': 10}, {'a': 11,'b': 3,'c': 2}] How can I get the maximum keys only, like this: {'a': 11,'c': 10,'b': 7}
0
votes
2answers
21 views

Handling indefinite paired arguments with argparse

In my project, I need to define a syntax like mcraw recipe add COUNT ID COUNT_1 ID_1 [COUNT_2 ID_2 ..] and argparse seems to be the best tool for the general job. How can I instruct Python and its ...
0
votes
2answers
21 views

Python create Counter object from dictionary, include a sum of values against summarised keys

I have a dictionary with {ID: (INITIALS, DATE, AREA)} like so: >> mydict = {1: ('JN', '2012-06-13', 2), 2: ('JN', '2012-06-13', 5), 3: ('JN', '2012-06-14', 8), ...
0
votes
1answer
24 views

Get textbox with values and Checked Checkboxes from formcollection MVC 4

I am new to MVC and feeling blindfolded. May be silly. I have form with 20 textboxes , checkboxes and few dropdowns. I want to get checked checkboxes, textbox with values and dropdowns that has ...
0
votes
1answer
31 views

Multidimensional dictionary with “add new value if key not in dictionary”

There were similar questions on SO, but none of them answered my question. I want to have two dimensional dictionary for translation. Something like this: Dictionary["DE"][TranslationKeys.Title] = ...
0
votes
2answers
76 views

I'm making a quick and dirty poker game, and need to determine which hand wins

I'm making a quick and dirty poker game in python, and am having trouble determining which player wins the hand. I have functions that deal cards, determine the "value" of the hand in the way that 0-8 ...
-3
votes
2answers
77 views

XML to Dictionary using LINQ [closed]

I'm new to LINQ, so thank you in advance for the help. I have this function below which takes in a class (consisting of a string(username) and class(USER)). The User Class is setup as follows. ...
1
vote
5answers
63 views

Python Accessing Values in A List of Dictionaries

Say I have a List of dictionaries that have Names and ages and other info, like so: thisismylist= [ {'Name': 'Albert' , 'Age': 16}, {'Name': 'Suzy', 'Age': 17}, ...
0
votes
1answer
39 views

Dictionary to XML using LINQ

So I have the function below that takes in a Dictionary and stores it into a XML file. static void DictionaryToXML(Dictionary<string,User> UserClassDict, string xmldoc) { ...
0
votes
1answer
19 views

Combobox binded to Dictonary and retreiving the associated dictionary key

I have a ComboBox, and I have bound a Dictionary to it. Here is the code: <ComboBox Height="24" Name="comboBoxQuery" Width="300" ItemsSource="{Binding QueryNames}" SelectedItem="{Binding ...
1
vote
3answers
127 views

Dictionary<int, List<string>>

I have something like this: Dictionary<int, List<string>> fileList = new Dictionary<int, List<string>>(); and then, I fill it with some variables, for example: ...
1
vote
5answers
68 views

Python: tree like implementation of dict datastructure [closed]

I have dict object something similar to like this, topo = { 'name' : 'm0', 'children' : [{ 'name' : 'm1', 'children' : [] }, { 'name' : 'm2', 'children' : [] }, { 'name' : 'm3', ...
0
votes
3answers
31 views

Generate XML from Dictionary

I have a dictionary with key value pair. I want to write it to XML using LINQ. I am able to create the XML document using LINQ but not sure how to read the values from dictionary & write into the ...
2
votes
5answers
62 views

Accessing Python dict values with the key start characters

I was wondering: would it be possible to access dict values with uncomplete keys (as long as there are not more than one entry for a given string)? For example: my_dict = {'name': 'Klauss', 'age': ...
-5
votes
1answer
44 views

Creating a Basic Python Dictionary [closed]

I have a question on how to create dictionary and what exactly a dictionary was. I would know how to solve this problem if it said to create a list, but it says dictionary which has me confused on the ...
1
vote
2answers
44 views

Python: order dictionary

I use Python dictionary: >>> a = {} >>> a["w"] = {} >>> a["a"] = {} >>> a["s"] = {} >>> a {'a': {}, 's': {}, 'w': {}} I need: >>> a {'w': {}, ...
-1
votes
0answers
33 views

Sort Resource Dictionary in WPF

I need to create and save a resource dictionary dynamically and add the keys and values also dynamically. In resource dictionary keys should ordered ascending. var rs-dictionary = new Resource ...
3
votes
3answers
49 views

How to change a tuple within a value of a dictionary?

I have a dictionary of the format : d[key] = [(val1, (Flag1, Flag2)), (val2, (Flag1, Flag2)), (val3, (Flag1, Flag2))] I want to make it : d[key] = [(val1, Flag1), ...
4
votes
2answers
69 views

How to travese two dictionaries in a single for loop?

I want to generate the following effect : for i, j in d.items() and k, v in c.items(): print i, j, k, v This is wrong. I want to know how can I achieve this?
0
votes
1answer
8 views

iOS Saving managed documents and mocs in dictionaries

In my main view controller I want to have an NSMutableDictionary to store UIManagedDocuments and MOCs for different directories. For the keys, I'm using the directory NSString names. For some reason ...
0
votes
1answer
43 views

The possible value of the key-value pair is unhashable?

I know that you cannot use a list as a key in a Python dictionary because it is mutable and therefore not hashable (or something like this). But I seem to be getting this error on the value, not the ...
0
votes
1answer
28 views

Getting a django view python dict into highcharts series data

I'm trying to figure out the cleanest way to take a python dict that I have in a django view and get that into a pie chart series in highcharts. Specifically, when I click on a point in one chart on ...
1
vote
1answer
16 views

Scope issue in Access VBA Dictionary?

I'm having a strange problem. I'm new to Access and VBA, so it may be a stupid mistake. Private backColorCycle As Integer Private doneRows As New Dictionary Private Sub AlternateGroupColor() If ...
1
vote
2answers
43 views

Find differences between a list of dictionaries

I need to get a difference between multiple dictionaries inside a list. What I have: [{'WWW': '1.1.1.1', 'Dom': '1.1.1.1', 'SPF': None, 'MX': '1.1.1.1', 'PTR': 'reverse.dom.com'}, {'WWW': ...
0
votes
4answers
49 views

Why the dict out of List are separate

Name = [] Address = [] for a in range(1): Name = raw_input ('Enter Name: ') Address = raw_input ('Enter Address: ') print Name print Address print [dict(zip(Name, e)) for e in ...
0
votes
1answer
13 views

dictionary without plural words for game on iOS

I am creating a words game for iOS. I would like to prevent players from making plural words. Is there any dictionary that I can use to write a function like isPluralWord(@"tables") which will ...
1
vote
1answer
63 views

Creating dictionaries in a faster way - Python

I have the following file containing over 500.000 lines. The lines look like the following: 0-0 0-1 1-2 1-3 2-4 3-5 0-1 0-2 1-3 2-4 3-5 4-6 5-7 6-7 0-9 1-8 2-14 3-7 5-6 4-7 5-8 6-10 7-11 For each ...
0
votes
1answer
62 views

Accessing a value via dictionary

I use the following code to access the JSON values via coredata, NSManagedObjectContext *context = [[DataAccessLayer sharedInstance] managedObjectContext]; NSArray *existingResults = [context ...
0
votes
3answers
37 views

python pick and delete by item using dict comprehension

If I have a dictionary such as the one below, what is the best way to Pick all those items which have a partial key 1d Then delete those items based on that key c = ...
0
votes
0answers
23 views

Learning List Comprehensions and Dictionary Comprehensions for Python [closed]

I am looking for a good material which can be used for clearly understanding the concept behind List Comprehensions and Dictionary Comprehensions, and their usage with lists, dictionaries and tuples. ...
0
votes
2answers
36 views

VB.NET - Dictionary of strings and delegates

I'm trying to create a program that inputs a command from the user e.g. "add 2 4" and then calls a method based on that command. So I type in the command string "add 2 4", then a parser reads the ...

1 2 3 4 5 139