forked from UBC-MDS/programming-in-python-for-data-science
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locale.json
49 lines (49 loc) · 2.97 KB
/
locale.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
{
"en": {
"langName": "English",
"title": "Programming in Python for Data Science",
"slogan": "Course 1 of UBC's Key Capabilities in Data Science Program",
"description": "Learn the fundamentals of programming in Python, including how to clean, filter, arrange, aggregate and transform data. You will learn the foundations of programming in Python while writing human-readable code that sets a foundation of best practices and coding style. You will gain the skills to clean, filter, manipulate (wrangle) and summarize data using Python libraries for more effective data analysis. An overview of data structures, iteration, flow control and program design relevant to data exploration and analysis will be addressed along with fundamental programming concepts such as loops, conditionals and data structures that create a solid foundation in data science programming.",
"bio": "The University of British Columbia (UBC) is a comprehensive research-intensive university, consistently ranked among the 40 best universities in the world. The Key Capabilities in Data Science program was launched in September 2020 and is developed and taught by many of the same instructors as the UBC Master of Data Science program.",
"video": ["/grkcTZyb9Tk", "/WCWi1R2CQsY", "/yz6Wwa2MkQA", "/W88f5DAl9hk", "/cZwBfjQpHTU", "/vW2ZXIfZioE", "/rn5t62Utn4U", "/pILjoN9HSvo", "/2CGO4TWm0O4", "/w7cfM6ReOzU", "/UkRmtvYNylA", "/SbtORPZ2l6w", "/SsBSqNNMAjY", "/-JrvDPszgis"],
"footerLinks": [
{ "text": "Website",
"url": "https://extendedlearning.ubc.ca/programs/key-capabilities-data-science"
},
{
"text": "Source",
"url": "https://github.com/UBC-MDS/MCL-programming-in-python"
},
{
"text": "Built with ♥",
"url": "https://github.com/ines/course-starter-python"
}
],
"socialImage": "social.jpg",
"uiText": {
"aboutMe": "About the program",
"aboutCourse": "About this course",
"markAsCompleted": "Mark as completed",
"removeFromCompleted": "Remove from completed",
"completed": "Completed",
"submit": "Submit",
"correct": "That's correct!",
"incorrect": "Incorrect.",
"showSolution": "Show solution",
"reset": "Reset",
"runCode": "Run code",
"next": "Next",
"showHints": "Show hints",
"hideHints": "Hide hints",
"loading": " ",
"connectingFailed": "Connecting failed. Please reload and try again.",
"launchingDocker": "Launching Docker container on",
"reconnectingDocker": "Reconnecting to Docker container on",
"prevChapter": "Previous Chapter",
"nextChapter": "Next Chapter",
"start": "Start",
"video": "Video",
"slides": "Slides"
}
}
}