@artinmohamadi
In addition to learning Python, it is useful to learn a Python library or two. Libraries are a set of specialized functions that act as "accelerators". Without them, you'll have to write your own code to complete specialized tasks.
For example, Pandas is a very popular library for manipulating tabular data.