Why eclipse creates two class files for Python? -
this question has answer here:
- what __init__.py for? 9 answers
i'm new in python loving it.
i'm using eclipse ide, confused why creates 2 classes, please take @ screenshot

can please tell used for?
help appreciated!
placing __init__.py file in folder tells interpreter/ide contain(may contain) python scrips.
now in mentioned scenario, eclipse placed 2 __init__.py files 1 for/in com folder , 1 mypythonproject. means both folders contain(may contain) python files.
Comments
Post a Comment