Python模块的反安装
Python的distutils可以很方便地制作模块安装程序,但是没有提供反安装/卸载功能。
This document demonstrates how we could run client-server software via SSH. The main purpose of using this technique relies on that on most HPC servers most of the IP ports are nromally blocked except for the SSH port 22. SSH tunneling settings in PuTTY In this case, the server port 8888 is mapped to the [...]
Pizza.py is a post-processing tool package for lammps – a MD package. I downloaded it and unpacked in a local directory. Each time I have to start it with a command like “python -f abs_path/pizza.py” where the abs_path is the absolute path to pizza.py source directory. However this directory is very long on my computer [...]
Unzip a Python list. This is cool! Suppose that you have a list with tuples as the member.
Python的集成开发环境不少,有商业的WingIDE(不要用它们那个缩水的免费版,没有语法提示),也有很多免费的。我使用过一些,现在直接告诉你最好用的。如果你不想自己费力气去测试你自己最喜欢的一款,那么请直接选择Eclipse+PyDev(各种平台)或者PyScripter(Windows平台)。它们不会让你失望,因为无论调试,语法加亮,自动提示,配色方案,外挂工具,命令行窗口,todo,帮助等功能一应俱全,而且免费!希望我的推荐可以省去您一点时间。如果哪位朋友发现更好的(综合品质),请推荐给我。