東方夜伽話のおすすめSS Vol.3
ALL DAY I DREAM ABOUT SEX 作者:夜麻産 今のところ東方のSSで一番好きな話。 パチュリー×小悪魔 この話に出会えて本当に良かった。 http://easy2life.sakura.ne.jp/y… 続きを読む »
ALL DAY I DREAM ABOUT SEX 作者:夜麻産 今のところ東方のSSで一番好きな話。 パチュリー×小悪魔 この話に出会えて本当に良かった。 http://easy2life.sakura.ne.jp/y… 続きを読む »
ラムダ式で書いた関数をリファクタリングしていっている。下にいくほど文章量が少なくなることが分かる。 /** * Created by devel on 2017/03/28. */ var expect = requir… 続きを読む »
#!/usr/bin/env python # -*- coding: utf-8 -*- # – A simple stopwatch program. import time def main(): # Displa… 続きを読む »
本に書いてあるようにはできなかった。 #!/usr/bin/env python # -*- coding: utf-8 -*- # Prints the weather for a location from the … 続きを読む »
Pythonで文字列に数値を埋め込む方式は、”%”やstr.format()があった。 Python 3.6では新しくf文字列(formatted string)が追加された。 これは、rR… 続きを読む »
#!/usr/bin/env python # -*- coding: utf-8 -*- # -Removes the header from all CSV files in the current working … 続きを読む »
global変数のやり方がいまいち良く分かっていない。 main()の外で変数の定義をすればよいのだろうか・・・ #!/usr/bin/env python # -*- coding: utf-8 -*- … 続きを読む »
お気楽 Python/Tkinter 入門でtkinterについて勉強中。 http://www.geocities.jp/m_hiroi/light/pytk01.html#chap02 16進数の扱い方で詰まった。 … 続きを読む »
・.exeの場所(デフォルト) C:\Program Files (x86)\JetBrains\PyCharm Community Edition 2016.3.1\bin これで、デフォルトでは32bitのexeが実… 続きを読む »
# !/user/bin/env python # – Corrects costs in produce sales spreadsheet. import openpyxl def main(): wb = open… 続きを読む »