My purpose in learning Python is mainly for numeric and scientific applications, such as AI deep learning. So my notes will focus mainly on using Python for these types of applications. The code below demonstrates a little about Python such as some variables and types; lists; subsetting and slicing lists; adding, removing and copying lists; …
Continue reading Learning Python for Numeric and Scientific Applications