Results for “Python

How to Install Python Extensions

Python Extension Installation: How to Install Python Extensions? Python Extension Installation Guide! First, let’s find the installation locations of Python and pip, typically found under the “/usr/bin/” directory… …

If You Love Python, Please Use Python 3

I just saw another discussion on Zhihu about whether one should use Python 2 or Python 3, and a thought flashed through my mind 鈥?I suddenly realized that I had almost done a disservice to such an excellent language. Ever since the summer break, I’ve been learning Python. I initially spent over ten days going through Learn Pyt …

How to Install Python 3.3.5 on Ubuntu and Its Derivatives

Python 3.3.5 was released last month, and compared to previous Python versions, it resolves some key issues. For detailed release information about this version, check the changelog. To install, a PPA is available (supporting all Ubuntu versions and derivatives). Open a terminal and enter the command: sudo add-apt-repository …

How to SSH Into Your Machine Using Python

Time to write some Python code. I love automating things, and today I’ll show you how to use Python to connect to your machine via SSH and run commands on it. It’s not difficult, but doing it with Python isn’t exactly trivial either, because it requires quite a few modules and libraries to accomplish this task. 你是 …

How Much Do You Know About Mesos?

Many people have discussed Mesos, but I never fully understood what problems it actually solves or what its use cases are. Zhou Weitao (one of the early adopters of Docker, Mesos, and related technologies in China) describes it in one sentence: Mesos can manage CPU, memory, and other resources on each machine, allowing you to…

Shadowsocks One-Click Install Script

Script Requirements:
Supported OS: CentOS, Debian, Ubuntu
Memory: ≥128M
Date: March 09, 2015

About This Script: A one-click installer for the latest Go version of Shadowsocks 1.1.3. The Go version supposedly has a buff, but I haven’t noticed it. Unlike the Python version …