chore: enable python curriculum (#39118)
This commit is contained in:
committed by
GitHub
parent
7323cc5619
commit
decf1ece99
@ -2,7 +2,7 @@
|
||||
id: 5e9a0a8e09c5df3cc3600ed4
|
||||
title: Accessing and Changing Elements, Rows, Columns
|
||||
challengeType: 11
|
||||
isHidden: true
|
||||
isHidden: false
|
||||
videoId: v-7Y7koJ_N0
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5e9a0a8e09c5df3cc3600ed3
|
||||
title: Basics of Numpy
|
||||
challengeType: 11
|
||||
isHidden: true
|
||||
isHidden: false
|
||||
videoId: f9QrZrKQMLI
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5e9a0a8e09c5df3cc3600ed7
|
||||
title: Copying Arrays Warning
|
||||
challengeType: 11
|
||||
isHidden: true
|
||||
isHidden: false
|
||||
videoId: iIoQ0_L0GvA
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5e9a0a8e09c5df3cc3600ed6
|
||||
title: Initialize Array Problem
|
||||
challengeType: 11
|
||||
isHidden: true
|
||||
isHidden: false
|
||||
videoId: 0jGfH8BPfOk
|
||||
---
|
||||
|
||||
|
@ -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]])
|
||||
|
||||
|
@ -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:
|
||||
- |
|
||||
```
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5e9a0a8e09c5df3cc3600ed8
|
||||
title: Mathematics
|
||||
challengeType: 11
|
||||
isHidden: true
|
||||
isHidden: false
|
||||
videoId: 7txegvyhtVk
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5e9a0a8e09c5df3cc3600ed9
|
||||
title: Reorganizing Arrays
|
||||
challengeType: 11
|
||||
isHidden: true
|
||||
isHidden: false
|
||||
videoId: VNWAQbEM-C8
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
id: 5e9a0a8e09c5df3cc3600ed2
|
||||
title: What is NumPy
|
||||
challengeType: 11
|
||||
isHidden: true
|
||||
isHidden: false
|
||||
videoId: 5Nwfs5Ej85Q
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user