#4 -What are .py and .pyc files? | Working of Python | Python Tutorial in Hindi | The Learning Point
š¹ In this video, I'll cover how python interpreter works, and discuss what are .py and .pyc files. It's important for a learner to know what working does Python follows and what is the role of the compiler and virtual machine inside the Python interpreter. š¹ Here's what you'll see in this video: 0:19 - Types of Programming Language (refer https://youtu.be/qIb6b81o-MA for more) 1:03 - How Python Works? 3:35 - .py and .pyc files in the working of Python 4:20 - More about .py and .pyc files š¹ Following are the useful sites which you can use: š https://rrtutors.com/tutorials/python-overview š https://towardsdatascience.com/how-does-python-work-6f21fd197888 š https://prepinsta.com/python/what-is-bytecode-in-python/#:~:text=Bytecode%20is%20the%20low%2Dlevel,Python%20Virtual%20Machine%5BPVM%5D.