1. python
/FreeBSD /anaconda /cryptography /import /letsencrypt /mdns.py /pip /pyNaCl /モジュール |
Contents
基本機能
https://www.python.org/download/releases/2.7/
MoinMoin1.9.9は2.7を使わないと動作しないということで、2.6から卒業するかも。
-- 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
dnslib: https://pypi.python.org/pypi/dnslib /dnslib
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