記事の内容
この記事では、pythonでiniファイルを扱う方法を紹介します。
pythonでiniファイルを扱う方法
import configparser
ini = configparser.ConfigParser()
ini.read('/Users/test/material_info.ini', 'UTF-8')
iniファイルの中身は、こんな感じです。
faq_url = "http:/test.co.jp/contents/campus/faq/23.html"
matno = 5200243
matname = "イングリッシュ キング"
[B1]
faq_url = "http://test.co.jp/contents/campus/faq/b1.html"
matno = 5200263
matname = "もう一度英語 ビジネス Basic"