Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python学习散记 #8

Open
chenkan opened this issue Sep 1, 2013 · 4 comments
Open

Python学习散记 #8

chenkan opened this issue Sep 1, 2013 · 4 comments

Comments

@chenkan
Copy link
Owner

chenkan commented Sep 1, 2013

之前(三五个月前)也学过一阵子 Python 用的IDE是 PyCharm (确实很适合入门)
这次打算发扬 2B 精神,尝试纯命令行写代码

@chenkan
Copy link
Owner Author

chenkan commented Sep 1, 2013

第一步依然是配置~/.zshrc文件,加入一行

alias -s py=python

@chenkan
Copy link
Owner Author

chenkan commented Sep 1, 2013

小小数学题练手
http://projecteuler.net/problem=7

@chenkan
Copy link
Owner Author

chenkan commented Sep 1, 2013

VIM快捷键一二

  • d + $ or d + END
    删除从光标处至行尾
  • d + ^ or d + HOME
    删除从光标处至行首

@chenkan
Copy link
Owner Author

chenkan commented Sep 1, 2013

VIM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant