搜索资源列表
ipython-0.13.2.tar
- ipython 是一个 python 的交互式 shell,比默认的python shell 好用得多,支持变量自动补全,自动缩进,支持 bash shell 命令,内置了许多很有用的功能和函数。在ubuntu 下只要 sudo apt-get install ipython 就装好了,通过 ipython 启动。-ipython is a python interactive shell, than the default python shell is much more useful to
Easy-Python-Decompiler-v1.3.2
- 反编译pyinstaller生成的exe文件,反编译出源代码-Decompile pyinstaller generated exe file decompile the source code
Easy-Python-Decompiler-v1.3.2
- Python Decompiler. Use to decompiler python executables.
uncompyle2-master
- uncompyle2是Python 2.7的反编译工具,它可以把python生成的pyo、pyc字节码文件反编译为十分完美的源码,并可以将反编译后的源码再次生成字节码文件! - uncompyle2 converts Python byte-code back into equivalent Python source. It accepts byte-code Python version 2.7 only. Additionally, it will only run on Py