I have been looking at various open source GitHub Python projects like,
http-prompt
and Theano
What I am not able to figure out is where their starting points are, so that I can debug them gracefully. Do I need to look in each and every file for the __main__
method?
I am from Android background; so I was searching something related like AndroidManifest.xml
from where I can get an idea as where the code is getting started, but I was unsuccessful in my attempts.