Cerca

Heus ací els resultats de la cerca.

1.7 Four magic letters: CRUD
109 Resultats, Darrera modificació:
to gather all new facts and tools and glue all these pieces into one functional block. You already kno... information. Moreover, the structure of the database (or the service) may vary, e.g., it may be a simple relational database residing in a single file, or on the contrary, a ... ry, store a new client's data in a customer database, etc. At REST level, the creation of new items i
1.2 How to use sockets in Python
49 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 use of network sockets. Of course, we'll harness Python for this purpose. Here are our goals: * we want to write **a program which
1.6 Making life easier with the requests module
42 Resultats, Darrera modificació:
ver serving** a web **service** (sorry for all these serv..., we weren't able to avoid them) and we al... aces when it tries to establish, maintain, and close internet connections. This is why we used it befo... **little chat** with a web service. Which of these demands (server or tool) should be satisfied earlier? The server, of course. We need our own, private HTTP server which will
1.5 What is XML and why do we prefer to use JSON?
36 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... ansparent carrier** of any type of data. You can use it to store and transfer documents of virtually a... ed to JSON. We’re not going to teach you how to use XML in Python. We only want to show you how it’s ... solutions were invented for nearly the same purpose. Take a look – it's a simple sample XML document
1.3 JSON – our new friend
26 Resultats, Darrera modificació:
LA? It's simple – it's a Three-Letter Acronym. Close your eyes, strain your mind and try to recall fiv... ties), JSON offers a syntax which looks like a close relative of Python's dictionary, which is, in fac... tion leads us to the following question – can we use Python's syntax to code and decode network messag... od (not only by Python counterparts), you should use JSON. Let’s start with a very simple example. We
1.4 Talking to JSON in Python
23 Resultats, Darrera modificació:
with JSON essentials, it's time to learn how to use it with Python. We're a little worried you may th... riously build JSON messages, fretting over all these brackets, parentheses and colons, and to break do... enge. Fortunately, you don't need to. Why? Because there’s a Python module – named **JSON** – which is able to perform all those drudgeries for you. How do we start a new advent
1.1 Python Professional Course Series: RESTful APIs
21 Resultats, Darrera modificació:
= 1.1 Python Professional Course Series: RESTful APIs == Some words about REST The word you see below ... s of contemporary computer systems, especially those which work on the Internet; moreover, which canno... objects can be very helpful here. We want you to use it. Imagine any object. The object contains a set... Now imagine that the object is stored somewhere else, not on your computer, but on a server located ov
2.1 Python Professional Course Series: Lab & Assessment
20 Resultats, Darrera modificació:
= 2.1 Python Professional Course Series: Lab & Assessment == Working with RESTful APIs: Lab & Assessme... nt **Well done, you've reached the end of the course!** In this section, it's time to translate your ... a Stock Exchange viewer; * a Vintage Cars database. You will also have a chance to do the quiz and ... ing the quiz and the final test concludes the course. Are you ready? == Lab 1 We want you to write a