1. python


基本機能

https://www.python.org/download/releases/2.7/

-- ToshinoriMaeno 2017-05-26 02:41:25

Mapping Types -- dict : https://docs.python.org/2.7/library/stdtypes.html#typesmapping

Python style https://github.com/amontalenti/elements-of-python-style

Why you should be using pathlib https://treyhunner.com/2018/12/why-you-should-be-using-pathlib/

1.1. functools

https://docs.python.org/3/library/functools.html

https://docs.python.org/ja/3/library/functools.html

1.2. python 2 vs 3

https://postd.cc/the-key-differences-between-python-2-7-x-and-python-3-x-with-examples/

1.3. DNS

/dnspython

dnslib: https://pypi.python.org/pypi/dnslib /dnslib

/mdns.py

http://stackoverflow.com/questions/33531551/how-to-create-a-very-simple-dns-server-using-python

http://www.chokepoint.net/2013/08/pytinydns-simple-python-record-resolver.html

Simple DNS Server in python https://gist.github.com/andreif/6069838