It is an open acess textbook which can be freely downloaded from the following link:
https://link.springer.com/content/pdf/10.1007%2F978-3-030-50356-7.pdf
t is an open acess textbook which can be freely downloaded from the following link:
https://link.springer.com/content/pdf/10.1007%2F978-3-319-52462-7.pdf
See also his hompage where his other books and PDF files as well as his video on youtube are available: https://www.halvorsen.blog/documents/programming/python/python.php
The chpaters and programs of the book are aviavialbe from the homepage of the book: http://www-personal.umich.edu/~mejn/cp/index.html
https://www.anaconda.com/products/individual-d
from platform import python_version
print(python_version())
3.9.6
import sys
for p in sys.path:
print(p)
/Users/sjalali/Desktop/Saeid/Term1400_1/Computational_Physics/ipynb /Library/Frameworks/Python.framework/Versions/3.9/lib/python39.zip /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9 /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/IPython/extensions /Users/sjalali/.ipython