Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 491 Bytes

File metadata and controls

13 lines (10 loc) · 491 Bytes

开始学习Python

学习Python需要一个明确的目标,学以致用,用以促学。

  • 懦夫从未启程,弱者死于途中,只有我们在前行。
  • 每天不管再忙都要坚持至少3个小时的练习时间。
  • 永远乐观的看待未来、永不抱怨以及超越常人的坚持。
  • Talk is cheap, Show me the code。

VSCODE操作快捷键

  • command + B 自动收起/打开侧边栏
  • fn + F5 运行python代码
  • 配置flake8,IDE提示出错&代码不规范