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
Popular recipes tagged "function"
Tags:
function
x
Recipe 1 to 20 of 25
« Prev
1
2
Next »
161
k
views
2
score
Implementing function-based callbacks in Python
Python
/
callback
,
function
,
functions
,
python
,
techniques
/
by
Vasudev Ram
(7 years ago)
14
k
views
1
score
Function guards for Python 3
Python
/
call
,
decorator
,
dispatch
,
function
,
guard
/
by
Dmitry Dvoinikov
(8 years ago)
16
k
views
1
score
Guess a number
Python
/
function
,
game
,
random
,
sample
/
by
Benoit
(9 years ago)
4
k
views
0
score
Two Versions Of Bash One Liner INKEY$ Functions...
Bash
/
bash
,
function
,
inkey
,
shell
/
by
Barry Walker
(11 years ago, revision 2)
4
k
views
2
score
All [iter] is Instance of [class/type/tuple]
Python
/
function
,
instance
,
isinstance
/
by
Jonathan Frere
(11 years ago, revision 2)
4
k
views
1
score
Forwards Compatibility; Generating A Function On The Fly...
Python
/
amiga
,
demo
,
e_uae
,
function
,
generator
,
linux
,
windows
,
winuae
/
by
Barry Walker
(11 years ago)
9
k
views
3
score
Smarter Default Arguments
Python
/
default_arguments
,
deferred
,
function
,
functions
/
by
Eric Snow
(12 years ago, revision 3)
26
k
views
2
score
Decorator to expose local variables of a function after execution
Python
/
decorator
,
function
,
inner
,
local
,
scope
,
variables
/
by
Pietro Berkes
(13 years ago, revision 2)
6
k
views
1
score
Change a Function's Closure!
Python
/
closure
,
function
/
by
Eric Snow
(12 years ago, revision 2)
8
k
views
1
score
Simple recursive function to non-recursive function
Python
/
function
,
list
,
recursive
,
substitute
/
by
Sunjay Varma
(12 years ago)
25
k
views
1
score
Simple 1KHz Audio Function Generator Using Standard Python In Linux...
Python
/
audio
,
demo
,
function
,
generator
,
linux
,
program
,
signal
,
sound
,
source
/
by
Barry Walker
(13 years ago)
18
k
views
1
score
Area Under the Curve using Monte Carlo method
Python
/
function
,
math
,
random
/
by
FB36
(13 years ago, revision 5)
6
k
views
1
score
A simple function benchmarking module
Python
/
benchmark
,
debugging
,
function
/
by
Timothee Cezard
(13 years ago)
42
k
views
1
score
Numerical Integration using Monte Carlo method
Python
/
function
,
math
,
random
/
by
FB36
(13 years ago, revision 2)
22
k
views
-1
score
Random numbers with arbitrary probability distribution.
Python
/
function
,
math
,
random
/
by
FB36
(13 years ago, revision 2)
4
k
views
2
score
Decorator to expose local variables of a function after execution [alternative implementation]
Python
/
decorator
,
function
,
inner
,
local
,
scope
,
variables
/
by
Andrea Maffezzoli
(13 years ago, revision 6)
6
k
views
2
score
A new method for computing the hypergeometric function 1F1(a,b,t)
Python
/
function
,
hypergeometric
,