chore: enable python curriculum (#39118)

This commit is contained in:
Mrugesh Mohapatra
2020-06-23 17:36:39 +05:30
committed by GitHub
parent 7323cc5619
commit decf1ece99
161 changed files with 235 additions and 235 deletions

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600ed4
title: Accessing and Changing Elements, Rows, Columns
challengeType: 11
isHidden: true
isHidden: false
videoId: v-7Y7koJ_N0
---

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600ed3
title: Basics of Numpy
challengeType: 11
isHidden: true
isHidden: false
videoId: f9QrZrKQMLI
---

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600ed7
title: Copying Arrays Warning
challengeType: 11
isHidden: true
isHidden: false
videoId: iIoQ0_L0GvA
---

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600ed6
title: Initialize Array Problem
challengeType: 11
isHidden: true
isHidden: false
videoId: 0jGfH8BPfOk
---

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600ed5
title: Initializing Different Arrays
challengeType: 11
isHidden: true
isHidden: false
videoId: CEykdsKT4U4
---
@ -17,7 +17,7 @@ videoId: CEykdsKT4U4
question:
text: |
What will the following code print?:
```py
a = np.array([[1, 2, 3, 4, 5], [6, 7, 8, 9, 10]])

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600eda
title: Loading Data and Advanced Indexing
challengeType: 11
isHidden: true
isHidden: false
videoId: tUdBZ7pF8Jg
---
@ -28,7 +28,7 @@ question:
```py
[29. 32. 45. 15. 5. 22.]
```
answers:
- |
```

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600ed8
title: Mathematics
challengeType: 11
isHidden: true
isHidden: false
videoId: 7txegvyhtVk
---

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600ed9
title: Reorganizing Arrays
challengeType: 11
isHidden: true
isHidden: false
videoId: VNWAQbEM-C8
---

View File

@ -2,7 +2,7 @@
id: 5e9a0a8e09c5df3cc3600ed2
title: What is NumPy
challengeType: 11
isHidden: true
isHidden: false
videoId: 5Nwfs5Ej85Q
---