I am transforming some data from a database, and at the end of one of the step, I need to reformat it for sending it as a document to a client. the usual templa
I am done with this code but I need to get printed only selected letter not only the first letter, if suppose I take letter m it should be printed twice with th
I have following dataframe(short sample): cond_ID tow1_ID tow2_ID 0 10 0 4 1 17 6 12 3 13 14 15 4
I'm trying to set up my first Flask API via gunicorn/nginx on a droplet. I've had issues with nginx in the past and I thought I had gotten it fairly well figure
I created a maven project which connects to a database . The problem I am facing is I have hardcoded the db username and password but I according to the require
There is a spring boot project with logback, and the request url like below /{customerName}/foo /{customerName}/bar ... Want to one log file per customer <a
I.E., you enter the number 5, and the character A and the output would yield F. I have no idea how to even start to go about this, any give me a push in the rig
I tried to pass environment variable in logdir argument of %tensorboard magic function. But it fail to interpret it. os.environ['TENSORBOARD_FOLDER'] = 'tmp' %l
Here is my code. I'm trying to go through all json files in folder, pretty print them and write to output txt file. import json import os directory = os.listd