Size: 2122
Comment: Update the Spyder link to point to Spyder's new main website
|
Size: 2151
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.
- be aware that there are accuracy issues with floating-point arithmetic
review the operators
- be aware of the built-in functions: all, any, divmod, map, max, min, print, reverse, round, sum
- be aware of the included modules:
read the control flow section of the official tutorial
read about list comprehensions
Investigate:
https://github.com/jupyter/qtconsole (ipython)
Examples:
Q&A: