Question

I'm a newcomer to programming, and currently taking a course on MIT OCW, using Python 2.6.

The site provides me with a .pyc file, and I wonder if it can be decompiled back to a .py file.

I have researched some ways on the Internet, such as this: Is it possible to decompile a compiled .pyc file into a .py file?

But I just can't understand what they're saying (newcomer).

It would be a great help for newcomers like me if there is a detailed guide on how-to-do this.

Thank you, and sorry for my bad English.

Was it helpful?

Solution

You may check this tools might help you. http://sourceforge.net/projects/unpyc/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top