forked from labex-labs/python-cheatsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
151 lines (151 loc) · 5.47 KB
/
en.json
File metadata and controls
151 lines (151 loc) · 5.47 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"sidebar": {
"introduction": "Introduction",
"cheatsheet": "Cheatsheet",
"standardLibrary": "Standard Library",
"builtinFunctions": "Built-in Functions",
"gettingStarted": "Getting Started"
},
"navbar": {
"blog": "Blog",
"pythonCheatsheetPdf": "Python Cheatsheet PDF",
"repositoryLink": "python cheatsheet repository",
"login": "Login"
},
"footer": {
"moreCheatsheets": "More Cheatsheets"
},
"mobile": {
"openNavigation": "Open navigation",
"closeNavigation": "Close navigation",
"navigation": "Navigation"
},
"common": {
"language": "Language",
"practiceInLabexVm": "Practice in LabEx VM",
"previousPage": "Previous page",
"nextPage": "Next page",
"localeNames": {
"en": "English",
"zh": "中文",
"es": "Español",
"fr": "Français",
"de": "Deutsch",
"ja": "日本語",
"ru": "Русский",
"ko": "한국어",
"pt": "Português"
}
},
"error404": {
"title": "404 Not Found",
"error": "404 error",
"pageNotFound": "Page not found.",
"description": "Sorry, we couldn't find the page you're looking for.",
"goBackHome": "Go back home"
},
"home": {
"title": "Python Cheatsheet",
"anyoneCanForget": "Anyone can forget how to",
"makeCharacterClasses": "make character classes",
"forRegex": "for a regex,",
"sliceAList": "slice a list",
"orDoA": "or do a",
"forLoop": "for loop",
"description": "This Python cheatsheet tries to provide basic reference for beginner and advanced developers, lower the entry barrier for newcomers and help veterans refresh the old tricks. View all",
"contributors": "contributors",
"onGithub": "on GitHub.",
"cardLinks": {
"viewOnGithub": "View on GitHub",
"viewOnGithubDesc": "Drop a star on GitHub if you find this project useful.",
"pythonPlayground": "Python Playground",
"pythonPlaygroundDesc": "Try Python code in an interactive online environment.",
"pythonCourse": "Python Course",
"pythonCourseDesc": "Learn Python with interactive hands-on labs and master Python programming.",
"contribute": "Contribute",
"contributeDesc": "Get to know how easy it is to contribute to the Python Cheatsheet.",
"blog": "Blog",
"blogDesc": "Read detailed articles about Python and it's ecosystem.",
"changelog": "Changelog",
"changelogDesc": "See what is new, what got fixed, and what is coming."
},
"disclaimer": {
"title": "Python Cheat Sheet is now part of LabEx!",
"content": "Now featuring interactive labs, PDF downloads, built-in functions module, quiz questions, and multi-language support (🇨🇳 🇯🇵 🇪🇸 🇩🇪 🇫🇷 🇵🇹 🇰🇷 🇷🇺), while remaining open-source and free as always."
}
},
"blog": {
"previous": "Previous",
"newerPosts": "Newer posts",
"next": "Next",
"olderPosts": "Older posts",
"readArticle": "Read article",
"title": "Blog - Python Cheatsheet",
"description": "These articles provide a deeper look to the the contents of the Python Cheatsheet."
},
"navigation": {
"cheatsheet": {
"basics": "Basics",
"built-in-functions": "Built-in Functions",
"control-flow": "Control Flow",
"functions": "Functions",
"lists-and-tuples": "Lists and Tuples",
"dictionaries": "Dictionaries",
"sets": "Sets",
"comprehensions": "Comprehensions",
"manipulating-strings": "Manipulating Strings",
"string-formatting": "String Formatting",
"regular-expressions": "Regular Expressions",
"file-directory-path": "Files and Directory Paths",
"reading-and-writing-files": "Reading and Writing Files",
"json-yaml": "JSON and YAML",
"exception-handling": "Exception Handling",
"debugging": "Debugging",
"args-and-kwargs": "Args and kwargs",
"decorators": "Decorators",
"context-manager": "Context Manager",
"oop-basics": "OOP",
"dataclasses": "Dataclasses",
"setup-py": "setup.py",
"main": "Main: Top-Level Script",
"virtual-environments": "Virtual Environments"
},
"modules": {
"copy-module": "Copy",
"csv-module": "CSV",
"datetime-module": "Datetime",
"itertools-module": "Itertools",
"json-module": "JSON",
"os-module": "OS",
"pathlib-module": "Pathlib",
"random-module": "Random",
"shelve-module": "Shelve",
"zipfile-module": "Zipfile"
}
},
"codeBlock": {
"copy": "Copy",
"copied": "Copied",
"expand": "Expand",
"collapse": "Collapse"
},
"quiz": {
"label": "Quiz",
"correct": "Correct",
"wrong": "Wrong",
"correctAnswer": "Correct Answer",
"completions": "completions",
"completion": "completion",
"totalCompletions": "Total completions",
"completed": "Completed",
"notCompleted": "Not Completed",
"loginToUnlockDesc": "Sign in to answer this quiz and track your learning progress",
"loginRefreshDesc": "Please refresh this page after signing in to continue",
"refresh": "Refresh"
},
"meta": {
"title": "Python Cheat Sheet – Python Basics for Beginners",
"description": "The most complete Python cheat sheet online. Learn step-by-step with interactive labs, download free PDF cheat sheets, and explore beginner-friendly Python guides.",
"keywords": "python cheat sheet, python cheatsheet, python basics, python syntax guide, python reference, learn python, python pdf cheatsheet"
}
}