Python
yuxuac
这个作者很懒,什么都没留下…
展开
-
Python 教程
http://www.pythondoc.com/https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000Python 包:https://www.anaconda.com/download/转载 2018-03-22 18:15:56 · 281 阅读 · 0 评论 -
VSCode - 切换Python版本
Under the view menu select 'show command pallet'.One of the commands you can then select from the command palette is'Python: Select Interpreter'. Selecting this option will allow you to choose whi...转载 2019-06-19 00:16:01 · 8465 阅读 · 0 评论 -
Python - why we use if __name__ == "__main__" in python code.
https://stackoverflow.com/questions/419163/what-does-if-name-main-do转载 2019-09-02 18:00:02 · 162 阅读 · 0 评论 -
python - pip install 不同 python 版本
py -2 -m pip install SomePackage # default Python 2py -2.7 -m pip install SomePackage # specifically Python 2.7py -3 -m pip install SomePackage # default Python 3py -3.4 -m pip install Some...转载 2019-10-08 17:34:03 · 550 阅读 · 0 评论 -
Python - 时间格式
http://strftime.org/转载 2019-10-10 17:44:17 · 128 阅读 · 0 评论