Posts by Matheus Silva • 13 points
4 posts
-
0
votes2
answers703
viewsQ: How to style elements within the <textarea> tag?
Hi, I was trying to create a "text editor" to program moon, I tried to change the color of the word Function every time it was typed, but I came across something, I can’t style any element within…
-
0
votes1
answer937
viewsQ: Catch element using python json
I’m using the following code to try to get what’s written inside definition, located in list import requests import json word = "salut" page =…
-
0
votes1
answer757
viewsQ: How to use JSON in Python?
I am using the following code to collect the API from the Urbandictionary site import requests import json page = requests.get("http://api.urbandictionary.com/v0/define?term=hello")…
-
0
votes1
answer687
viewsQ: Extract information from php json
I’m trying to collect the information contained in "Definition," but I’m having trouble accessing it. (It’s my first time working with API and PHP) { "tags": [ "hi", "hi", "hey", "hey", "greeting",…