python
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python [2009/08/14 05:52] – suapapa | python [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== 문서화 ====== | ====== 문서화 ====== | ||
| <code python> | <code python> | ||
| - | """ | + | # -*- coding: utf-8 -*- |
| - | 어저구 저쩌구 | + | # vim: et sw=4 fenc=utf-8: |
| - | """ | + | |
| - | # | + | |
| - | # License goes here | + | |
| - | # | + | |
| - | </ | + | |
| - | <code python> | ||
| # This file is part of App. | # This file is part of App. | ||
| # Copyright (C) 2009 by Homin Lee < | # Copyright (C) 2009 by Homin Lee < | ||
| Line 17: | Line 11: | ||
| # the Free Software Foundation; either version 2 of the License, or | # the Free Software Foundation; either version 2 of the License, or | ||
| # (at your option) any later version. | # (at your option) any later version. | ||
| + | |||
| + | </ | ||
| + | ====== 한줄 로또 ====== | ||
| + | <code python> | ||
| + | >>> | ||
| + | >>> | ||
| + | </ | ||
| + | ====== 찾으면 없는 라이브러리들 ====== | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| + | <code txt> | ||
| + | socket.gethostbyname(socket.getfqdn()) | ||
| + | socket.gethostbyname_ex(socket.gethostname())[2] | ||
| + | </ | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| + | <code bash> | ||
| + | sudo apt-get install python-netifaces | ||
| </ | </ | ||
python.1250229164.txt.gz · Last modified: 2013/08/03 05:04 (external edit)