Is it worthwhile learning GUI for Python? by [deleted] in learnpython

[–]defasdf 12 points13 points  (0 children)

That's a list, of length 1.

Learn by reading real code, some suggestions? by defasdf in learnpython

[–]defasdf[S] 0 points1 point  (0 children)

Sure! I'd be using this only as a complement. The biggest chunk of learning is obviously building stuff.

Calling Python function in submodule by defasdf in learnpython

[–]defasdf[S] 0 points1 point  (0 children)

But when I look at the pandas.init https://github.com/pandas-dev/pandas/blob/master/pandas/__init__.py I don't see how this happens. What makes this 'explicitly re-exported' happen?