I'm working on a twitter bot that is supposed to search the twitter api for key words in intervals and log the response in a database. I've so far logged result
I want to use the pickle module and serialize the model learned on my computer: pickle.dump(clf, open(os.path.join(dest, 'classifier.pkl'), 'wb'), protocol=4)
I have a function defined below in which two parameters are taken and the bigger of the two numbers is used and its absolute value is calculated . def max_absol
The requirements from the customer state that a record's Comment and Description fields must be displayed in the same cell but the text of the Comment must be d
I have created a RotatingImagesComponent and allocating banners to that component. As per requirement , need to allow maximum 6 banners in RotatingImagesCompone
So I am writing a trading bot in python. It is more for fun and I just started. Every method works alone, so I excluded them here, to not give you 300lines of C
In a part of the project I am working on, I am required to show the total number of invites made by me and the total number of invites made by my OWN invites al
I am declaring Date and I need to keep it as date and not datetime. DECLARE @StartDate Date = '2022-01-01' I think set that date to a local date variable. DECL