Python3.3.5 was released last month. Compared with the previous Python version, Python3.3.5 solved some key problems. View the Update log for detailed release information of the revised version. Recommended: Python development technology details. (Zhou Wei, Zong Jie). [hd PDF scan version + book guide video + code] http://www.linuxidc.com/linux/2013-11/92693.htmpythonscript received linuxsystem information http://w
Python 3.3.5 was released last month. Compared with the previous Python version, it solved some key problems. View the Update log for detailed release information of the revised version.
Recommended reading:
(Zhou Wei, Zong Jie). [hd PDF scan version + book with video + code] http://www.linuxidc.com/Linux/2013-11/92693.htm
Python script to get Linux information http://www.linuxidc.com/Linux/2013-08/88531.htm
Build a desktop algorithm transaction research environment http://www.linuxidc.com/Linux/2013-11/92534.htm with Python in Ubuntu
Install and have PPA available (supporting all Ubuntu versions and derivative systems). Open the terminal and enter the following command:
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.3
Set Python 3.3 as the default command:
rm /usr/local/bin/python
ln -s /usr/local/bin/python3.3 /usr/local/bin/python
Uninstall the Python 3.3 command:
sudo apt-get remove python3.3
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-05/101481.htm