chore(i18n,client): processed translations (#49652)

This commit is contained in:
camperbot
2023-03-10 18:28:14 +05:30
committed by GitHub
parent 14286f6f8b
commit fafb8da7c7
18 changed files with 1368 additions and 144 deletions
+134
View File
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "الإعداد لمقابلة عمل في البرمجة",
"intro": [
@@ -711,6 +711,8 @@
"information-security-v7": "شهادة امن المعلومات",
"Machine Learning with Python": "تعلم الآلة باستخدام Python",
"machine-learning-with-python-v7": "مشاريع تعلم الآله باستخدام Python",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "الواجهة الأمامية التراثية",
"legacy-front-end": "شهادة الواجهة الأمامية التراثية",
"Legacy Back End": "الواجهة الخلفية التراثية",
@@ -337,7 +337,7 @@
"intro": ["", ""]
},
"learn-advanced-array-methods-by-building-a-statistics-calculator": {
"title": "Learn Advanced Array Methods by Building a Statistics Calculator",
"title": "通過構建統計計算器學習高級數組方法",
"intro": ["", ""]
}
}
@@ -557,7 +557,7 @@
"intro": [
"在這之前,你只是在前端使用 JavaScript 來給頁面添加交互、解決算法挑戰,或構建一個 SPA(單頁應用程序)。但 JavaScript 也可以用於後端或者服務器來構建整個 web 應用程序。",
"今天,構建應用軟件的廣受歡迎的方法之一是微服務,這些微服務是一種小型模塊化的應用,能夠共同形成一個更大的整體。",
"In the Back End Development and APIs Certification, you'll learn how to write back end apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
"在後端開發和 APIs 認證中,你將學習如何使用 Node.js npm 編寫後端應用程序。你還將使用 Express 框架構建 Web 應用程序,並使用 MongoDB Mongoose 庫構建一個 People Finder 微服務。"
],
"note": "",
"blocks": {
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "面試攻略",
"intro": [
@@ -792,20 +926,20 @@
}
},
"the-odin-project": {
"title": "The Odin Project",
"title": "Odin 項目",
"intro": [
"The Odin Project is one of those \"What I wish I had when I was learning\" resources. ",
"Not everyone has access to a computer science education or the funds to attend an intensive coding school and neither of those is right for everyone anyway.",
"This project is designed to fill in the gap for people who are trying to hack it on their own but still want a high quality education."
"Odin 項目就是那種“我在學習的時候渴求擁有的”資源之一。 ",
"並非每個人都能獲得計算機科學專業教育,或是有資金接受編程進階教學,這兩種教育方式也並不適合所有人。",
"該項目旨在幫助那些試圖自行打破差距且依然希望接受高質量教育的人填補空白。"
],
"blocks": {
"top-learn-html-foundations": {
"title": "Learn HTML Foundations",
"intro": ["A description is to be determined"]
"title": "學習 HTML 基礎",
"intro": ["詳細描述待確定"]
},
"top-build-a-recipe-project": {
"title": "Learn HTML Foundations by Building a Recipe Page",
"intro": ["A description is to be determined"]
"title": "通過搭建食譜頁面學習 HTML 基礎",
"intro": ["詳細描述待確定"]
}
}
},
@@ -11,12 +11,12 @@
"view": "查看",
"view-code": "查看代碼",
"view-project": "查看項目",
"view-cert-title": "View {{certTitle}}",
"view-cert-title": "查看 {{certTitle}}",
"show-cert": "顯示認證",
"claim-cert": "申請認證",
"claim-cert": "領取認證",
"save-progress": "保存進度",
"accepted-honesty": "You have agreed to our Academic Honesty Policy.",
"agree-honesty": "I agree to freeCodeCamp's Academic Honesty Policy.",
"accepted-honesty": "你已同意我們的《學術誠信條例》。",
"agree-honesty": "我同意 freeCodeCamp 的《學術誠信條例》。",
"save-portfolio": "保存這個作品集項目",
"remove-portfolio": "移除這個作品集項目",
"add-portfolio": "增加一個新的作品集項目",
@@ -53,7 +53,7 @@
"check-code": "檢查您的代碼 (Ctrl + Enter)",
"check-code-2": "檢查你的代碼",
"reset": "重置",
"reset-step": "Reset This Step",
"reset-step": "重置此步驟",
"help": "幫助",
"get-help": "獲得幫助",
"watch-video": "觀看視頻",
@@ -69,7 +69,7 @@
"go-to-next": "訪問下一個挑戰",
"ask-later": "稍後問我",
"start-coding": "開始編碼!",
"go-to-settings": "轉到設置以申請你的認證",
"go-to-settings": "轉到設置以領取你的認證",
"click-start-course": "開始課程",
"click-start-project": "啓動項目",
"change-language": "修改語言",
@@ -109,10 +109,10 @@
"privacy": "你可以在本節的設置中管理哪些內容可以展示在 freeCodeCamp 公開作品集,點擊“保存”以存儲你的修改。",
"data": "請點擊下面的 \"下載你的數據\" 按鈕,查看我們在你的賬號上保存的數據",
"disabled": "如果設置爲僅自己可見,其他人將無法訪問你的認證。",
"private-name": "如果你將名設置爲私密,你的證書上不會顯示你的名。",
"private-name": "如果你將名設置爲私密,你的認證將不會顯示你的名。",
"claim-legacy": "當你獲得下列 freeCodeCamp 認證之後,你可以申請 {{cert}}:",
"for": "{{username}} 賬號設置",
"sound-mode": "爲整個網站添加令人愉快的吉他原聲音樂。在編輯器輸入、完成挑戰、申請認證等時刻,將獲得音樂反饋。",
"sound-mode": "爲整個網站添加令人愉快的吉他原聲音樂。在編輯器輸入、完成挑戰、申請認證等時刻,將獲得音樂反饋。",
"sound-volume": "營火音效音量",
"username": {
"contains invalid characters": "用戶名 \"{{username}}\" 含有無效字符",
@@ -154,12 +154,12 @@
},
"headings": {
"certs": "認證",
"legacy-certs": "舊版證",
"legacy-certs": "舊版證",
"honesty": "學術誠信條例",
"internet": "你在各平臺的賬號",
"portfolio": "作品集設置",
"privacy": "隱私設置",
"personal-info": "Personal Information"
"personal-info": "個人信息"
},
"danger": {
"heading": "危險區域",
@@ -194,7 +194,7 @@
"p3": "\"我理解剽竊是一種知識上的不誠實行爲。如果有人被發現有這種行爲,那麼他們通常會被大學(或其他單位)解僱。\"",
"p4": "\"除了使用開源代碼庫(如 jQuery,Bootstrap)以及明確註明原作者的的代碼片段之外,我的項目中的代碼 100% 是由我自己編寫的,或者是與另一位 freeCodeCamp 學員結對編程時編寫的。\"",
"p5": "\"我保證我提交給 freeCodeCamp 的作品都不是剽竊他人的。我理解 freeCodeCamp 團隊將審覈我提交的項目,以確認這一點。\"",
"p6": "如果我們發現某學員的某部分課程項目有明顯的剽竊現象,我們將不會發布該項目的認證,並註明 \"經過審覈,該帳戶已被標記爲違反學術誠信條例。\"",
"p6": "如果我們發現某學員的某部分課程項目有明顯的剽竊現象,我們將不會發布該項目的認證,並註明經過審覈,該帳戶已被標記爲違反學術誠信條例。",
"p7": "作爲一個基於成就發佈認證的學術機構,我們非常重視學術誠信。如果你對此條例有任何疑問,或者懷疑有人違反了該條例,可以發送郵件至 <0>{{email}}</0>,我們將進行調查。"
}
},
@@ -250,7 +250,7 @@
},
"learn": {
"heading": "歡迎學習 freeCodeCamp 的課程。",
"skip-to-content": "Skip to content",
"skip-to-content": "跳至內容",
"welcome-1": "歡迎回來,{{name}}。",
"welcome-2": "歡迎來到 freeCodeCamp.org",
"start-at-beginning": "如果你剛開始學習編程,我們建議你<0>從頭開始</0>。",
@@ -274,9 +274,9 @@
"add-subtitles": "幫助我們完善或添加字幕",
"wrong-answer": "抱歉,這個答案不正確。再試一次?",
"check-answer": "點擊下方按鈕,查看你的答案。",
"assignment-not-complete": "Please finish the assignments",
"assignments": "Assignments",
"question": "Question",
"assignment-not-complete": "請完成任務",
"assignments": "任務",
"question": "問題",
"solution-link": "解決方案鏈接",
"github-link": "GitHub 鏈接",
"submit-and-go": "提交併訪問下一個挑戰",
@@ -315,7 +315,7 @@
"tab-trapped": "按下選項卡將插入選項卡字符",
"tab-free": "按下選項卡將焦點移動到下一個焦點元素"
},
"help-translate": "我們仍然在翻譯以下證書。",
"help-translate": "我們仍然在翻譯以下認證課程。",
"help-translate-link": "幫助我們翻譯。",
"project-preview-title": "下面是你將構建的項目的預覽",
"github-required": "如果你沒有 GitHub 賬戶,你需要 <0>創建 GitHub</0> 賬戶。 你需要創建虛擬 Linux 服務器,這個過程可能需要幾分鐘。",
@@ -343,7 +343,7 @@
"title": "支持我們的慈善組織",
"processing": "我們正在處理你的捐款。",
"redirecting": "重新引導中...",
"thanks": "Thanks for donating",
"thanks": "感謝捐助",
"thank-you": "謝謝你成爲我們的支持者。",
"additional": "你可以使用這個鏈接 <0>{{url}}</0> 額外進行一次性捐款:",
"help-more": "幫助我們做更多",
@@ -468,7 +468,7 @@
"iframe-alert": "通常,此鏈接會將你帶到另一個網站!一切正常,這個鏈接指向:{{externalLink}}。",
"iframe-form-submit-alert": "通常這個表單將被提交!工作正常,這將被提交到:{{externalLink}}",
"document-notfound": "找不到文件",
"slow-load-msg": "Looks like this is taking longer than usual, please try refreshing the page."
"slow-load-msg": "看起來這比平常花費更長時間,請嘗試刷新頁面。"
},
"icons": {
"gold-cup": "金獎盃",
@@ -483,11 +483,11 @@
"hint": "提示",
"heart": "愛心",
"initial": "初始",
"input-reset": "Clear search terms",
"input-reset": "清除搜索條件",
"info": "介紹信息",
"spacer": "間隔",
"toggle": "切換選中標記",
"magnifier": "Submit search terms"
"magnifier": "提交搜索條件"
},
"aria": {
"fcc-curriculum": "freeCodeCamp 課程",
@@ -514,10 +514,10 @@
"steps": "步驟",
"steps-for": "{{blockTitle}} 的步驟",
"code-example": "{{codeName}} 代碼示例",
"opens-new-window": "Opens in new window"
"opens-new-window": "在新窗口打開"
},
"flash": {
"honest-first": "To claim a certification, you must first agree to our academic honesty policy",
"honest-first": "在申請認證前,你必須先同意我們的《學術誠信條例》",
"really-weird": "出現了一些奇怪的情況。如果再出現這種情況,請考慮在 https://github.com/freeCodeCamp/freeCodeCamp/issues/new 提交 issue。",
"not-right": "有些不對勁。已生成報告,通知 freeCodeCamp.org 團隊。",
"went-wrong": "出了點問題,請檢查並重試。",
@@ -597,7 +597,7 @@
"http-url": "不能使用不安全的(httpURL。",
"own-work-url": "記住要提交你自己的作業",
"publicly-visible-url": "記得要提交一個公開可見的app URL",
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path"
"path-url": "你可能想要提交根路徑,即 https://example.com,而不是 https://example.com/path"
},
"certification": {
"executive": "執行董事,freeCodeCamp.org",
@@ -680,48 +680,50 @@
"Book Recommendation Engine using KNN": "基於 KNN 的圖書推薦引擎",
"Linear Regression Health Costs Calculator": "線性迴歸健康成本計算器",
"Neural Network SMS Text Classifier": "神經網絡短信分類器",
"Celestial Bodies Database": "Celestial Bodies Database",
"World Cup Database": "World Cup Database",
"Salon Appointment Scheduler": "Salon Appointment Scheduler",
"Periodic Table Database": "Periodic Table Database",
"Number Guessing Game": "Number Guessing Game",
"Build a freeCodeCamp Forum Homepage": "Build a freeCodeCamp Forum Homepage"
"Celestial Bodies Database": "天體數據庫",
"World Cup Database": "世界盃數據庫",
"Salon Appointment Scheduler": "沙龍預約程序",
"Periodic Table Database": "元素週期表數據庫",
"Number Guessing Game": "猜數字遊戲",
"Build a freeCodeCamp Forum Homepage": "建立一個freeCodeCamp論壇首頁"
}
},
"title": {
"Responsive Web Design": "Responsive Web Design",
"responsive-web-design": "Responsive Web Design Certification",
"JavaScript Algorithms and Data Structures": "JavaScript Algorithms and Data Structures",
"javascript-algorithms-and-data-structures": "JavaScript Algorithms and Data Structures Certification",
"Front End Development Libraries": "Front End Development Libraries",
"front-end-development-libraries": "Front End Development Libraries Certification",
"Data Visualization": "Data Visualization",
"data-visualization": "Data Visualization Certification",
"Relational Database": "Relational Database",
"relational-database-v8": "Relational Database Certification",
"Back End Development and APIs": "Back End Development and APIs",
"back-end-development-and-apis": "Back End Development and APIs Certification",
"Quality Assurance": "Quality Assurance",
"quality-assurance-v7": "Quality Assurance Certification",
"Scientific Computing with Python": "Scientific Computing with Python",
"scientific-computing-with-python-v7": "Scientific Computing with Python Certification",
"Data Analysis with Python": "Data Analysis with Python",
"data-analysis-with-python-v7": "Data Analysis with Python Certification",
"Information Security": "Information Security",
"information-security-v7": "Information Security Certification",
"Machine Learning with Python": "Machine Learning with Python",
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
"Legacy Front End": "Legacy Front End",
"legacy-front-end": "Front End Certification",
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": "Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
"Legacy Full Stack": "Legacy Full Stack",
"full-stack": "Full Stack Certification"
"Responsive Web Design": "響應式網頁設計",
"responsive-web-design": "響應式 Web 設計認證",
"JavaScript Algorithms and Data Structures": "JavaScript 算法和數據結構",
"javascript-algorithms-and-data-structures": "JavaScript 算法和數據結構認證",
"Front End Development Libraries": "前端開發庫",
"front-end-development-libraries": "前端開發庫認證",
"Data Visualization": "數據可視化",
"data-visualization": "數據可視化認證",
"Relational Database": "關係數據庫",
"relational-database-v8": "關係數據庫認證",
"Back End Development and APIs": "後端開發和 APIs",
"back-end-development-and-apis": "後端開發和 APIs 認證",
"Quality Assurance": "質量保證",
"quality-assurance-v7": "質量保證認證",
"Scientific Computing with Python": "Python 和科學計算",
"scientific-computing-with-python-v7": "Python 和科學計算認證",
"Data Analysis with Python": "Python 和數據分析",
"data-analysis-with-python-v7": "Python 和數據分析認證",
"Information Security": "信息安全",
"information-security-v7": "信息安全認證",
"Machine Learning with Python": "機器學習與Python",
"machine-learning-with-python-v7": "Python 和機器學習認證",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "舊版前端",
"legacy-front-end": "前端認證",
"Legacy Back End": "舊版後端",
"legacy-back-end": "後端認證",
"Legacy Data Visualization": "舊版數據可視化",
"legacy-data-visualization": "數據可視化認證",
"Legacy Information Security and Quality Assurance": "舊版信息安全和質量保證",
"information-security-and-quality-assurance": "信息安全和質量保證認證",
"Legacy Full Stack Certification": "舊版全棧認證",
"Legacy Full Stack": "舊版的全棧",
"full-stack": "全棧認證"
}
},
"certification-card": {
+144 -10
View File
@@ -337,7 +337,7 @@
"intro": ["", ""]
},
"learn-advanced-array-methods-by-building-a-statistics-calculator": {
"title": "Learn Advanced Array Methods by Building a Statistics Calculator",
"title": "通过构建统计计算器学习高级数组方法",
"intro": ["", ""]
}
}
@@ -557,7 +557,7 @@
"intro": [
"在这之前,你只是在前端使用 JavaScript 来给页面添加交互、解决算法挑战,或构建一个 SPA(单页应用程序)。但 JavaScript 也可以用于后端或者服务器来构建整个 web 应用程序。",
"今天,构建应用软件的广受欢迎的方法之一是微服务,这些微服务是一种小型模块化的应用,能够共同形成一个更大的整体。",
"In the Back End Development and APIs Certification, you'll learn how to write back end apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
"在后端开发和 APIs 认证中,你将学习如何使用 Node.js npm 编写后端应用程序。你还将使用 Express 框架构建 Web 应用程序,并使用 MongoDB Mongoose 库构建一个 People Finder 微服务。"
],
"note": "",
"blocks": {
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "面试攻略",
"intro": [
@@ -792,20 +926,20 @@
}
},
"the-odin-project": {
"title": "The Odin Project",
"title": "Odin 项目",
"intro": [
"The Odin Project is one of those \"What I wish I had when I was learning\" resources. ",
"Not everyone has access to a computer science education or the funds to attend an intensive coding school and neither of those is right for everyone anyway.",
"This project is designed to fill in the gap for people who are trying to hack it on their own but still want a high quality education."
"Odin 项目就是那种“我在学习的时候渴求拥有的”资源之一。 ",
"并非每个人都能获得计算机科学专业教育,或是有资金接受编程进阶教学,这两种教育方式也并不适合所有人。",
"该项目旨在帮助那些试图自行打破差距且依然希望接受高质量教育的人填补空白。"
],
"blocks": {
"top-learn-html-foundations": {
"title": "Learn HTML Foundations",
"intro": ["A description is to be determined"]
"title": "学习 HTML 基础",
"intro": ["详细描述待确定"]
},
"top-build-a-recipe-project": {
"title": "Learn HTML Foundations by Building a Recipe Page",
"intro": ["A description is to be determined"]
"title": "通过搭建食谱页面学习 HTML 基础",
"intro": ["详细描述待确定"]
}
}
},
+64 -62
View File
@@ -11,12 +11,12 @@
"view": "查看",
"view-code": "查看代码",
"view-project": "查看项目",
"view-cert-title": "View {{certTitle}}",
"view-cert-title": "查看 {{certTitle}}",
"show-cert": "显示认证",
"claim-cert": "申请认证",
"claim-cert": "领取认证",
"save-progress": "保存进度",
"accepted-honesty": "You have agreed to our Academic Honesty Policy.",
"agree-honesty": "I agree to freeCodeCamp's Academic Honesty Policy.",
"accepted-honesty": "你已同意我们的《学术诚信条例》。",
"agree-honesty": "我同意 freeCodeCamp 的《学术诚信条例》。",
"save-portfolio": "保存这个作品集项目",
"remove-portfolio": "移除这个作品集项目",
"add-portfolio": "增加一个新的作品集项目",
@@ -53,7 +53,7 @@
"check-code": "检查您的代码 (Ctrl + Enter)",
"check-code-2": "检查你的代码",
"reset": "重置",
"reset-step": "Reset This Step",
"reset-step": "重置此步骤",
"help": "帮助",
"get-help": "获得帮助",
"watch-video": "观看视频",
@@ -69,7 +69,7 @@
"go-to-next": "访问下一个挑战",
"ask-later": "稍后问我",
"start-coding": "开始编码!",
"go-to-settings": "转到设置以申请你的认证",
"go-to-settings": "转到设置以领取你的认证",
"click-start-course": "开始课程",
"click-start-project": "启动项目",
"change-language": "修改语言",
@@ -109,10 +109,10 @@
"privacy": "你可以在本节的设置中管理哪些内容可以展示在 freeCodeCamp 公开作品集,点击“保存”以存储你的修改。",
"data": "请点击下面的 \"下载你的数据\" 按钮,查看我们在你的账号上保存的数据",
"disabled": "如果设置为仅自己可见,其他人将无法访问你的认证。",
"private-name": "如果你将名设置为私密,你的证书上不会显示你的名。",
"private-name": "如果你将名设置为私密,你的认证将不会显示你的名。",
"claim-legacy": "当你获得下列 freeCodeCamp 认证之后,你可以申请 {{cert}}:",
"for": "{{username}} 账号设置",
"sound-mode": "为整个网站添加令人愉快的吉他原声音乐。在编辑器输入、完成挑战、申请认证等时刻,将获得音乐反馈。",
"sound-mode": "为整个网站添加令人愉快的吉他原声音乐。在编辑器输入、完成挑战、申请认证等时刻,将获得音乐反馈。",
"sound-volume": "营火音效音量",
"username": {
"contains invalid characters": "用户名 \"{{username}}\" 含有无效字符",
@@ -154,12 +154,12 @@
},
"headings": {
"certs": "认证",
"legacy-certs": "旧版证",
"legacy-certs": "旧版证",
"honesty": "学术诚信条例",
"internet": "你在各平台的账号",
"portfolio": "作品集设置",
"privacy": "隐私设置",
"personal-info": "Personal Information"
"personal-info": "个人信息"
},
"danger": {
"heading": "危险区域",
@@ -194,7 +194,7 @@
"p3": "\"我理解剽窃是一种知识上的不诚实行为。如果有人被发现有这种行为,那么他们通常会被大学(或其他单位)解雇。\"",
"p4": "\"除了使用开源代码库(如 jQuery,Bootstrap)以及明确注明原作者的的代码片段之外,我的项目中的代码 100% 是由我自己编写的,或者是与另一位 freeCodeCamp 学员结对编程时编写的。\"",
"p5": "\"我保证我提交给 freeCodeCamp 的作品都不是剽窃他人的。我理解 freeCodeCamp 团队将审核我提交的项目,以确认这一点。\"",
"p6": "如果我们发现某学员的某部分课程项目有明显的剽窃现象,我们将不会发布该项目的认证,并注明 \"经过审核,该帐户已被标记为违反学术诚信条例。\"",
"p6": "如果我们发现某学员的某部分课程项目有明显的剽窃现象,我们将不会发布该项目的认证,并注明经过审核,该帐户已被标记为违反学术诚信条例。",
"p7": "作为一个基于成就发布认证的学术机构,我们非常重视学术诚信。如果你对此条例有任何疑问,或者怀疑有人违反了该条例,可以发送邮件至 <0>{{email}}</0>,我们将进行调查。"
}
},
@@ -250,7 +250,7 @@
},
"learn": {
"heading": "欢迎学习 freeCodeCamp 的课程。",
"skip-to-content": "Skip to content",
"skip-to-content": "跳至内容",
"welcome-1": "欢迎回来,{{name}}。",
"welcome-2": "欢迎来到 freeCodeCamp.org",
"start-at-beginning": "如果你刚开始学习编程,我们建议你<0>从头开始</0>。",
@@ -274,9 +274,9 @@
"add-subtitles": "帮助我们完善或添加字幕",
"wrong-answer": "抱歉,这个答案不正确。再试一次?",
"check-answer": "点击下方按钮,查看你的答案。",
"assignment-not-complete": "Please finish the assignments",
"assignments": "Assignments",
"question": "Question",
"assignment-not-complete": "请完成任务",
"assignments": "任务",
"question": "问题",
"solution-link": "解决方案链接",
"github-link": "GitHub 链接",
"submit-and-go": "提交并访问下一个挑战",
@@ -315,7 +315,7 @@
"tab-trapped": "按下选项卡将插入选项卡字符",
"tab-free": "按下选项卡将焦点移动到下一个焦点元素"
},
"help-translate": "我们仍然在翻译以下证书。",
"help-translate": "我们仍然在翻译以下认证课程。",
"help-translate-link": "帮助我们翻译。",
"project-preview-title": "下面是你将构建的项目的预览",
"github-required": "如果你没有 GitHub 账户,你需要 <0>创建 GitHub</0> 账户。 你需要创建虚拟 Linux 服务器,这个过程可能需要几分钟。",
@@ -343,7 +343,7 @@
"title": "支持我们的慈善组织",
"processing": "我们正在处理你的捐款。",
"redirecting": "重新引导中...",
"thanks": "Thanks for donating",
"thanks": "感谢捐助",
"thank-you": "谢谢你成为我们的支持者。",
"additional": "你可以使用这个链接 <0>{{url}}</0> 额外进行一次性捐款:",
"help-more": "帮助我们做更多",
@@ -468,7 +468,7 @@
"iframe-alert": "通常,此链接会将你带到另一个网站!一切正常,这个链接指向:{{externalLink}}。",
"iframe-form-submit-alert": "通常这个表单将被提交!工作正常,这将被提交到:{{externalLink}}",
"document-notfound": "找不到文件",
"slow-load-msg": "Looks like this is taking longer than usual, please try refreshing the page."
"slow-load-msg": "看起来这比平常花费更长时间,请尝试刷新页面。"
},
"icons": {
"gold-cup": "金奖杯",
@@ -483,11 +483,11 @@
"hint": "提示",
"heart": "爱心",
"initial": "初始",
"input-reset": "Clear search terms",
"input-reset": "清除搜索条件",
"info": "介绍信息",
"spacer": "间隔",
"toggle": "切换选中标记",
"magnifier": "Submit search terms"
"magnifier": "提交搜索条件"
},
"aria": {
"fcc-curriculum": "freeCodeCamp 课程",
@@ -514,10 +514,10 @@
"steps": "步骤",
"steps-for": "{{blockTitle}} 的步骤",
"code-example": "{{codeName}} 代码示例",
"opens-new-window": "Opens in new window"
"opens-new-window": "在新窗口打开"
},
"flash": {
"honest-first": "To claim a certification, you must first agree to our academic honesty policy",
"honest-first": "在申请认证前,你必须先同意我们的《学术诚信条例》",
"really-weird": "出现了一些奇怪的情况。如果再出现这种情况,请考虑在 https://github.com/freeCodeCamp/freeCodeCamp/issues/new 提交 issue。",
"not-right": "有些不对劲。已生成报告,通知 freeCodeCamp.org 团队。",
"went-wrong": "出了点问题,请检查并重试。",
@@ -597,7 +597,7 @@
"http-url": "不能使用不安全的(httpURL。",
"own-work-url": "记住要提交你自己的作业",
"publicly-visible-url": "记得要提交一个公开可见的app URL",
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path"
"path-url": "你可能想要提交根路径,即 https://example.com,而不是 https://example.com/path"
},
"certification": {
"executive": "执行董事,freeCodeCamp.org",
@@ -680,48 +680,50 @@
"Book Recommendation Engine using KNN": "基于 KNN 的图书推荐引擎",
"Linear Regression Health Costs Calculator": "线性回归健康成本计算器",
"Neural Network SMS Text Classifier": "神经网络短信分类器",
"Celestial Bodies Database": "Celestial Bodies Database",
"World Cup Database": "World Cup Database",
"Salon Appointment Scheduler": "Salon Appointment Scheduler",
"Periodic Table Database": "Periodic Table Database",
"Number Guessing Game": "Number Guessing Game",
"Build a freeCodeCamp Forum Homepage": "Build a freeCodeCamp Forum Homepage"
"Celestial Bodies Database": "天体数据库",
"World Cup Database": "世界杯数据库",
"Salon Appointment Scheduler": "沙龙预约程序",
"Periodic Table Database": "元素周期表数据库",
"Number Guessing Game": "猜数字游戏",
"Build a freeCodeCamp Forum Homepage": "建立一个freeCodeCamp论坛首页"
}
},
"title": {
"Responsive Web Design": "Responsive Web Design",
"responsive-web-design": "Responsive Web Design Certification",
"JavaScript Algorithms and Data Structures": "JavaScript Algorithms and Data Structures",
"javascript-algorithms-and-data-structures": "JavaScript Algorithms and Data Structures Certification",
"Front End Development Libraries": "Front End Development Libraries",
"front-end-development-libraries": "Front End Development Libraries Certification",
"Data Visualization": "Data Visualization",
"data-visualization": "Data Visualization Certification",
"Relational Database": "Relational Database",
"relational-database-v8": "Relational Database Certification",
"Back End Development and APIs": "Back End Development and APIs",
"back-end-development-and-apis": "Back End Development and APIs Certification",
"Quality Assurance": "Quality Assurance",
"quality-assurance-v7": "Quality Assurance Certification",
"Scientific Computing with Python": "Scientific Computing with Python",
"scientific-computing-with-python-v7": "Scientific Computing with Python Certification",
"Data Analysis with Python": "Data Analysis with Python",
"data-analysis-with-python-v7": "Data Analysis with Python Certification",
"Information Security": "Information Security",
"information-security-v7": "Information Security Certification",
"Machine Learning with Python": "Machine Learning with Python",
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
"Legacy Front End": "Legacy Front End",
"legacy-front-end": "Front End Certification",
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": "Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
"Legacy Full Stack": "Legacy Full Stack",
"full-stack": "Full Stack Certification"
"Responsive Web Design": "响应式网页设计",
"responsive-web-design": "响应式 Web 设计认证",
"JavaScript Algorithms and Data Structures": "JavaScript 算法和数据结构",
"javascript-algorithms-and-data-structures": "JavaScript 算法和数据结构认证",
"Front End Development Libraries": "前端开发库",
"front-end-development-libraries": "前端开发库认证",
"Data Visualization": "数据可视化",
"data-visualization": "数据可视化认证",
"Relational Database": "关系数据库",
"relational-database-v8": "关系数据库认证",
"Back End Development and APIs": "后端开发和 APIs",
"back-end-development-and-apis": "后端开发和 APIs 认证",
"Quality Assurance": "质量保证",
"quality-assurance-v7": "质量保证认证",
"Scientific Computing with Python": "Python 和科学计算",
"scientific-computing-with-python-v7": "Python 和科学计算认证",
"Data Analysis with Python": "Python 和数据分析",
"data-analysis-with-python-v7": "Python 和数据分析认证",
"Information Security": "信息安全",
"information-security-v7": "信息安全认证",
"Machine Learning with Python": "机器学习与Python",
"machine-learning-with-python-v7": "Python 和机器学习认证",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "旧版前端",
"legacy-front-end": "前端认证",
"Legacy Back End": "旧版后端",
"legacy-back-end": "后端认证",
"Legacy Data Visualization": "旧版数据可视化",
"legacy-data-visualization": "数据可视化认证",
"Legacy Information Security and Quality Assurance": "旧版信息安全和质量保证",
"information-security-and-quality-assurance": "信息安全和质量保证认证",
"Legacy Full Stack Certification": "旧版全栈认证",
"Legacy Full Stack": "旧版的全栈",
"full-stack": "全栈认证"
}
},
"certification-card": {
+134
View File
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "Preparación de Entrevistas de Programación",
"intro": [
@@ -711,6 +711,8 @@
"information-security-v7": "Information Security Certification",
"Machine Learning with Python": "Machine Learning with Python",
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "Legacy Front End",
"legacy-front-end": "Front End Certification",
"Legacy Back End": "Legacy Back End",
+134
View File
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "Vorbereitung auf Bewerbungsgespräche",
"intro": [
@@ -711,6 +711,8 @@
"information-security-v7": "Information Security Certification",
"Machine Learning with Python": "Machine Learning with Python",
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "Legacy Front End",
"legacy-front-end": "Front End Certification",
"Legacy Back End": "Legacy Back End",
+134
View File
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "Preparazione per il colloquio di lavoro per programmatori",
"intro": [
@@ -711,6 +711,8 @@
"information-security-v7": "Certificazione Sicurezza dell'Informazione",
"Machine Learning with Python": "Machine Learning con Python",
"machine-learning-with-python-v7": "Certificazione Machine Learning con Python",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "Front End Legacy",
"legacy-front-end": "Certificazione Front End",
"Legacy Back End": "Back End Legacy",
+134
View File
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "コーディング面接対策",
"intro": [
@@ -711,6 +711,8 @@
"information-security-v7": "情報セキュリティ認定証",
"Machine Learning with Python": "Python を用いた機械学習",
"machine-learning-with-python-v7": "Python を用いた機械学習認定証",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "(レガシー) フロントエンド",
"legacy-front-end": "フロントエンド認定証",
"Legacy Back End": "(レガシー) バックエンド",
+134
View File
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "Preparação para entrevistas de programação",
"intro": [
@@ -711,6 +711,8 @@
"information-security-v7": "Certificação de segurança da informação",
"Machine Learning with Python": "Aprendizado de máquina com Python",
"machine-learning-with-python-v7": "Certificação de aprendizagem de máquina com Python",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "Front-end legado",
"legacy-front-end": "Certificação de front-end",
"Legacy Back End": "Back-end legado",
+134
View File
@@ -745,6 +745,140 @@
}
}
},
"college-algebra-with-python": {
"title": "College Algebra with Python",
"intro": [
"This course is designed as a one-semester college course. It consists of instructional videos, with Google Colaboratory notebooks to follow along interactively, assignments, and challenging projects.",
"As you go through each part of this course in sequence, you will gain a full understanding of Algebra and how to write Python code to solve Algebra problems.",
"Throughout this course, you will also build your own Algebra Colab notebook that you will be able to use as your custom calculator. This course (and the code you write here) will give you the foundation for a deeper math and data science understanding."
],
"note": "",
"blocks": {
"learn-ratios-and-proportions": {
"title": "Learn Ratios and Proportions",
"intro": [
"Your journey begins here as you learn how to set up a Colab Notebook that can run Python code. Then, use the notebook to follow along with the videos to learn ratios and proportions using Python."
]
},
"learn-how-to-solve-for-x": {
"title": "Learn How to Solve for X",
"intro": [
"This unit will focus on how to solve for an unknown number (often referred to as \"x\") using written Algebra and Python code."
]
},
"learn-fractions-and-decimals": {
"title": "Learn Fractions and Decimals",
"intro": [
"This unit will focus on converting decimals to fractions and percents."
]
},
"learn-functions-and-graphing": {
"title": "Learn Functions and Graphing",
"intro": ["This unit will teach you about math functions."]
},
"learn-linear-functions": {
"title": "Learn Linear Functions",
"intro": [
"This unit will show you how to develop linear equations from two points."
]
},
"learn-common-factors-and-square-roots": {
"title": "Learn Common Factors and Square Roots",
"intro": [
"In this unit, you will learn how to find common factors and divide them out. This will be useful when simplifying fractions and factoring square roots."
]
},
"build-a-multi-function-calculator": {
"title": "Build a Multi-Function Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a multi-function calculator."
]
},
"learn-how-to-graph-systems-of-equations": {
"title": "Learn How to Graph Systems of Equations",
"intro": [
"This unit will focus on graphing two equations on the same coordinate plane, so that you can see where the lines intersect."
]
},
"learn-how-to-solve-systems-of-equations": {
"title": "Learn How to Solve Systems of Equations",
"intro": [
"In this unit, you will learn how to solve a system of two equations (with two variables) without graphing. You will see how you can factor an equation and solve for a certain variable in Python. By the end of this unit, you will be able to solve and graph the system with one block of code."
]
},
"learn-applications-of-linear-systems": {
"title": "Learn Applications of Linear Systems",
"intro": [
"In this unit, you will see how you can use the algebra you learned so far to solve real world problems."
]
},
"learn-quadratic-equations": {
"title": "Learn Quadratic Equations",
"intro": [
"This unit will go beyond linear equations, to work with exponents and graph parabolas. You will learn how to find key points in parabolas and how to solve quadratic equations."
]
},
"build-a-graphing-calculator": {
"title": "Build a Graphing Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a graphing calculator."
]
},
"learn-parent-graphs-and-polynomials": {
"title": "Learn Parent Graphs and Polynomials",
"intro": [
"This unit will show you many different types of \"parent\" graphs, the basic patterns that make up more complicated graphs. Polynomials are mathematical expressions with \"multiple things\" - the more complicated equations that are built with basic patterns. You will see what these graphs look like, how to modify them, and how to do this all with Python code."
]
},
"build-three-math-games": {
"title": "Build Three Math Games",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build three math games."
]
},
"learn-business-applications-of-college-algebra": {
"title": "Learn Business Applications of College Algebra",
"intro": [
"This unit will show you how to apply your solving and graphing skills to find cost, revenue, and profit. You will write code to develop a demand function from two points. You will see how price affects the profit graph and how all of these equations relate to each other."
]
},
"learn-simple-and-compound-interest": {
"title": "Learn Simple and Compound Interest",
"intro": [
"This unit will show you how to calculate interest, loan payments, and the estimated value of investments. You will see the math formula and turn that into code. Because these formulas tend to get complicated, you will appreciate having the code where you can just modify a few values."
]
},
"learn-exponents-and-logarithms": {
"title": "Learn Exponents and Logarithms",
"intro": [
"This unit will show you how exponents and logarithms are inverse functions, and how you can use these functions in various applications."
]
},
"build-a-financial-calculator": {
"title": "Build a Financial Calculator",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a financial calculator."
]
},
"college-algebra-with-python-conclusion": {
"title": "College Algebra with Python: Conclusion",
"intro": [
"This will be the last unit in this course. Let's look at how you can connect your Math and Python knowledge with external data."
]
},
"build-a-data-graph-explorer": {
"title": "Build a Data Graph Explorer",
"intro": [
"This is one of the required projects to earn your certification.",
"For this project, you will build a data graph explorer."
]
}
}
},
"coding-interview-prep": {
"title": "Підготовка до співбесіди по кодуванню",
"intro": [
@@ -711,6 +711,8 @@
"information-security-v7": "Сертифікація «Інформаційна безпека»",
"Machine Learning with Python": "Машинне навчання з Python",
"machine-learning-with-python-v7": "Сертифікація «Машинне навчання з Python»",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"Legacy Front End": "Застарілий Front End",
"legacy-front-end": "Сертифікація «Front End»",
"Legacy Back End": "Застарілий Back End",