Hello, I am a new user to programming and to python. I have been trying to program for a while now, yet have been extremely busy for the past few months, and have done the minimum amount of work every day. But, I hope to be able to further my knowledge and be able to create more complex programs than what I have done so far.
Recently, I have tried to create a program that requires me to do something more extensive. I need to run to get the information, the variables, the functions from one python folder and import it into another. In that case, I could then run all the variables, the fucntions, etc...
If anyone could tell me how I could do this, it would be of great value.

Thank you.

I'm not sure if I fully understand what your problem is. However you may wish to look into

os.walk()
os.path

You may find these helpful in locating and accessing files on a system.

Chris

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.