I have a python program to extract data from Microsoft SQL Server and load them to another table in the same database. Using this extraction program, I am tryin
Is there a Python equivalent of the Haskell 'let' expression that would allow me to write something like: list2 = [let (name,size)=lookup(productId) in (barcod
I am using netbeans to make a GUI. To make it simple, let say what I want to do is that when I press a button it just opens a new JFrame and print a text on a J
how do i change the "keyword" in parameter ('pegasus') to redirect to a separate txt file. so later I just write whatever items I want to scrape in the file txt
I have an Ubuntu server. I need the possibility to connect 2 users in the same time. I use Microsoft Remote Desktop software to connect to Ubuntu server from my
I am new to python and I have a flask api say "versionupgrade" .What it basically dose is it triggers a bash script which in return replaces the old code with t
I am working on a video editing app in which I have to add audio file to a video and that is working fine if I add the audio at the start of video. AVURLAsset*
Parse method of Loader object in three.js allow you to set a callback function that is called when the parsing process is complete. This callback is called pas
need to generate JSON schema for below definition where T can be single object or List of objects. class Response<T> { private T data; } e.g. Resp
here's what im trying to do: oglist = ['a','b','c'] #add magical code here and print empty created lists a = [] b = [] c = []