This is what I am getting after login https://i.stack.imgur.com/WsHGg.jpg
In the below dataframe the column "CumRetperTrade" is a column which consists of a few vertical vectors (=sequences of numbers) separated by zeros. (= these vec
In this code, I'm using Python 2.7.13, OpenCV 2.4.13 and PyAutoGUI 0.9.36. The objective is to move the cursor according to the facial movement, but the cursor
I'm setting up ephemeral review environments on GitLab MRs through Terraform and GitLab CI. I use Terraform Cloud as a backend. I want to create a workspace fo
I would like to run my django project on a other machine. When running python3 manage.py runserver i get the error: Watching for file changes with StatReloader
I'm trying to move the nodes and remove the array element fields. In the below XML there are multiple occurences of phoneVoice and Addresses field, iam trying t
I have this object schema: { car: [ { //Object data } ], motorcycle: [ { //Object data } ], ... }
I am trying to make a script that draws a circle for minecraft using singleplayer commands. For starting, I tried to do the basics; here is my code: importPack