Further reading#
There are mountains beyond mountains in learning Python. Here are some topics you might look into that will be useful:
the pickle library lets you save and load complex objects
the pandas library is useful for working with and analyzing data
the Django framework is a nice way to build web app backends with Python
the numpy library has powerful tools for working with numerical data
the pytorch framework is an open source machine learning framework
@svpino has a nice list of new Python 3 features
structural pattern matching is an awesome feature coming as of Python 3.10