Skip to content

Instantly share code, notes, and snippets.

@binderclip
Created September 14, 2015 12:50
Show Gist options
  • Save binderclip/87d21e9d5a3a5348f929 to your computer and use it in GitHub Desktop.
Save binderclip/87d21e9d5a3a5348f929 to your computer and use it in GitHub Desktop.
use atom for python coding

自动补齐

  • 自带的 language-python 已经支持一部分的自动补齐
  • 更高级的可以使用 autocomplete-python

代码检查(使用 Flake)

之后重启一下 atom 再检查是否生效,一些细致的配置可以去 linter 和 linter-flake8 两个 package 的配置页面里面。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment