on

Cerca

Heus ací els resultats de la cerca.

1.5 What is XML and why do we prefer to use JSON?
27 Resultats, Darrera modificació:
is possible to build a real programming language on top of XML, it wasn't (and still isn't) its nativ... mat produced by MS Office applications (the newer one with file extensions ending with x like docx) ut... t going to teach you how to use XML in Python. We only want to show you how it’s built and what the mo... y other XML element, can be spread over more than one line. XML is flexible with that. The third line
1.3 JSON – our new friend
23 Resultats, Darrera modificació:
computer technology development is in fact based on TLA. What is TLA? It's simple – it's a Three-Lett... ent parts of objects, and is able to transfer not only the values of objects’ properties, but also the... in larger compounds. If you want to transfer not only raw data but also all the names bound to it (li... f you want your data to be widely understood (not only by Python counterparts), you should use JSON.
1.7 Four magic letters: CRUD
23 Resultats, Darrera modificació:
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... relational database residing in a single file, or on the contrary, a huge, distributed cloud of cooper... rent technologies can utilize shared data through one, **universal interface**. The interface itself
1.1 Python Professional Course Series: RESTful APIs
22 Resultats, Darrera modificació:
going to convince you to take a rest? Not at all. On the contrary, we want to encourage you to start t... ary computer systems, especially those which work on the Internet; moreover, which cannot work without... est question that can be put now. REST is focused on a very specific kind of data - the data which ref... ins a set (the most preferable set is a non-empty one) of **properties**. We can say that the values o
1.6 Making life easier with the requests module
21 Resultats, Darrera modificació:
need our own, private HTTP server which will work only for us and successfully play the role of a REST... d open package named ''json-server'', implemented on top of the ''Node.js'' environment. ''Node.js'' i... First of all, we need to have Node.js installed on our computer. The steps you should take depend on the OS you use. So... * ...if you're a Windows u
1.2 How to use sockets in Python
17 Resultats, Darrera modificació:
to handle connection-oriented transmissions based on TCP; - **connect the socket to the HTTP server*... ambiguous. Why? Because** there can be more than one HTTP server located at the same IP address** - t... mentioned before, we aren't and won't be focusing on network programming. We want to show you how the ... **. We can say that TCP/IP is interesting for us only to the extent that it is able to transport HTTP
1.4 Talking to JSON in Python
9 Resultats, Darrera modificació:
nt of an object, even an object as simple as this one. Of course, if you don't need anything more tha... ncode_who)) </code> The second approach is based on the fact that the serialization is actually done ... The code produces the same output as the previous one: <code ; output> {"name": "John Doe", "age": 42}... re works successfully in both directions. There’s only one specific difference: if a number encoded in
2.1 Python Professional Course Series: Lab & Assessment
4 Resultats, Darrera modificació:
a particular http server. The tool should accept one or two command line arguments: * (obligatory) ... o arguments in the invocation line and the second one is not an integer number in the range 1..65535, ... ariable from the sys module; its length is always one more than the actual number of arguments, as arg... print("Improper number of arguments: at least one is required" + "and not more than two