Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
ActivePerl
ActivePython
ActiveTcl
ActiveGo
Komodo IDE
|
more
▼
Lists
Bugs
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 21 to 40 of 138
« Prev
1
2
3
4
5
6
7
Next »
12
k
views
3
score
Using reduce to access deeply nested dictionaries
Python
/
shortcuts
/
by
Robin Bryce
(16 years ago, revision 4)
15
k
views
3
score
Invert a dictionary where values are lists (one-liner)
Python
/
shortcuts
/
by
Arkady Pogostkin
(17 years ago)
29
k
views
3
score
Basic Exception handling idiom using decorators
Python
/
shortcuts
/
by
Anand
(17 years ago, revision 2)
8
k
views
3
score
Substitute Decimals for floats in expressions
Python
/
shortcuts
/
by
Raymond Hettinger
(17 years ago, revision 5)
10
k
views
3
score
Merge sorted sequences
Python
/
shortcuts
/
by
Raymond Hettinger
(17 years ago, revision 2)
7
k
views
3
score
Clean up __init__() methods that contain only attribute assignments.
Python
/
shortcuts
/
by
Peter Otten
(18 years ago)
31
k
views
3
score
Some python style switches
Python
/
shortcuts
/
by
Runsun Pan
(18 years ago, revision 6)
23
k
views
2
score
namedtuple.abc - abstract base class + mix-in for named tuples
Python
/
abc
,
collections
,
dry
,
inheritance
,
namedtuple
,
shortcuts
/
by
Jan Kaliszewski
(11 years ago, revision 7)
8
k
views
2
score
PyGoogle
Python
/
shortcuts
/
by
Erik Anderson
(14 years ago)
9
k
views
2
score
RedirectedIO context manager and redirect_io decorator
Python
/
shortcuts
/
by
Eduardo Padoan
(14 years ago, revision 5)
29
k
views
2
score
Simple calls to Python functions from command line or shortcut
Python
/
shortcuts
/
by
Jack Trainor
(14 years ago, revision 3)
11
k
views
2
score
A generator for an arbitrary number of 'for' loops
Python
/
shortcuts
/
by
Colin Gillespie
(15 years ago)
7
k
views
2
score
RICHVALUE: Extra return values in transparent style
Python
/
shortcuts
/
by
R K
(16 years ago, revision 3)
8
k
views
2
score
exceptional & final: Functional exception handling
Python
/
shortcuts
/
by
R K
(16 years ago, revision 2)
11
k
views
2
score
reducipes: Excuses to use the reduce built-in
Python
/
shortcuts
/
by
Brian Beck
(16 years ago, revision 2)
25
k
views
2
score
Dictionary with attribute-style access
Python
/
shortcuts
/
by
Keith Dart
(16 years ago)
9
k
views
2
score
switch replacement method for long if-else blocks
Python
/
shortcuts
/
by
Kiran Pashikanti
(16 years ago)
5
k
views
2
score
Boolean operations beyond the limit
Python
/
shortcuts
/
by
Javier Burroni
(16 years ago)
7
k
views
2
score
First and last item access with predicates to increase expressiveness
Python
/
shortcuts
/
by
Brian Beck
(17 years ago, revision 2)
5
k
views
2
score
FunctionDecorators
Python
/
shortcuts
/
by
Shannon -jj Behrens
(17 years ago, revision 2)
Recipe 21 to 40 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