Cerca

Heus ací els resultats de la cerca.

1.7 Four magic letters: CRUD
37 Resultats, Darrera modificació:
hod. == To make our set complete, we need D for Delete. Deletion occurs when you remove your post from the blog, purge a picture from the gallery or cancel a customer’s account. At REST level, deleting existing data is implemented by the DELETE HTTP method. Now we’re ready to carry out some simpl
1.5 What is XML and why do we prefer to use JSON?
15 Resultats, Darrera modificació:
<id>1</id> <brand>Ford</brand> <model>Mustang</model> <production_year>1972</production_year> <price currency="USD">35900</price... 2</id> <brand>Aston Martin</brand> <model>Rapide</model> <production_year>2010</production_year> <price currency="GBP">32000</price>
1.3 JSON – our new friend
4 Resultats, Darrera modificació:
t it won't be JSON. If you want your data to be widely understood (not only by Python counterparts), yo... difference – **you must not use apostrophes** to delimit the text. The only delimiter allowed is a quote, like here: <code ruby> "Python" </code> This mea... le, it uses square brackets (or just brackets) to delimit array content and uses commas to separate an
1.6 Making life easier with the requests module
3 Resultats, Darrera modificació:
kages needed to run it, so you should expect some delay – be patient and issue the following command: <... erver something new, ''POST'' is ready to be your deliverer. * ''PUT'', similarly to ''POST'', transf... rrently keeping, ''PUT'' will know the way. * ''DELETE'' – this name leaves no doubt: it is used to o
1.1 Python Professional Course Series: RESTful APIs
1 Resultats, Darrera modificació:
4:pasted:20240108-102850.png }} The conceptual model of network services describes the protocol stack
1.4 Talking to JSON in Python
1 Resultats, Darrera modificació:
they really needed? Yes, they are, as we have to deliver an exact JSON string into the ''loads()''. Th