Differences between revisions 2 and 3
Revision 2 as of 2017-09-10 03:00:08
Size: 2081
Editor: dvs1
Comment: corrected spelling
Revision 3 as of 2017-10-07 04:46:48
Size: 2131
Editor: dvs1
Comment: added Example URL
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
 * https://en.wikibooks.org/wiki/Mathematics_with_Python_and_Ruby/Fractions_in_Python  * http://rosettacode.org/wiki/Category:Geometry
Line 42: Line 42:
 * https://en.wikibooks.org/wiki/Mathematics_with_Python_and_Ruby/Fractions_in_Python

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.