My JSON object looks like following: { "array1": [ { "key1": "value1", // common key "key2": "value2", "key3": "value3" }, {
I'm trying to create odbc connection to SQL Server but it returns following error: Microsoft SQL Server Login Connection failed: SQLState: '01000' SQL Serv
I've got a problem and I don't know how to fix it! Let me explain: In my solution I have a folder named "Data" with a project called Repository. Inside this pro
Microsoft is finished with this library (EnterpriseLibrary) so my question - is there newer with same option for saving secured data (SaveProfile\GetProfile\Exp
I am trying to extract some rows from a csv file, but can't get the required rows. this is my code so far: import pandas as pd data=pd.read_csv("V:\Coding\codi
I'm not able to perform the git push command in a specific project, however, in other projects everything goes well, I don't know what can be done anymore. I ha
I'm trying to test an app which relies on several environment variables (API keys, mostly). I'd like to keep those as variables instead of putting them directly
I am implementing a live broadcasting in my android app. I am using webRTC for real-time video chat. Now I would like to broadcast live chat to many people.I wo
I have two datetime.time values, exit and enter and I want to do something like: duration = exit - enter However, I get this error: TypeError: unsupporte