File tree 2 files changed +66
-0
lines changed
code-examples-jupyter-notebook 2 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " https://softwareengineering.stackexchange.com/questions/182093/why-store-a-function-inside-a-python-dictionary/182095\n " ,
8
+ " https://www.reddit.com/r/learnpython/comments/gjo74e/is_it_possible_to_map_functions_as_values_in_a/\n " ,
9
+ " https://stackoverflow.com/questions/9168340/using-a-dictionary-to-select-function-to-execute"
10
+ ]
11
+ }
12
+ ],
13
+ "metadata" : {
14
+ "kernelspec" : {
15
+ "display_name" : " Python 3.6.4 32-bit" ,
16
+ "language" : " python" ,
17
+ "name" : " python36432bit1ab04e83ff0a419f815752278ad8527e"
18
+ },
19
+ "language_info" : {
20
+ "codemirror_mode" : {
21
+ "name" : " ipython" ,
22
+ "version" : 3
23
+ },
24
+ "file_extension" : " .py" ,
25
+ "mimetype" : " text/x-python" ,
26
+ "name" : " python" ,
27
+ "nbconvert_exporter" : " python" ,
28
+ "pygments_lexer" : " ipython3" ,
29
+ "version" : " 3.6.4"
30
+ }
31
+ },
32
+ "nbformat" : 4 ,
33
+ "nbformat_minor" : 2
34
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " https://realpython.com/python-lambda/"
8
+ ]
9
+ }
10
+ ],
11
+ "metadata" : {
12
+ "kernelspec" : {
13
+ "display_name" : " Python 3.6.4 32-bit" ,
14
+ "language" : " python" ,
15
+ "name" : " python36432bit1ab04e83ff0a419f815752278ad8527e"
16
+ },
17
+ "language_info" : {
18
+ "codemirror_mode" : {
19
+ "name" : " ipython" ,
20
+ "version" : 3
21
+ },
22
+ "file_extension" : " .py" ,
23
+ "mimetype" : " text/x-python" ,
24
+ "name" : " python" ,
25
+ "nbconvert_exporter" : " python" ,
26
+ "pygments_lexer" : " ipython3" ,
27
+ "version" : " 3.6.4"
28
+ }
29
+ },
30
+ "nbformat" : 4 ,
31
+ "nbformat_minor" : 2
32
+ }
You can’t perform that action at this time.
0 commit comments