A few resources
A few resources
(OP)
Official documentation for Python:
https://docs.python.org/3/
Looking to learn python? Try some lessons online:
https://www.learnpython.org/
https://www.codecademy.com/learn/learn-python
I've found Codecademy to be pretty helpful when learning the syntax of a language that is new to me. They provide bite-size lessons and a code editor that runs in your web browser (nothing to install). The courses usually are not very deep, but they provide enough to get started. I've not used the "learnpython" lessons, but they look similar.
https://docs.python.org/3/
Looking to learn python? Try some lessons online:
https://www.learnpython.org/
https://www.codecademy.com/learn/learn-python
I've found Codecademy to be pretty helpful when learning the syntax of a language that is new to me. They provide bite-size lessons and a code editor that runs in your web browser (nothing to install). The courses usually are not very deep, but they provide enough to get started. I've not used the "learnpython" lessons, but they look similar.
RE: A few resources
SciPy (with the sub-libraries Numpy, Matplotlib, etc.) for numeric computing, data handling, and plotting:
https://www.scipy.org/
SymPy for symbolic calculations:
https://www.sympy.org/en/index.html