Posts by Gabriel Andrade Vianna • 31 points
4 posts
-
1
votes2
answers127
viewsQ: How to access the console of an Elixir application?
I have a back-end application in Elixir that has a bug in the server, so that new users can not make a new registration in the app, but old users can use normally. I need to enter a new user…
-
1
votes1
answer150
viewsQ: Flask Sqlalchemy : Keyerror
I am trying to create a database relation between the Article, Author and Category class, when trying to create an Article class object I get the error "Keyerror: "article" referring to the line…
-
1
votes1
answer113
viewsQ: Error running web application in flask - Python
Hello, I am trying to run this application in Flask and when I try to view the page in the browser appears server error, when I delete the line of code that creates a list of items in which each…
-
0
votes2
answers336
viewsQ: Typeerror: not all Arguments converted During string formatting (python)
I’m new to programming, I’m trying to make a program that checks if a number inserted is prime, so I’m checking if the rest of the division of number by primes is zero. def primo(): numero =…
pythonasked Gabriel Andrade Vianna 31