2USING PYTHON
If you’re already familiar with Python, you can skip this chapter. This summary is for those who are comfortable with programming but who aren’t familiar with Python. We’ll cover only enough of the language to be able to read and understand the code examples in this book. If you have little to no experience with computer programming, you should first read a more complete text like Python Crash Course, 2nd Edition, by Eric Matthes (No Starch Press, 2019).
Python is, at its simplest, sequential statements grouped into blocks via indentation; data structures like numbers, strings, tuples, lists, and dictionaries; control structures ...
Get Practical Deep Learning now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.