Python practice sqrt
i wrote a code and it works correctly but the mentor gave me 0!!!! look at this problem:
Swap min and max values in a list works for some test cases and not others
My code:
Swap min and max values in a list works for some test cases and not others
My code:
How to run two script by two different virtual environment
I have two script a.py and b.py I need to run b.py script on one virtual env and a.py on one virtual env. Is there any solution. a.py run venv based on header
Python metaclass keyword arguments not getting used by subclass
I am trying to write a metaclass to assist in serialization. The intention of the metaclass was to isolate the production code from the serialization mode (e.g. YAML or JSON) as much as possible. So, things could inherit from the class Serializable
, and not have to worry (too much) about whether it was going to be serialized as YAML or JSON.
Find tr with multiple td contains particular text beautifulsoup
I need to find the tr tag data where multple td contains particular text (10.13.18.150, StreaNetwork)
augmented reality and machine vision
I have a question, I want to know how they develop the online test (Peru) of clothes, sofas and shoes in online stores
Python 3: Convert XML file into dictionary, with ElementTree
I have an XML configuration file used by legacy software, which I cannot change or format. The goal is to use Python 3.9 and transform the XML file into a dictionary, using only xml.etree.ElementTree
library.
how can I change date time format using pandas
this is my code.
data[‘Date’] = pd.to_datetime(data[‘Date’])
data.info()
undefined name HumanMessagePromtTemplate [closed]
Closed 4 mins ago.