Cerca

Heus ací els resultats de la cerca.

1.6 Making life easier with the requests module
4 Resultats, Darrera modificació:
he following methods: * ''GET'' is intended to fetch a piece of information (a resource) from the ser... server may fail, transmission media may be down, etc, etc, etc. How do we defend against all these miseries? All ''requests'' functions are in the habit of rai
1.2 How to use sockets in Python
3 Resultats, Darrera modificació:
= 1.2 How to use sockets in Python == How to fetch a document from a server using Python We are going t... g) using the standard ''input()'' function and **fetches the root document** (the main HTML document of... as expected, the server was willing to cooperate, etc.) you may see something like this on your screen:
1.7 Four magic letters: CRUD
3 Resultats, Darrera modificació:
store a new client's data in a customer database, etc. At REST level, the creation of new items is imp... llery, studying customers' records in a database, etc. At REST level, the retrieving of items is imple... , enter the current customer’s sales information, etc. At REST level, updating existing data is implem
1.1 Python Professional Course Series: RESTful APIs
2 Resultats, Darrera modificació:
that efficiency (e.g., WWW, REST, mail transfer, etc.) * UDP is more adequate **for applications where response time is crucial** (DNS, DHCP, etc.) === Connection-oriented vs. connectionless com
1.5 What is XML and why do we prefer to use JSON?
1 Resultats, Darrera modificació:
o comment needed; * line 3: parse the file and fetch an object storing all elements – we’ll name it t