I have posted this few days back but now i ran into another problem after solving that one.
DESCRIPTION: working on an android app written in kotlin that behaves as a server side and Python program tha…
I have attempted to write some code in python to do a loop 4 times. It will fail as spTest doesnt exist. So I want to try loop again (repeated 4 times total) if it still cant find it, I want to break o…
I apologize ahead of time for my ignorance but I have trying to code something in python that requires a question to be asked to the user and the user responds. Dependent on that response, the program …
I am using Python sdk for azure creation virtual machine operation. I want some script to be executed whenever the VM starts. So, I have tried adding the custom-data while creating VM with Python.
My d…
I want to use the self variables in one class and use them in another class which already has its own self variables how to do I do this. Some code here to help.class A():self.health = 5
class B(): # T…
Im seeing this weird issue on ec2. Im trying to install lsm-db package inside my virtualenv, it says its successfully installed but when trying to import the package or do pip list its not there.I crea…
Im trying to convert a string column in a dataframe to int. The strings should be replaced with an integer as a key value.Data:user_id site_id
100 url1.com
100 url2.com
100 url1.com
101…
I have a large csv file, example of the data below. I will use an example of eight teams to illustrate.home_team away_team home_score away_score year
belgium france 2…
Using Chrome Native Messaging sample app as a template am able make a system call to bashos.system("<bash command>")The requirement is to return a base64 string from the python scriptos…
How can I export DataFrame to excel without subscribe?
For exemple:
Im doing webscraping and there is a table with pagination, so I take the page 1 save it in DataFrame, export to excel e do it again …