= python = <> ---- <> 基本機能 https://www.python.org/download/releases/2.7/ MoinMoin1.9.9は2.7を使わないと動作しないということで、2.6から卒業するかも。 -- ToshinoriMaeno <> 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/ == functools == https://docs.python.org/3/library/functools.html https://docs.python.org/ja/3/library/functools.html == python 2 vs 3 == https://postd.cc/the-key-differences-between-python-2-7-x-and-python-3-x-with-examples/ == 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