Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 373b50d

Browse files
Add functions mindmap (GH-216)
1 parent aff2d21 commit 373b50d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

‎mindmaps/basics-function.mmd

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
Python functions
3+
---
4+
5+
mindmap
6+
root(Python functions)
7+
term)Definition(
8+
def[Function definition syntax]
9+
example
10+
scope{{Variables scopes}}
11+
::[Arguments]
12+
positional arguments
13+
keyword arguments
14+
::{{Special cases}}
15+
default values
16+
::[Variable number of arguments]
17+
pos(Positional arguments)
18+
kw(Keyword arguments)
19+
m_args{{Mutable arguments}}
20+
::{{special case: default values}}
21+
return[return statement]
22+
lambda(Lambda functions)

‎src/refs.bib

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,17 @@ @misc{medium:db-acid-4
231231
author = {Pier-Jean Malandrino},
232232
url = {https://medium.com/scub-lab/database-acid-transactions-d2fcc99d8834},
233233
}
234+
235+
@misc{realpython:functional,
236+
title = {Functional Programming in Python: When and How to Use It},
237+
author = {John Sturtz},
238+
date = {2017年2月17日},
239+
url = {https://realpython.com/python-functional-programming/},
240+
}
241+
242+
@misc{medium:func,
243+
title = {Python Function MindMap},
244+
author = {Ushadeep P.},
245+
date = {2021年9月25日},
246+
url = {https://medium.com/@ushadeep123/python-function-mindmap-c1c747f5d4da},
247+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /