I made an image slider that work, but now I'm trying to add an animation effect to it, and I believe JavaScript may be the answer for that. I'm trying to add th
For example, When there are a lot of data like this: [ {title:"string" , data:"2022-05-01", amount:10}, {title:"string" , data:"2022-04-01", amount:10}, {
everyone. i installed moodle on ubuntu operating system, using putty software. i followed the step by step process on how to install moodle on apache2 server fr
I am trying to write a script for changing the hidden input value according to selected options. I have hindi data stored on a variable and I need to pick this
I have state, county and MSA names in a single string variable states_county_MSA, and I want to split them to create three distinct variables - states, county a
I want to add dataframe to excel every time the code executes, in the last row available in the sheet. Here is the code I am using: import pandas as pd import p
How do I open multiple HTML files (tabular format) and save them as Excel XLSX format in Windows PowerShell ISE? Directly renaming file extension removes all th
I'm trying to build a login page for a web application. As documented here: https://www.starlette.io/authentication/ I have the following: class BasicAuthBacken
I have a dataset that is multiple strings and I want a unique count of the occurrences so I can review and refine my datasets. I've been unable to do this using