ecastro Messages 249 Reaction score 8 Thread starter Oct 8, 2015 #1 What would be the good books on how to use Python (or any other language other than MatLab) and its capabilities on numerical physics?
What would be the good books on how to use Python (or any other language other than MatLab) and its capabilities on numerical physics?
jedishrfu Mentor Insights Author Messages 15,780 Reaction score 10,656 Oct 8, 2015 #2 Here's one with good reviews: https://www.amazon.com/dp/1480145513/?tag=pfamazon01-20 and with some sample chapters and code: http://www-personal.umich.edu/~mejn/computational-physics/
Here's one with good reviews: https://www.amazon.com/dp/1480145513/?tag=pfamazon01-20 and with some sample chapters and code: http://www-personal.umich.edu/~mejn/computational-physics/
ecastro Messages 249 Reaction score 8 Oct 8, 2015 #3 Thank you! Can there be book about the capabilities of Python (with exercises)? I'm still a novice in programming, and I'm not really familiar with some technical terms.
Thank you! Can there be book about the capabilities of Python (with exercises)? I'm still a novice in programming, and I'm not really familiar with some technical terms.
jedishrfu Mentor Insights Author Messages 15,780 Reaction score 10,656 Oct 8, 2015 #4 The Processing IDE has a Python mode which comes with quite a few python examples that show how to do interactive graphics. www.processing.org There is also a python distribution that gives you a sophisticated numerical python environment. http://ipython.org/notebook.html
The Processing IDE has a Python mode which comes with quite a few python examples that show how to do interactive graphics. www.processing.org There is also a python distribution that gives you a sophisticated numerical python environment. http://ipython.org/notebook.html