In a pyGame application, I would like to render resolution-free GUI widgets described in SVG. How can I achieve this? (I like the OCEMP GUI toolkit but it seems
Have a look at the images. I'm trying to implement the android work manager natively via the method channel. Now, if we start the work manager, I need to call a
I'm trying to build a small JavaScript program which allows the users to enter a search query, and then find the results of these query and display them through
The error i am recieving is UnboundLocalError: local variable 'this_mammal' referenced before assignment I have been practicing this stuff for possibly like a f
I am very new to python and tkinter. I am trying to build the below GUI interface which is a skincare program that will recommend products based on the result o
i have two ejs files(in same dir index.ejs && window.ejs). i tried to include window in index and use function that is defined in window and it wont wor
In the MongoDB console how can I remove a record by id? Here's my collection : [ { "_id" : { "$oid" : "4d512b45cc9374271b02ec4f" }, "name" : "Gazz
I'm using this corpus for an NLP task. When I read the file and store the hindi and english lines into separate lists, I get string literal outputs like so: def
I am trying to make a maze. The walls consist of '#' and I want to make a path from top left to bottom right using '.'. I have come this far, However when I ru
The new approach to setup a Python package is to use a setup.cfg file. But, it's impossible to find how I can add a data_files parameters. How I can do it ?