Not sure why the code fails on the verlet part. Would appreciate some help! The error that comes up is "IndexError: list index out of range" (the line under the
For the html pages where the external javascript does not work, I put the js code in internally in the HTML file and it worked but what's the problem with the
I have been into CSS for quite a while now, but srcset and sizes for the image element confuse me. Here is an example that I thought would work. <img alt="B
I use Sublime Text and Emmet plug-in. Various tags do not include all the attributes automatically when I use Emmet, so I have to put them manually. For example
i want to build an api using python and host it on google cloud. api will basically read some data in bucket and then do some processing on it and return the da
create table ss( no number, filepath varchar2(300) ) I want to have 5 or less duplicate values of 'no' in this table when select count(no) from ss where no=#{n
I have values of the net assets for 100 funds (it's one value of total net assets per fund). In Stata, I have the returns for each of those 100 funds for 200 mo
In my application, the state of a common object is changed by making requests, and the response depends on the state. class SomeObj(): def __init__(self, pa
I created an website using django (HTML, CSS etc). Everyithing was fine until I wanted to add a login/register form. I used django, templates. But when I instal