Can somebody tell me why I am getting error in it? import math class Weight(): def area(r): return math.pi*r*r obj=Weight() r=int(input("Enter the r
I want to make a project with flask where you sign up and sign in and then you can make new posts. I use flask-limiter to prevent users from making new posts. A
I know this question has been asked before a lot. But for some reason, I can't seem to get it to work in my code. I'm new to coding and just trying out a few th
I want to develop a timeline like Slider Revolutions. for controlling objects sequentially over time. Every object has its own row in the timeline and will move
I have 3 individual tables created to run in dev, Test and prod. For example - Table_Dev for Development, Table_Test for Test and Table_Prod for Production. If
Context: We have multiple processes that are watching the same feature flag to determine whether a restart is required, and trying to determine if we need to en
I am developing a plugin for PyCharm in Java.I use Pyan3 to generate a static graph. Pyan3 gives me an HTML file as a result, which I want to display. I tried w
I have recently started getting type errors on Nest.js (I think after upgrading to v8) and can't figure them out. This is on models. Here is my territory mode
i am trying to establish a connection to the server using server signed certificate but i keep getting this error whereas both the CA and certificate are ok. An