Skip to content

Commit 260097d

Browse files
committed
Adding Answers
1 parent db72f98 commit 260097d

6 files changed

+7291
-3
lines changed

Exercises/EN/Numpy_Pandas/1_Intro_to_NumPy.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"***\n",
1515
"## 1. Introduction\n",
1616
"\n",
17-
"We have finished the fundamentals of Python programming in the previous two courses. In this course, we'll build on that knowledge to learn data analysis with some of the most powerful Python libraries for working with data.\n",
17+
"In this notebook, we'll learn data analysis with some of the most powerful Python libraries for working with data.\n",
1818
"\n",
1919
"Have you ever wondered why the Python language is so popular? One straight forward answer is that Python makes writing programs easy. Python is a **high-level language**, which means we don’t need to worry about allocating memory or choosing how certain operations are done by our computers' processors like we have to when we use a **low-level language**, such as C. It takes usually more time to code in a low-level language; however, it also gives us more ability to optimize the code in order for it to run faster.\n",
2020
"\n",
@@ -773,7 +773,7 @@
773773
],
774774
"metadata": {
775775
"kernelspec": {
776-
"display_name": "Python 3",
776+
"display_name": "Python 3 (ipykernel)",
777777
"language": "python",
778778
"name": "python3"
779779
},
@@ -787,7 +787,7 @@
787787
"name": "python",
788788
"nbconvert_exporter": "python",
789789
"pygments_lexer": "ipython3",
790-
"version": "3.7.1"
790+
"version": "3.10.6"
791791
}
792792
},
793793
"nbformat": 4,

0 commit comments

Comments
 (0)