Cerca

Heus ací els resultats de la cerca.

1.7 Four magic letters: CRUD
243 Resultats, Darrera modificació:
n just store and publish fancy images and funny videos. In fact, a properly trained web server can be... complicated and heavy databases or other services designed for storing and processing information. Mor... ud of cooperating servers; but the interface provided to the user (you) will always look the same. We... uild complex services. A set of four operations hides beneath the following mysterious acronym: {{ :in
1.6 Making life easier with the requests module
140 Resultats, Darrera modificació:
s too choosy and too powerful. It exposes lots of details which aren't necessary available at the higher levels of software design. The socket module is perfect when you want to understand network issues at the TCP level and to lear... little chat** with a web service. Which of these demands (server or tool) should be satisfied earlier
1.4 Talking to JSON in Python
120 Resultats, Darrera modificació:
re not in the habit of coming up with such crazy ideas, although, to be honest, it's not as complex as... d we're sure that you knew it before we asked: <code python> import json </code> The first JSON module's power is the ability to automatically **convert ... g. There is a very similar function with the name deprived of this suffix which **writes the JSON stri
1.5 What is XML and why do we prefer to use JSON?
106 Resultats, Darrera modificació:
or texts. As you probably suspect, XML is much older than JSON. Moreover, it's heavier and less flexi... ke a look – it's a simple sample XML document: <code xml><?xml version = "1.0" encoding = "utf-8"?> <!... <id>1</id> <brand>Ford</brand> <model>Mustang</model> <production_year>1972</production_year> <price currency="USD">35900</pri
1.2 How to use sockets in Python
85 Resultats, Darrera modificació:
eed a socket. How do we obtain a socket? Can we order it from an Internet store? Is it free? Yes, it'... you? This is what we'll put at the top of our code: <code python> import socket </code> === Obtaining user input We also need **the name of the HTTP server**
1.3 JSON – our new friend
71 Resultats, Darrera modificació:
on. An old anecdote says that computer technology development is in fact based on TLA. What is TLA? It... LA. And – look! – TLA is a TLA too. What a coincidence! Now it’s time to break this pattern. The acr... tion As you can see, there’s a little riddle inside the name. It may be a bit disturbing, too, and some sudden questions may have appeared in your mind just no
1.1 Python Professional Course Series: RESTful APIs
34 Resultats, Darrera modificació:
ou to start the next part of our adventure - very demanding and completely new. We'll show you not Pyt... he way in which **data or states are retained inside the system and presented to the users** (humans o... *S** stands for State. The word state is key to understanding what REST is and what it could be used f... arly all operating systems and available in all modern programming languages. It was named BSD sockets
2.1 Python Professional Course Series: Lab & Assessment
24 Resultats, Darrera modificació:
P server availability checker; * a Vehicle data decoder/encoder; * a Stock Exchange viewer; * a Vintage Cars database. You will also have a chance to d... n). Completing the quiz and the final test concludes the course. Are you ready? == Lab 1 We want you