Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 1.2 How to use sockets in Python
- get domain has to be known at the moment; * the latter argument is a socket type code (we may use th... WWW site. Of course, we'll tell you more about it later. A conversation with the HTTP server consists... kay, we know now that HTTP won't be our favourite language, but how we can send such a request to the ... extremely complicated - it engages not only many layers of the OS, but also lots of network equipment
- 1.5 What is XML and why do we prefer to use JSON?
- and why do we prefer to use JSON? **XML** is a **language**. Anyway, this is what it thinks about itself. Note – it isn't a programming language, and although it is possible to build a real programming language on top of XML, it wasn't (and still isn't) ... f document is **self-defining**; it's easy but it lacks one very important feature – the parser is not
- 1.1 Python Professional Course Series: RESTful APIs
- show you very soon. Let's now take a look at the last part of the acronym. === Transfer **T** stands... g systems and available in all modern programming languages. It was named BSD sockets - the name was b... ere originally implemented in the "C" programming language, which is a good reason to start our "C" co... ve lie on the top. It is assumed that any higher layer implements its functionalities using services
- 2.1 Python Professional Course Series: Lab & Assessment
- = 2.1 Python Professional Course Series: Lab & Assessment == Working with RESTful APIs: Lab & Assessment **Well done, you've reached the end of t... nal test concludes the course. Are you ready? == Lab 1 We want you to write a simple CLI (Command Lin... f it is invoked properly, and when the invocation lacks any arguments, the tool prints an error messag
- 1.3 JSON – our new friend
- fied services. It doesn't matter what programming language has been used to implement a certain soluti... ar more complex data, collected and aggregated in larger compounds. If you want to transfer not only ... es are commonly used in all C-derived programming languages and play a role similar to the one known f... appear in JSON, as JavaScript derives from the C-language too. The similarity to Python dictionary sy
- 1.7 Four magic letters: CRUD
- iments with JSON. We’ll use it as an intermediate language to communicate with the HTTP server, implem... the directory where your cars.json is located and launch the server: <code bash>json-server --watch ca... r's status code – it's ''201'' ("created"). The last remaining letter is U, so now we'll update one ... ! Moreover, we’ve completed our trip through the lands of CRUD and REST. It was a long but very satis
- 1.4 Talking to JSON in Python
- little worried you may think that we want you to laboriously build JSON messages, fretting over all t... at we know enough about how to travel from Python land to JSON world, but still know anything about ho
- 1.6 Making life easier with the requests module
- : 'bytes', 'Cache-Control': 'public, max-age=0', 'Last-Modified': 'Thu, 02 May 2019 12:38:41 GMT', 'ET