iT邦幫忙

0

[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

virtualenv virtualenvwrapper
list dir workon
run <>\Scripts\activate workon
exit deactivate deactivate
new virtualenv (~/) mkvirtualenv (~/Envs)

Config

-Xms min
-Xmx max

  • stack
  • heap -> dynamic allocation
  • global
  • constant
  • program

Free Notes

operators

" = ' in python

encoding

diff in length len(str)

Python Python3
byte default, 'str' bytes, b'strings'
unicode unicode, u'strings' default, 'str'

divide

Python Python3
type / //
ans 5/2(2), 5.0/2(2.5) /

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言