You can download a pdf file that details all the errors we have detected so far, along with corrections. We have also added a list of significant updates to Python, Spyder, and the Anaconda distribution since the first edition was published in 2015.
Known errata not yet incorporated into the pdf are listed below:
- None at this time!
If you believe you have discovered an error or omission, please submit it as a comment or e-mail the authors. Thank you for your input.
Comments
While `__builtin__` is available in the IPython interpreter (on which Spyder and Jupyter notebooks are based), it is not available in the basic Python interpreter. `__builtins__` is available on any platform, however.