Cerca

Heus ací els resultats de la cerca.

1.7 Four magic letters: CRUD
350 Resultats, Darrera modificació:
= 1.7 Four magic letters: CRUD == Entering a non-existing/malformed address We’ve reached the point in... ew facts and tools and glue all these pieces into one functional block. You already know how HTTP works, how it’ is mounted on top of the TCP stack and how the HTTP server is a
1.2 How to use sockets in Python
206 Resultats, Darrera modificació:
= 1.2 How to use sockets in Python == How to fetch a document from a server using Python We are going to write our first program making us... of network sockets. Of course, we'll harness Python for this purpose. Here are our goals: * we wa... hich reads the address of a WWW site** (e.g., pythoninstitute.org) using the standard ''input()'' func
1.6 Making life easier with the requests module
188 Resultats, Darrera modificació:
nough to communicate with the web service using JSON as an information carrier. Unfortunately, our knowledge needs to be supplemented – we need a **server... ule to talk with the **service** (we beg your pardon). “Wait,” you may ask here. “Doesn't the socket ... tries to establish, maintain, and close internet connections. This is why we used it before when we wa
1.4 Talking to JSON in Python
182 Resultats, Darrera modificació:
= 1.4 Talking to JSON in Python == Working with the JSON module in Python Now that we're familiar with JSON essentials, it's time to learn how to use it with
1.3 JSON – our new friend
151 Resultats, Darrera modificació:
= 1.3 JSON – our new friend Do you sometimes feel that coping with IT issues is a continuous struggle with acronyms? Well, you’re not alone. We share this opinion. An old anecdote says that computer technology deve
1.5 What is XML and why do we prefer to use JSON?
136 Resultats, Darrera modificació:
= 1.5 What is XML and why do we prefer to use JSON? **XML** is a **language**. Anyway, this is what it... is possible to build a real programming language on top of XML, it wasn't (and still isn't) its native niche. XML is – like JSON – a **universal and transparent carrier** of any ... he document format produced by MS Office applications (the newer one with file extensions ending with
1.1 Python Professional Course Series: RESTful APIs
129 Resultats, Darrera modificació:
= 1.1 Python Professional Course Series: RESTful APIs == Some words about REST The word you see below may look a little enigmatic: REST Are we going to convince you to take a rest? Not at all. On the contrary, we want to encourage you to start the next part
2.1 Python Professional Course Series: Lab & Assessment
37 Resultats, Darrera modificació:
= 2.1 Python Professional Course Series: Lab & Assessment == Working with RESTful APIs: Lab & Assessment **Well done, you've reached the end of the course!** In this section, it's time to translate your Python skills and ev