Python Resources for programming math solvers in Python

AI Thread Summary
Resources for learning to plot and solve differential equations in Python include the Anaconda distribution, which features IPython Notebook and essential libraries like NumPy for numerical computing. The Processing IDE also offers a Python mode with support for numerical tasks and plotting. For structured learning, the Infinite Skills course on IPython Notebook is suggested, though its quality is uncertain. SageMath is highlighted as an excellent open-source tool that integrates various libraries, including NumPy and Matplotlib, and offers comprehensive tutorials on its website. These resources aim to assist users in mastering programming for their physics studies independently.
scoopaloop
Messages
12
Reaction score
0
Hi, I was just wondering if there were any good resources/sites for learning to plot and solve differential equations and any other math for that matter, specifically in Python? The physics program at ASU is great but we aren't really given any class time to learn how to program, it's all on our own, so I'm trying to get caught up over the break. I've done the basics on code academy, but it's not really math heavy. Thanks guys.
 
Technology news on Phys.org
There is the anaconda python distribution with ipython notebook and bundled numpy numerical computing packages. Also supports julia and plotting.

Then there's the processing IDE which a python mode and supporting libs for numierical computing and plotting.
 
Last edited by a moderator:
I mean I have Anaconda, but I'm looking for resources that will help me learn how to use it properly to plot and do other things I may need for school, if those exist.
 
  • Like
Likes mheslep
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...

Similar threads

Back
Top