Differences between revisions 4 and 5
Revision 4 as of 2018-08-01 05:31:20
Size: 2122
Editor: CAMGerlach
Comment: Update the Spyder link to point to Spyder's new main website
Revision 5 as of 2019-06-01 21:36:05
Size: 2151
Editor: dvs1
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
    * https://www.sympy.org

Read the official tutorial or a book if you have no experience with Python.

  1. be aware that there are accuracy issues with floating-point arithmetic
  2. review the operators

  3. be aware of the built-in functions: all, any, divmod, map, max, min, print, reverse, round, sum
  4. be aware of the included modules:
  5. read the control flow section of the official tutorial

  6. read about list comprehensions

Investigate:

Examples:

Q&A:

BeginnersGuide/Mathematics (last edited 2019-06-20 20:13:37 by IgorRocha)

Unable to edit the page? See the FrontPage for instructions.