I'm working on a closed network with only default Python 3.10.4 and for now I can't transfer over any new modules. I have two XMLs of the structure: <object&
I am wanting to be able to add a type annotation that accepts either one or a list of the defined type. For example, the first func would accept a str or a list
I am trying to convert the float number to European formats. I tried to assign a format like below but it's not converting properly. works fine: cell.z = "#,###
Although I love lombok, it gives too much problems while configuring sometimes, specially in Linux. When I was trying to install it, I was getting the following
unable to create flutter project in android studio I have gone through various question that has been posted in stack overflow but none of them solved the prob
em20 = ta.ema(close, 20) em50 = ta.ema(close, 50) Signal = ta.crossover(em20, em50) CA = ta.valuewhen(Signal, close, 0)
I'm trying to get text from this site. It is just a simple plain site with only text. When running the code below, the only thing it prints out is a newline. I