As in topic, looks like my free dyno (I have only 1 dyno on my heroku account) uses free dyno hours when idle. Checked it and below you can see: [user@host ~]$
Consider simple Django models Event and Participant: class Event(models.Model): title = models.CharField(max_length=100) class Participant(models.Model):
I get the response of a server: r = requests.get(my_url) print(r.text) json_response = json.loads(r.text) print(type(json_response)) I am using json.loads() to
Need some help to understand what i'm doing wrong if you can help me. I exported an animation in blender and debug it with https://sandbox.babylonjs.com/ Can't
I need to test a python script script1.py in which it imports my another class from lib.utils.ClassA import ClassA lib = ClassA(xxxxxx) lib.main() Inside Cla
I have a DLL written in C++, inside it contains a function where it makes a call inside the memory of the injected process and I have my C# executable which sho
We have standard reports uploaded as PDFs on a daily basis. In the PDFs are some tables that we want to pull into datasets. I have tabula imported in code repos