I'm trying to get the user to input the right name, but when I run it keeps asking me to rewrite even when I entered jayson tatum, but when I
I want to clear the entry in python (tkinter) without Stringvar . I see that most people use the "Stringvar", but I am having a hard time using it That's why I
I'm trying to stream video by chunks , video is stored in mongodb using grid fs , here is the API : videoRoute.get('/:id', (req, res) => { GFS.findById(req
Actually i am working on a college project and i want to make a simple image classification App using Google Tensorflow and android. I have good knowledge of an
I have this table. class MyTable(BaseModel): key = m.CharField(max_length=20,null=False,unique=True) pre_json = m.JSONField(blank=True, null=True) p
I know what 1D (1 - Dimensional) and 2D (2 - Dimensional) arrays are, but I don't know how to describe them. e.g. A 2D array is data in a table - Needs more det
I recently started learning rails and going through a tutorial using has_many associations but I'm running into all manners of missing method errors. I have the
I'm using vim as my default editor which complains when some external tool changes the code while the buffer is open. I recently started working on a react-nati