You are concerned about memory consumption and utilize multiple 3rd party libraries. How can you reduce your memory reso

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

You are concerned about memory consumption and utilize multiple 3rd party libraries. How can you reduce your memory reso

Post by answerhappygod »

You are concerned about memory consumption and utilize multiple3rd party libraries. How can you reduce your memory resourcefootprint during runtime for Python 3.x but still utilize the sameexternal libraries?
a)
Utilize 'from module import function' for only the functionsneeded
b)
Utilize more efficient libraries
c)
Utilize 'from module import function' for only the classesneeded
d)
Directly specify only functions using 'importmodule.functionName'
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply