October 2021
Intermediate to advanced
472 pages
11h 32m
English
Python is currently the most popular language for building machine learning projects, and this is why we use it for doing the projects in this book.
In case you’re not familiar with Python, this appendix covers the basics: the syntax and the language features we use in the book. It’s not meant to be an in-depth tutorial, but it should give you enough information to start using Python immediately after finishing the appendix. Note that it’s brief, and it’s aimed at people who already know how to program in any other programming language.
To get the best of this appendix, create a jupyter notebook, give it a name like appendix-b-python, and use it to execute the code from the appendix. Let’s start.
Read now
Unlock full access