[Python (1/3)] 初识Py in 恆逸

installations

pip install virtualenv virtualenvwrapper ipython ipython[note] matplotlib pyreadline pandas numpy datareader folium geocoder graphviz pillow bs4 jupyter

数值运算工具 :

scipy.org
scikit-learn.org/stable

Virtualenv

virtualenvvirtualenvwrapperlistdirworkonrun<>\Scripts\activateworkon exitdeactivatedeactivatenewvirtualenv (~/)mkvirtualenv (~/Envs)

Config

-Xms min
-Xmx max

stackheap -> dynamic allocationglobalconstantprogram

Free Notes

operators

" = ' in python

encoding

diff in length len(str)

PythonPython3bytedefault, 'str'bytes, b'strings'unicodeunicode, u'strings'default, 'str'

divide

PythonPython3type///ans5/2(2), 5.0/2(2.5)/

关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章