Python code Terms

Does anyone know where I can find the list of python code terms for a complete beginner like me. it would help me follow the lecture better and have better understanding of what each task does.
thak you.

Are you looking for a glossary for words like “dictionary”? Something like this: Glossary — Python 3.12.0 documentation

Or are you looking for some sort of cheat sheet like this: GitHub - gto76/python-cheatsheet: Comprehensive Python Cheatsheet

Python also has an “informal tutorial” if you like: 3. An Informal Introduction to Python — Python 3.12.0 documentation

There are many resources out there, but you should probably qualify what sort of thing you are looking for.