Cerca

Heus ací els resultats de la cerca.

1.7 Four magic letters: CRUD
6 Resultats, Darrera modificació:
y named ''prop''. Note the ''?'' character – it separates the resource identification from additional request parameters. Let's try it. Look at the code in the edi... der=desc </code> Note the ''&'' character – it separates additional request parameters from each other. The amended code is in the editor. <code python> im
1.2 How to use sockets in Python
5 Resultats, Darrera modificació:
he site (e.g., //www.site.com //) preceded by the parameter name (i.e., ''Host:'') * a line containing a parameter named ''Connection:'' along with its value c... e the connection by expressing it literally. The parameterless ''close()'' method will do it for us - s... t do we see here actually? In fact, we see two separate parts: * the first is the response header. W
1.3 JSON – our new friend
4 Resultats, Darrera modificació:
ts) to delimit array content and uses commas to separate an array's elements – just like here: <code rub... tion is a ''name:value'' pair with a colon as a separator where the name **must be enclosed in quotes**.... ON object is a **set of property specifications separated by commas**. One important (and very surprisi... fy all of them in **any order** using commas to separate the items from each other. As JSON ignores whit
1.1 Python Professional Course Series: RESTful APIs
1 Resultats, Darrera modificació:
**S**tate * **T**ransfer Let's look at them separately. === Representational **RE** stands for //R
1.4 Talking to JSON in Python
1 Resultats, Darrera modificació:
ary must have the same names as the constructor's parameters. Note: the function, specified by the ''ob
1.5 What is XML and why do we prefer to use JSON?
1 Resultats, Darrera modificació:
ent content. We won't deal with it here. It's a separate and very complicated story – sorry. It's a bit