Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion NumPy/Introduction/Course View/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
if __name__ == "__main__":
# Write your solution here
pass
1 change: 0 additions & 1 deletion NumPy/Introduction/Editor/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
if __name__ == "__main__":
# Write your solution here
pass
Empty file.
2 changes: 2 additions & 0 deletions NumPy/Introduction/Getting to know you/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
if __name__ == "__main__":
pass
7 changes: 7 additions & 0 deletions NumPy/Introduction/Getting to know you/task-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type: theory
files:
- name: main.py
visible: true
- name: __init__.py
visible: false
propagatable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 586639688
3 changes: 3 additions & 0 deletions NumPy/Introduction/Getting to know you/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Getting to know you
Thank you for taking our Python Libraries – NumPy course!
We would be happy to get to know you a bit better, so we’re asking you to fill out [this brief form](https://surveys.jetbrains.com/s3/getting-to-know-the-student-mastering-python-libs-numpy-course).
1 change: 0 additions & 1 deletion NumPy/Introduction/Navigating Around/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
if __name__ == "__main__":
# Write your solution here
pass
1 change: 0 additions & 1 deletion NumPy/Introduction/Task Description/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
if __name__ == "__main__":
# Write your solution here
pass
4 changes: 4 additions & 0 deletions NumPy/Introduction/Task Description/task-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ files:
is_binary: true
- name: images/forward.svg
visible: false
is_binary: true
- name: images/gear.svg
visible: false
is_binary: true
- name: images/hideToolWindow.svg
visible: false
is_binary: true
- name: images/reset.svg
visible: false
is_binary: true
- name: images/edu_task_description_window_settings_dark.png
visible: false
is_binary: true
1 change: 1 addition & 0 deletions NumPy/Introduction/lesson-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
content:
- Getting to know you
- Why NumPy
- Navigating Around
- Course View
Expand Down
Empty file.
7 changes: 7 additions & 0 deletions Projects/Conclusion/What You’ve Learned/task-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type: theory
files:
- name: task.py
visible: true
- name: __init__.py
visible: false
propagatable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 1878058376
14 changes: 14 additions & 0 deletions Projects/Conclusion/What You’ve Learned/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Congratulations, you made it to the end of the course! We hope you enjoyed it.

### Summary
In this course, you learned how to work with NumPy arrays, indexing, slicing, and vectorized operations for matrix and multidimensional data. By applying linear algebra concepts — such as matrix multiplication and SVD — to real image data in the RGB approximation project, you saw how math models work in practice.

You have gained practical skills in numerical computing that are essential for fields like machine learning, data science, and scientific programming.

### Feedback

We would really appreciate it if you could take a few minutes to answer [our survey](https://surveys.jetbrains.com/s3/course-feedback-mastering-python-libs-numpy). Your feedback helps us improve our content and ensure it remains relevant for future students.

### What next?

Now that you’ve mastered NumPy, move on to [Pandas](https://academy.jetbrains.com/course/22686-gateway-to-pandas) to work with tables, CSV files, and real datasets used in data science and machine learning.
2 changes: 2 additions & 0 deletions Projects/Conclusion/What You’ve Learned/task.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
if __name__ == "__main__":
pass
2 changes: 2 additions & 0 deletions Projects/Conclusion/lesson-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
content:
- What You’ve Learned
1 change: 1 addition & 0 deletions Projects/Conclusion/lesson-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 988811788
1 change: 1 addition & 0 deletions Projects/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
content:
- SVD
- Conclusion
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Libraries - NumPy course
# Mastering Python Libraries NumPy course
[![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
<a href="https://academy.jetbrains.com/course/18302-python-libraries--numpy?=fromGitHub" target="_blank">
<img src="https://img.shields.io/static/v1?logo=jetbrains&logoColor=1bd58e&label=&message=Course%20catalog&color=5a5a5a&style=flat" alt="Course%20catalog"></a>
Expand Down