How to Import Another File in Python?

It’s really a troublesome problem.

Shuai Li
Geek Culture

--

Splitting code into different files is really important for a large project. But when I tried to modulize code in Python, I find it’s really troublesome and made me a headache. Here are what I learned.

Import a file in the same directory

--

--