摘要:
1.1 information is bits + context All computer programs are just a sequence of bits, each with a value of 0 or 1, organized in 8-bit chunks called by 阅读全文
摘要:
1. regular expression Regular expression is a special sequence of characters that helps you match or find other strings or sets of strings, using a sp 阅读全文
摘要:
he recommended command-line parsing module in the Python standard library 1. Basic display the usefulness of the argparse module 2. positional argumen 阅读全文
摘要:
Uniform Resource Locator a reference to a web source that specifies its location on a computer network and a mechanism for retrieving it including: ht 阅读全文
摘要:
In your bash_profile you lack of something. add export LANG="en_US.UTF-8" export LC_COLLATE="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8" export LC_MESS 阅读全文
摘要:
window.getch([y, x]) Get a character. Note that the integer returned does not have to be in ASCII range: function keys, keypad keys and so on return n 阅读全文