Config Files in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 8

  • @KLM1107
    @KLM1107 8 หลายเดือนก่อน

    I'd suggest using Path rather than strings for the filename, and that way you can access the file extension and have it dynamically select from the different file readers, rather than having to input it as a keyword argument.

    • @jakeeh
      @jakeeh  8 หลายเดือนก่อน

      Yeah that’s a great point!

  • @nml4546
    @nml4546 หลายเดือนก่อน

    😀

  • @drak4188
    @drak4188 8 หลายเดือนก่อน

    you forgot windows INI files 🤣 I don't know if they work on Linux/Mac's but there is no reason why they shouldn't (I think), in the long run they are just another text file :)

    • @jakeeh
      @jakeeh  8 หลายเดือนก่อน

      That’s a good point :) they probably do work everywhere :)

    • @pixelbeat
      @pixelbeat 18 วันที่ผ่านมา

      ini file format is very often used on Linux too. Have a look at crudini for a tool to programmatically handle ini files on any platform where python is available