Modules

missyT
New Contributor III

Hello Python People.

Im still going through the motions learning python and have a general question.

example = Im creating basic ETL tasks to practice (SQL, SQLite, Excel etc)

I can see that to read excel I can use the pyodbc module - or can use Pandas , openpyxl

is it ok to just take pieces where needed that you prefer from other modules or would you aim to use as few modules as possible?

I suppose I'm not sure of the cost of importing modules