This repository has been archived by the owner on Dec 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlist.json
68 lines (68 loc) · 1.88 KB
/
list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"list":
[
{
"title": "파이썬의 유형 점검 연구",
"english": "Type Checking in Python",
"year": 2008,
"translator": "johnsonj",
"link": "./documents/type-checking-in-python/"
},
{
"title": "파이썬 관용구와 효율성",
"english": "Python Idioms and Efficiency Suggestions",
"year": 2008,
"translator": "johnsonj",
"link": "./documents/python-idioms-and-efficiency-suggestions/"
},
{
"title": "쉽게 설명한 파이썬 장식자",
"english": "Python Decorators, Don't have to be (that) Scary",
"year": 2008,
"translator": "johnsonj",
"link": "./documents/python-decorators-dont-have-to-be-scary/"
},
{
"title": "파이썬 디자인 패턴",
"english": "Patterns in Python",
"year": 2008,
"translator": "johnsonj",
"link": "./documents/patterns-in-python/"
},
{
"title": "파이썬 팁과 트릭, 그리고 핵",
"english": "Python Tips, Tricks, and Hacks",
"year": 2008,
"translator": "johnsonj",
"link": "./documents/python-tips-tricks-and-hacks/"
},
{
"title": "컴퓨터 과학자 같이 생각하는 법",
"english": "How to think like a Computer Scientist",
"year": 2008,
"translator": "johnsonj",
"link": "./documents/how-to-think-like-a-computer-scientist/"
},
{
"title": "파이썬과 유니코드에 관한 모든 것",
"english": "All About Python and Unicode",
"year": 2008,
"translator": "johnsonj",
"link": "./documents/all-about-python-and-unicode/"
},
{
"title": "파이썬으로 하는 알고리즘 교육",
"english": "Algorithm Education in Python",
"year": 2006,
"translator": "johnsonj",
"link": "./documents/algorithm-education-in-python/"
},
{
"title": "뷰티풀 수프4.0.0 문서",
"english": "Beautiful Soup 4 Document",
"year": 2012,
"translator": "johnsonj",
"link": "./documents/beautifulsoup4/"
}
]
}