This document introduces deep learning using Python, focusing on the practical application of deep neural networks with the Keras library. It provides a tutorial on how to implement a neural network to classify the MNIST dataset of handwritten digits, detailing the process from data preprocessing to network training and evaluation. Additionally, it highlights key resources and platforms for learning deep learning concepts and techniques.