Top "List" questions

The list tag may refer to: a linked list (an ordered set of nodes, each referencing its successor), or a form of dynamic array.

How to append multiple values to a list in Python

I am trying to figure out how to append multiple values to a list in Python. I know there are …

python list
Check if two unordered lists are equal

I'm looking for an easy (and quick) way to determine if two unordered lists contain the same elements: For example: […

python list comparison
Python set to list

How can I convert a set to a list in Python? Using a = set(["Blah", "Hello"]) a = list(a) doesn't …

python list set
Python string.join(list) on object array rather than string array

In Python, I can do: >>> list = ['a', 'b', 'c'] >>> ', '.join(list) 'a, …

python list
Split list into smaller lists (split in half)

I am looking for a way to easily split a python list in half. So that if I have an …

python list split
Check if list is empty in C#

I have a list of objects populated from a database. I need to display an error message if the list …

c# list gridview isnullorempty
Java Compare Two Lists

I have two lists ( not java lists, you can say two columns) For example **List 1** **Lists 2** milan hafil dingo iga …

java list comparison hashmap
SQL variable to hold list of integers

I'm trying to debug someone else's SQL reports and have placed the underlying reports query into a query windows of …

sql-server list tsql variables reporting-services
How to convert a set to a list in python?

I am trying to convert a set to a list in Python 2.6. I'm using this syntax: first_list = [1,2,3,4] my_set=…

python list set python-2.6
stale element reference: element is not attached to the page document

I have list which has multiple links under each section. Each section has same links I need to click a …

java list selenium-webdriver