Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Most viewed recipes tagged "search"
Tags:
search
x
Recipe 1 to 20 of 55
« Prev
1
2
3
Next »
360
k
views
7
score
"To sort a dictionary"
Python
/
search
/
by
Alex Martelli
(23 years ago, revision 2)
114
k
views
5
score
Sorting dictionaries by value in Python 2.4
Python
/
search
/
by
Nick Coghlan
(19 years ago)
65
k
views
1
score
Random selection of elements in a list, with no repeats
Python
/
search
/
by
Iuri Wickert
(21 years ago, revision 2)
53
k
views
9
score
Python Binary Search Tree
Python
/
algorithms
,
maximum
,
minimum
,
search
,
sort
/
by
Edward Loper
(13 years ago, revision 2)
50
k
views
1
score
Find Multiple Elements In a List
Python
/
enumerate
,
find
,
list
,
search
,
search_list
/
by
Alexander James Wallar
(12 years ago)
45
k
views
2
score
grep in Python
Python
/
generator
,
grep
,
search
/
by
Andy Dustman
(10 years ago)
45
k
views
4
score
Reorder a sequence (uses generators, and recursion!)
Python
/
search
/
by
Michael Davies
(20 years ago)
38
k
views
1
score
extract email addresses from files
Python
/
search
/
by
carl scharenberg
(21 years ago)
34
k
views
3
score
Select the nth smallest element
Python
/
search
/
by
Raymond Hettinger
(20 years ago, revision 6)
33
k
views
2
score
Knuth-Morris-Pratt string matching
Python
/
search
/
by
David Eppstein
(22 years ago)
33
k
views
1
score
Binary search and insert in Python
Python
/
search
/
by
Noah Spurrier
(23 years ago, revision 3)
32
k
views
2
score
Just For Fun: Quicksort in 3 Lines
Python
/
search
/
by
Nathan Gray
(22 years ago, revision 4)
31
k
views
2
score
Sort a string using numeric order
Python
/
search
/
by
Chui Tey
(21 years ago)
31
k
views
1
score
Fuzzy matching dictionary
Python
/
search
/
by
Mark Mc Mahon
(18 years ago)
30
k
views
1
score
Priority dict: a priority queue with updatable priorities
Python
/
search
/
by
Matteo Dell'Amico
(16 years ago)
28
k
views
2
score
Tkinter search box
Python
/
entry
,
search
,
searchbox
,
tkinter
/
by
Miguel Martínez López
(7 years ago, revision 9)
25
k
views
1
score
guaranteed-stable sort with the decorate-sort-undecorate idiom (aka Schwartzian transform)
Python
/
search
/
by
Alex Martelli
(22 years ago, revision 2)
20
k
views
1
score
Setting up a listbox filter in Tkinter(python 2.7)
Python
/
filter
,
listbox
,
python
,
search
,
searchbar
,
tkinter
/
by
Wykleph
(10 years ago, revision 3)
19
k
views
3
score
Lazy sorting
Python
/
search
/
by
Matteo Dell'Amico
(20 years ago, revision 2)
19
k
views
0
score
Python Multidimensional List Searcher
Python
/
element
,
elements
,
find
,
finder
,
list
,
python
,
search
/
by
Alexander James Wallar
(12 years ago)
Recipe 1 to 20 of 55
« Prev
1
2
3
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes tagged "search"
Top-rated recipes
Python Binary Search Tree
(Python)
"To sort a dictionary"
(Python)
Sorting dictionaries by value in P…
(Python)
Ask a question with Yahoo! Answers…
(Python)
Reorder a sequence (uses generator…
(Python)
Robot Pager (Search engines and ot…
(Python)
get_equivalent(container, item)
(Python)
Lazy sorting
(Python)
Select the nth smallest element
(Python)
Finding the index of an item in em…
(Python)
Related tags
+
−
python
(5)
+
−
algorithms
(3)
+
−
find
(3)
+
−
list
(2)
+
−
maximum
(2)
+
−
minimum
(2)
+
−
selection
(2)
+
−
sort
(2)
+
−
tkinter
(2)
+
−
algorithm
+
−
answers
+
−
archive
+
−
automate
+
−
big
+
−
binary
+
−
binary_search
+
−
breadth
+
−
bsearch
+
−
compare
+
−
comparision
x
Undo