Files
freeCodeCamp/curriculum/challenges/_meta/scientific-computing-with-python-projects/meta.json
Tom d02bb663c4 refactor(curriculum): move helpCategory to block meta.json file (#50265)
* refactor: move helpCategory to block meta

* fix: test?
2023-05-04 08:46:58 +02:00

31 lines
660 B
JSON

{
"name": "Scientific Computing with Python Projects",
"isUpcomingChange": false,
"dashedName": "scientific-computing-with-python-projects",
"helpCategory": "Python",
"order": 1,
"time": "150 hours",
"superBlock": "scientific-computing-with-python",
"challengeOrder": [
[
"5e44412c903586ffb414c94c",
"Arithmetic Formatter"
],
[
"5e444136903586ffb414c94d",
"Time Calculator"
],
[
"5e44413e903586ffb414c94e",
"Budget App"
],
[
"5e444147903586ffb414c94f",
"Polygon Area Calculator"
],
[
"5e44414f903586ffb414c950",
"Probability Calculator"
]
]
}