Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 48d8046

Browse files
committed
chapter2-AdditionalChange
1 parent d5fceab commit 48d8046

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

book/flow/loops.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -786,10 +786,6 @@
786786
"source": [
787787
"## Additional study material\n",
788788
"\n",
789-
"* Official Python Documentation - https://docs.python.org/3/tutorial/modules.html\n",
790-
"* https://realpython.com/python-modules-packages/\n",
791-
"* Think Python (2nd ed.) - Sections 3 and 14 \n",
792-
"\n",
793789
"* Official Python Documentation - https://docs.python.org/3/tutorial/controlflow.html\n",
794790
"* https://realpython.com/python-conditional-statements/\n",
795791
"* Think Python (2nd ed.) - Section 5\n",
@@ -816,9 +812,6 @@
816812
"source": [
817813
"### After this Notebook you should be able to:\n",
818814
"\n",
819-
"- understand the difference between built-in and third-party modules\n",
820-
"- use functions from the **`math`** module\n",
821-
"- find available functions from any module\n",
822815
"- generate an array for the x-axis\n",
823816
"- calculate the **`cos`** or **`sin`** of the x-axis\n",
824817
"- plot such functions\n",

0 commit comments

Comments
 (0)