Skip to content

Tag: variables

Get variables from function input and text after

So id like to make varibles from my function input So basically, the if statement should check if the varible is True or not. And i want to use the function input + ”-outcome” to check. Here is an example, to make you understand my problem better! I’ve tried to find a solution but don’t find it anywhere Thank…

Solving for an unknown variable in python

I’m currently trying to create a body mass index calculator that gives you your BMI and then calculates the difference in weight needed to be at a healthy weight. The equation I’m using to find the BMI is: Using sympy, I’m trying to find how many pounds need to be gained or lost to be within…

exporting DF to csv with variable file names

I would like to keep this same code but adjust the .to_csv section to save a variable repeating file name I would like the names of the exported files to look like this…I think I need some sort of loop? Period 1 layer 1.csv Period 1 layer 2.csv Period 1 layer 3.csv Period 1 layer 4.csv Period 1 layer 5.…

Python variable file path and string prefixes

Using tkinter to select output folder for processed files. Would like to use file_output and x as variables for my file path, My attempt: This does not work in my program. The output I need is I am reading the docs https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-stringprefix Still don&…

Class variables not callable?

I’ve stumbled on what is probably a simple issue but I struggle to think of a solution. If I try to make a class variable that equates to a number or an array index they come up with these errors and This seems odd since I can set variables equal to ints and arrays elsewhere. What am I missing and