feat(learn): add python video challenges (#38424)

This commit is contained in:
Beau Carnes
2020-04-06 14:49:56 -04:00
committed by Mrugesh Mohapatra
parent 22afc2a0ca
commit e776529ed0
218 changed files with 3411 additions and 114 deletions

View File

@@ -14,13 +14,12 @@ const preFormattedBlockNames = {
'apis-and-microservices': 'APIs and Microservices',
'apis-and-microservices-projects': 'APIs and Microservices Projects',
'scientific-computing-with-python': 'Scientific Computing with Python',
'scientific-computing-with-python-projects':
'Scientific Computing with Python Projects',
'scientific-computing-with-python-projects': 'Certification Projects',
'data-analysis-with-python': 'Data Analysis with Python',
'data-analysis-with-python-projects': 'Data Analysis with Python Projects',
'data-analysis-with-python-projects': 'Certification Projects',
'machine-learning-with-python': 'Machine Learning with Python',
'machine-learning-with-python-projects':
'Machine Learning with Python Projects'
'machine-learning-with-python-projects': 'Certification Projects',
'information-security-projects': 'Certification Projects'
};
const noFormatting = ['and', 'for', 'of', 'the', 'up', 'with'];