Forums for the Business Analyst

 
  Modern Analyst Forums  Business and Sy...  General  Python function in separate file: they all require the same parameters. How to make global variable
Previous Previous
 
Next Next
New Post 9/12/2020 3:42 AM
Informative
User is offline jainsaniya
1 posts
No Ranking


Python function in separate file: they all require the same parameters. How to make global variable  
Modified By Chris Adams  on 9/13/2020 6:03:35 PM)

My question is the following:

I have a script which requires around 10 input variables to run. Those variables are required in many of the functions I use. They are defined in the main file of my script.

Currently, all the functions I need are coded in my main file. Thus, I don't need to add in those functions extra parameters corresponding to those variables (because python functions can read "global" variable from a same file). But I would like to make my program cleaner by putting those functions in separate files. The issue with that is that all the functions would require in their definition those 10 input variables as parameters, which would be a big mess in the code.

How can I code this efficiently ? Again: I have about 10 variables in my script that I might change manually for each run. If I want to have my functions in separate files I would need to add 10 parameters to each of the functions. How to avoid that and to make my code clean ? My 10 variables are main parameters of my script and I want them to be defined in my main file.

If this is not the good place on stack exchange to ask the question, please tell me on which site I should ask.

 
Previous Previous
 
Next Next
  Modern Analyst Forums  Business and Sy...  General  Python function in separate file: they all require the same parameters. How to make global variable

Community Blog - Latest Posts

Fabricio Laguna talks Business Analysis and AI
I recently connected with Fabricio Laguna, aka The Brazilian BA. Fabricio is a passionate and pioneering business analyst from Brazil. During our conversation, we had a thought-provoking discussion on how artificial intelligence stands to shape the field of business analysis in the years ahead. While AI promises to transform many aspects of busines...
Business Architecture, Ontology and More with Terry Roach
It's been a privilege meeting Terry Roach, a visionary in the field of enterprise architecture and business architecture. Terry's insights into the evolution of business models, the importance of ontology in architecture, and the potential of AI to shape our future were not only thought-provoking but also a reflection of his extensive exper...
Today I had the pleasure of chatting to Jignesh Jamnadas, Chief Operations Officer at Mosaic, about his Blueprints for Success. As a Senior Finance and Operations Executive, Jigs (as he is known to many) has a holistic understanding of all facets of business and a flair for managing both people and processes. Having worked with Jigs, I was struc...

 



Upcoming Live Webinars




 

Copyright 2006-2024 by Modern Analyst Media LLC