Python yatteiki 2nd season

from, import, path, class

import output output.py is same directory

execute process

if name=="main"

parallel execute, concurrent futures executor

threadpoolexecutor submit

file read/write

deal binary, battle binary

return value

unixtime and datetime

EOF

line break code, CR(Carriage Return) / LF(Line Feed)

pythonにおいては、改行コードを文字列として表すのだけど、それぞれ ・CR : '¥r' ・LF : '¥n' ・CR+LF : '¥r¥n'

pip

PYTHONPATH, evironment

Related