Posts by Gus • 65 points
5 posts
-
5
votes1
answer1295
viewsQ: Make a DIV push the rest of the content down
Everything all right? I have a question here, but I wanted to understand, not just ask people to do what I need to do. I will try to explain: I have a button to add lines of text. Below this button,…
-
0
votes1
answer60
viewsQ: javascript - Create multiple lines with pre-programmed add buttons
Hey, guys. What’s up? I just started studying Javascript and, to train, I figured out a simple exercise: A screen, where there is the "Add Product" button that adds a row in the table below. It’s…
javascriptasked Gus 65 -
0
votes1
answer889
viewsQ: Python - Access a function above outside a class
Hey there, guys! A question regarding Python. I have a structure more or less like this: class Tela(FloatLayout): def exemplo(self): print("teste") class botao(Button): ????? Explaining: It is a…
-
0
votes1
answer1720
viewsQ: Read data from an Sqlite 3 database in Python
I’m starting in Python and database and I have three questions! For example, inside my database I have a "name" column. Just to illustrate, say I want to take the contents of the "name" column…
-
0
votes1
answer121
viewsQ: Email form does not only work on smartphones!
Hey, guys! All right? This is my first post here. I’m in a bit of a silly problem, but three, four days ago! I started to develop recently and this is my first commercial project. It’s practically…