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
Top-rated recipes tagged "shortcuts"
Tags:
shortcuts
x
Recipe 1 to 20 of 138
« Prev
1
2
3
4
5
6
7
Next »
157
k
views
21
score
Named Tuples
Python
/
shortcuts
/
by
Raymond Hettinger
(14 years ago, revision 15)
71
k
views
10
score
LRU and LFU cache decorators
Python
/
shortcuts
/
by
Raymond Hettinger
(13 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)
17
k
views
6
score
Load data in a web browser without using temp files
Python
/
shortcuts
/
by
Jimmy Retzlaff
(19 years ago, revision 3)
6
k
views
5
score
Rebind
Python
/
shortcuts
/
by
Neal Becker
(16 years ago)
20
k
views
5
score
PathCatcher - Windows utility for right-click capture of file or folder path
Python
/
shortcuts
/
by
Jack Trainor
(16 years ago, revision 3)
87
k
views
5
score
Exception-based Switch-Case
Python
/
shortcuts
/
by
Zoran Isailovski
(15 years ago, revision 11)
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)
27
k
views
4
score
emulate collections.defaultdict
Python
/
shortcuts
/
by
Jason Kirtland
(16 years ago)
11
k
views
4
score
Fast constant function
Python
/
shortcuts
/
by
Raymond Hettinger
(17 years ago, revision 2)
26
k
views
4
score
Implementing an Immutable Dictionary
Python
/
shortcuts
/
by
Aristotelis Mikropoulos
(16 years ago, revision 7)
51
k
views
4
score
list of all combination from multiple lists
Python
/
shortcuts
/
by
Wensheng Wang
(17 years ago)
28
k
views
4
score
Default Dictionary
Python
/
shortcuts
/
by
Peter Norvig
(19 years ago)
14
k
views
4
score
Binary Search with the bisect Module
Python
/
shortcuts
/
by
Chris Perkins
(19 years ago)
15
k
views
4
score
A nicer syntax for super(cls,self)
Python
/
shortcuts
/
by
Michele Simionato
(19 years ago, revision 2)
18
k
views
4
score
Assignment in expression
Python
/
shortcuts
/
by
Sébastien Keim
(20 years ago, revision 2)
25
k
views
4
score
transposing a list of lists
Python
/
shortcuts
/
by
Fee Thee
(20 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)
13
k
views
3
score
Iterating Over Dates
Python
/
shortcuts
/
by
Michael Cornelius
(15 years ago)
10
k
views
3
score
Error logging with context manager and decorator
Python
/
shortcuts
/
by
Kent Johnson
(16 years ago)
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 top-rated recipes tagged "shortcuts"
Related tags
+
−
abc
+
−
collections
+
−
command
+
−
dispatcher
+
−
dry
+
−
expression
+
−
inheritance
+
−
math
+
−
microblogging
+
−
namedtuple
+
−
solver
+
−
subclass
+
−
sysadmin
+
−
tornado
+
−
twitter
+
−
url
+
−
web
+
−
windows
+
−
wrapper
x
Undo