Cerca

Heus ací els resultats de la cerca.

1.7 Four magic letters: CRUD
16 Resultats, Darrera modificació:
'Camaro', 'production_year': 1988, 'convertible': True}, {'id': 3, 'brand': 'Aston Martin', 'model': 'Ra... 300SL', 'production_year': 195 q7, 'convertible': True}] </code> Note the line starting with ''applicat... hevrolet | Camaro | 1988 | True | 3 | Aston Martin | Rapide ... ercedes Benz | 300SL | 1957 | True | </code> If you don't need all the
1.4 Talking to JSON in Python
4 Resultats, Darrera modificació:
? <code python> import json my_list = [1, 2.34, True, "False", None, ['a', 0]] print(json.dumps(my_lis... all! The code prints: <code ; output> [1, 2.34, True, "False", null, ["a", 0]] </code> We want to ask... ook: <code python> import json jstr = '[1, 2.34, true, "False", null, ["a", 0]]' my_list = json.loads(j... prints: <code ; output> <class 'list'> [1, 2.34, True, 'False', None, ['a', 0]] </code> We expect that
1.3 JSON – our new friend
3 Resultats, Darrera modificació:
specific identifiers (the literal name tokens): **true** and **false**: <code ruby> true false </code> Note: you have to **preserve the case of the literals*... 3.0857E16, electron: −1.6021766208E−19 friend: "JSON", off: true, on: false, set: null } </code>
1.2 How to use sockets in Python
1 Resultats, Darrera modificació:
wn and the journey ends before it begins. Sad but true. Note: ''socket.gaierror'' covers more than one
1.6 Making life easier with the requests module
1 Resultats, Darrera modificació:
t-Encoding', 'Access-Control-Allow-Credentials': 'true', 'Accept-Ranges': 'bytes', 'Cache-Control': 'pub