Skip to content

Commit 9183d5c

Browse files
committed
feat: Move content
1 parent 6b95b49 commit 9183d5c

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

cheatsheets/python/libraries/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,3 @@
22
layout: listing
33
---
44
# Python libraries
5-
6-
7-
8-
## Resources
9-
10-
Links are all for Python 3.
11-
12-
- [Python standard library](https://docs.python.org/3/library/index.html)
13-
- [argparse](https://docs.python.org/3/library/argparse.html)
14-
- [os](https://docs.python.org/3/library/os.html)
15-
- [logging](https://docs.python.org/3/library/logging.html)
16-
- [File and directory access](https://docs.python.org/3/library/filesys.html)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Resources
2+
3+
Links are all for Python 3.
4+
5+
- [Python standard library](https://docs.python.org/3/library/index.html)
6+
- [argparse](https://docs.python.org/3/library/argparse.html)
7+
- [os](https://docs.python.org/3/library/os.html)
8+
- [logging](https://docs.python.org/3/library/logging.html)
9+
- [File and directory access](https://docs.python.org/3/library/filesys.html)

0 commit comments

Comments
 (0)