문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top