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 "shortcuts"
Tags:
shortcuts
x
Recipe 1 to 20 of 138
« Prev
1
2
3
4
5
6
7
Next »
160
k
views
5
score
Add an entry to a dictionary, unless the entry is already there
Python
/
shortcuts
/
by
Alex Martelli
(22 years ago, revision 2)
157
k
views
21
score
Named Tuples
Python
/
shortcuts
/
by
Raymond Hettinger
(14 years ago, revision 15)
135
k
views
2
score
Looping through multiple lists
Python
/
shortcuts
/
by
andy mckay
(22 years ago, revision 2)
119
k
views
2
score
frange(), a range function with float increments
Python
/
shortcuts
/
by
Dinu Gherman
(22 years ago)
87
k
views
5
score
Exception-based Switch-Case
Python
/
shortcuts
/
by
Zoran Isailovski
(15 years ago, revision 11)
80
k
views
1
score
Invert a dictionary (one-liner)
Python
/
shortcuts
/
by
Joel Lawhead
(20 years ago)
78
k
views
2
score
Getting a value from a dictionary
Python
/
shortcuts
/
by
andy mckay
(22 years ago)
71
k
views
10
score
LRU and LFU cache decorators
Python
/
shortcuts
/
by
Raymond Hettinger
(13 years ago, revision 6)
51
k
views
4
score
list of all combination from multiple lists
Python
/
shortcuts
/
by
Wensheng Wang
(17 years ago)
48
k
views
1
score
Testing for an empty iterator
Python
/
shortcuts
/
by
Michael Chermside
(18 years ago, revision 3)
46
k
views
1
score
Remove Duplicacy from a Python List
Python
/
shortcuts
/
by
Bibha Tripathi
(18 years ago, revision 4)
32
k
views
1
score
Solve simultaneous linear equations in two variables
Python
/
math
,
shortcuts
,
solver
/
by
Anand B Pillai
(12 years ago)
32
k
views
1
score
Finding the intersection of two dicts
Python
/
shortcuts
/
by
andy mckay
(22 years ago, revision 2)
32
k
views
1
score
Processing a string one character at a time
Python
/
shortcuts
/
by
Hamish Lawson
(22 years ago)
32
k
views
3
score
Some python style switches
Python
/
shortcuts
/
by
Runsun Pan
(19 years ago, revision 6)
31
k
views
7
score
The Secret Name of List Comprehensions
Python
/
shortcuts
/
by
Chris Perkins
(20 years ago, revision 3)
31
k
views
3
score
Basic Exception handling idiom using decorators
Python
/
shortcuts
/
by
Anand
(19 years ago, revision 2)
30
k
views
2
score
Simple calls to Python functions from command line or shortcut
Python
/
shortcuts
/
by
Jack Trainor
(15 years ago, revision 3)
28
k
views
4
score
Default Dictionary
Python
/
shortcuts
/
by
Peter Norvig
(19 years ago)
28
k
views
3
score
Method-based URL dispatcher for the Tornado web server
Python
/
dispatcher
,
shortcuts
,
subclass
,
tornado
,
url
,
web
/
by
Dan McDougall
(14 years ago, revision 5)
Recipe 1 to 20 of 138
« Prev
1
2
3
4
5
6
7
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes tagged "shortcuts"
Top-rated recipes
Named Tuples
(Python)
LRU and LFU cache decorators
(Python)
The Secret Name of List Comprehens…
(Python)
Load data in a web browser without…
(Python)
Rebind
(Python)
PathCatcher - Windows utility for …
(Python)
Exception-based Switch-Case
(Python)
Add an entry to a dictionary, unle…
(Python)
emulate collections.defaultdict
(Python)
Fast constant function
(Python)
Related tags
+
−
abc
+
−
collections
+
−
command
+
−
dispatcher
+
−
dry
+
−
expression
+
−
inheritance
+
−
math
+
−
microblogging
+
−
namedtuple
+
−
solver
+
−
subclass
+
−
sysadmin
+
−
tornado
+
−
twitter
+
−
url
+
−
web
+
−
windows
+
−
wrapper
x
Undo