Python is one of the most popular programming languages. Thanks to its popularity with the data science and ML community, Python is also one of the fastest-growing programming languages. There is a large number of add-on libraries from its developers and the open source community. These libraries enable Python developers to do almost anything, from data analytics to deep neural networks, from simple scripting to web application development.
For AI and ML, Python is the de facto language. There's the popular scikit-learn library that gives developers access to many useful ML algorithms. There are also many libraries for deep neural networks, such as MXNet and TensorFlow.
We will be using Python for every hands-on projects throughout this book:
- In the first half of this book, we will create intelligent-enabled solutions using AWS AI services...