To get an idea of your proficiency in Python, read the following levels:
No proficiency means you have never used Python before or have only barely used it.
Beginner means that you are familiar with some concepts & procedures in Python such as
Python variables, data types, data structures, functions, 5 types of Python Operators.
Intermediate means you are proficient with beginner concepts & procedures in Python along with object-oriented programming, algorithm analysis, observing code quality, methods of debugging, automated testing, python file methods.
Expert means you are proficient with beginner and intermediate concepts and procedures along with generators, iterators, list comprehension, CRUD (Create, Read, Update, Delete) operations, exploratory data analysis & more beyond this list.