I am working on a Django based website. I have defined a JSONFields in my backend DB table , let's called it "CampaignTable" The JSONFields is used to store Cam
I am learning the python plotly at https://plot.ly/python/offline/ And when I try this example: import plotly.plotly as py fig = py.get_figure('https://plot.l
Motivation: Almost for fun, I am trying to write a function overload that can tell apart whether the argument is a fixed-size array or a pointer. double const
We need to have a Function App created for accessing Office 365 instance. The access is using Certificate authentication. Hence we are uploading the certificate
useEffect(() => { db.collection('posts').onSnapshot((snapshot) => { setPosts(snapshot.docs.map((doc) => doc.data())); }); }, []); I have been
I am trying to get a daily report for all ec2 instances. so I have this import boto3 ec2 = boto3.resource('ec2',"us-east-1") #filters = [ # {'Name': 'inst