I've started the Anaconda python distribution. This comes with something called 'Anaconda prompt' that has conda and git available at the Windows command line.
I need to extract some parameters from specific rows of CSV file into a new file Here is an explanation for what I'm trying to do File1 = pd.read_csv('File1.csv
This is my model: class post (models.Model): title = models.CharField(max_length=200) post = models.CharField(max_length=75000) picture = models.URL
I have a while with an if condition that checks if my line starts with a specific string : while read line; do # reading each line if [[ $line == P0* ]] then
I am using the p-table module from PrimeNG to create an editable grid in my webpage. In the p-table right most column, there are "pencil" icons to allow editing
I have been working on deploying the website I am working on to github pages but It seems to return an empty div when deployed. when served with npx serve build
I have a main App that initializes fastAPI and uses fastAPI MQTT. Now, this file is running in an event loop and is looking for regular MQTT port. I have a seco
I am a beginner learning PHP and I am trying to make a basic calendar with PHP. Simpele kalender is how it has to look. It has to be with if and/or loops. This
We have a WebAPI webapp which should support authentication via client certificate and authentication via Microsoft Identity/OAuth2. With our current implementa