What are some ways to visualize decision trees for data analysis and machine learning?

Hey, I was going through this article of Data Science Dojo regarding
Classification using Decision Trees
, but I was facing difficulty in understanding this as this article was made for the audience who knew R language, not Python. Can anyone provide me with code snippets of ways to represent or plot decision trees in Python programming language? That’d be great.