Resources for programming math solvers in Python

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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.
 
Physics 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.