Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 1.6 Making life easier with the requests module
- the OS you use. So... * ...if you're a Windows user, point your browser to https://nodejs.org/en/down... the Windows® start menu; * ...if you're a macOS user, go to the address https://nodejs.org/en/download... he installer do the job; * ...if you're a Linux user, you have to go to the address https://nodejs.org... our OS console and... * ...if you're a Windows user, run the **CMD.EXE** program (as an ordinary user
- 1.2 How to use sockets in Python
- code python> import socket </code> === Obtaining user input We also need **the name of the HTTP server*... to connect to. In fact, it's not our problem. The user knows it better. Let's ask him or her: <code pyth... server do you want to connect to? ") </code> The user input may can take two different forms: * it c... it's not our problem which of these two ways our users choose. They know better. The customer is always
- 1.1 Python Professional Course Series: RESTful APIs
- e retained inside the system and presented to the users** (humans or computers). REST uses a very curio... accessible to many (maybe a few, maybe a million) users. It must stay on the server. Imagine that you w... all these IP's infirmities. ==== UDP The UDP (//User Datagram Protocol//) lies at the higher part of T
- 1.7 Four magic letters: CRUD
- rating servers; but the interface provided to the user (you) will always look the same. We can say that... al interface**. The interface itself enables the user to perform a basic set of operations – they are e... of items; * Line 20: we’re going to present the user with a charming table with a header... * Line 2
- 2.1 Python Professional Course Series: Lab & Assessment
- which has exactly the same conversation with the user and: - defines a class named **Vehicle**, whos... y checks should be done, too. We're sure you're careful enough to protect your code from reckless users.