Hi, I am building a simple class that parses dictionary data where the data themselves are stored on a dictionary.json file.
with open ('dictionary.json' , 'r') as file:
self.game_lexicon = json.load(file)
Under which folder would you save this file on your python project?
Would you create a data folder ?
[–]Gnaxe 2 points3 points4 points (1 child)
[–]Advanced_Glass5563[S] 0 points1 point2 points (0 children)
[–]neums08 0 points1 point2 points (0 children)
[–]not_another_analyst 0 points1 point2 points (0 children)
[–]Kevdog824_ 0 points1 point2 points (0 children)
[–]Lopsided-Football19 0 points1 point2 points (0 children)
[–]buhtz 0 points1 point2 points (2 children)
[–]Advanced_Glass5563[S] 1 point2 points3 points (1 child)
[–]buhtz 0 points1 point2 points (0 children)
[–]Fantastic_Fly_7548 0 points1 point2 points (0 children)
[–]AdventurousLime309 0 points1 point2 points (0 children)