My code: #importing required libraries import numpy as np from matplotlib.patches import Polygon import matplotlib.pyplot as plt #plotting data def func(x):
I am playing around with python metaclasses, and trying to write some sort of metaclasses that changes or adds methods dynamically for its subclasses. For examp
I would like to perform actions through nginx. Like : MQ->addQueue("work","to do"); //This queue performs to nginx listener or connection server { list
I am trying to do a fairly simply query that involves getting all the records between two dates via a specific column. The raw SQL works fine in ISQL Firebird:
Me and some fellow students created a qualtrics survey for the course judicial lawmaking. We worked with 4 case vignettes. Each respondent first answered some g
first off, i have two .csv files. The first looks likes this: email;md5 [email protected];a18bf786efb76a3d56ee69a3b343952a [email protected];
I have 2 .pys as below. What I want to do is, when I call dictionary() function, it will fill the "global" dictionary my_dict in my test and when I print(keys_l