feat(curriculum): make college algebra with python live (#49695)

This commit is contained in:
Tom
2023-03-23 16:57:32 -05:00
committed by GitHub
parent 90efc43149
commit 605fdf220a
46 changed files with 337 additions and 167 deletions
+20 -20
View File
@@ -106,24 +106,24 @@
"build-a-roman-numeral-converter-project": "JavaScript",
"build-a-telephone-number-validator-project": "JavaScript",
"learn-advanced-array-methods-by-building-a-statistics-calculator": "JavaScript",
"build-a-multi-function-calculator": "Backend Development",
"build-a-graphing-calculator": "Backend Development",
"build-three-math-games": "Backend Development",
"build-a-financial-calculator": "Backend Development",
"build-a-data-graph-explorer": "Backend Development",
"learn-ratios-and-proportions": "Backend Development",
"learn-how-to-solve-for-x": "Backend Development",
"learn-applications-of-linear-systems": "Backend Development",
"learn-business-applications-of-college-algebra": "Backend Development",
"learn-common-factors-and-square-roots": "Backend Development",
"learn-exponents-and-logarithms": "Backend Development",
"learn-fractions-and-decimals": "Backend Development",
"learn-functions-and-graphing": "Backend Development",
"learn-how-to-graph-systems-of-equations": "Backend Development",
"learn-how-to-solve-systems-of-equations": "Backend Development",
"learn-linear-functions": "Backend Development",
"learn-parent-graphs-and-polynomials": "Backend Development",
"learn-quadratic-equations": "Backend Development",
"learn-simple-and-compound-interest": "Backend Development",
"college-algebra-with-python-conclusion": "Backend Development"
"build-a-multi-function-calculator-project": "Python",
"build-a-graphing-calculator-project": "Python",
"build-three-math-games-project": "Python",
"build-a-financial-calculator-project": "Python",
"build-a-data-graph-explorer-project": "Python",
"learn-ratios-and-proportions": "Python",
"learn-how-to-solve-for-x": "Python",
"learn-applications-of-linear-systems": "Python",
"learn-business-applications-of-college-algebra": "Python",
"learn-common-factors-and-square-roots": "Python",
"learn-exponents-and-logarithms": "Python",
"learn-fractions-and-decimals": "Python",
"learn-functions-and-graphing": "Python",
"learn-how-to-graph-systems-of-equations": "Python",
"learn-how-to-solve-systems-of-equations": "Python",
"learn-linear-functions": "Python",
"learn-parent-graphs-and-polynomials": "Python",
"learn-quadratic-equations": "Python",
"learn-simple-and-compound-interest": "Python",
"college-algebra-with-python-conclusion": "Python"
}