python001 一,Python 入门技巧、Python概述及环境准备
生活随笔
收集整理的這篇文章主要介紹了
python001 一,Python 入门技巧、Python概述及环境准备
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Python概述
python的簡介:
python在1991年發行第一個公開版
?
python版本:python2.x-----------------python3.x
?
?
python 命令tab補全功能(在linux環境):
?
?
# cat /usr/local/bin/tab.py #!/usr/bin/env pythonimport readline, rlcompleter readline.parse_and_bind("tab: complete") # vim ~/.bash_profile10 PATH=$PATH:$HOME/bin11 PYTHONSTARTUP=/usr/local/bin/tab.py12 export PATH PYTHONSTARTUP?
Windows環境:
下載安裝:
https://ipython.org/
?
python安裝模塊:
?
?
安裝pip的依賴:
?
?
?
?
?
總結
以上是生活随笔為你收集整理的python001 一,Python 入门技巧、Python概述及环境准备的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Gitlab 安装 使用
- 下一篇: python002 一 eg: P