to

Cerca

Heus ací els resultats de la cerca.

1.2 How to use sockets in Python
169 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 soc... r this purpose. Here are our goals: * we want to write **a program which reads the address of a WW
1.7 Four magic letters: CRUD
132 Resultats, Darrera modificació:
ess We’ve reached the point in which we are ready to gather all new 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 able
1.6 Making life easier with the requests module
119 Resultats, Darrera modificació:
t the final stage of our journey – we know enough to communicate with the web service using JSON as an... ation carrier. Unfortunately, our knowledge needs to be supplemented – we need a **server serving** a ... e** (sorry for all these serv..., we weren't able to avoid them) and we also need a tool simpler than the ''socket'' module to talk with the **service** (
1.1 Python Professional Course Series: RESTful APIs
96 Resultats, Darrera modificació:
w 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 of our adventure - very demanding and completely new. We'll show
1.5 What is XML and why do we prefer to use JSON?
82 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... programming language, and although 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... ent carrier** of any type of data. You can use it to store and transfer documents of virtually any typ
1.4 Talking to JSON in Python
65 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 Python. We're a little worried you may think that we want you to laboriously build JSON messages, fretting over al
1.3 JSON – our new friend
63 Resultats, Darrera modificació:
cronym. Close your eyes, strain your mind and try to recall five acronyms commonly used in the IT worl... of them will be TLA. And – look! – TLA is a TLA too. What a coincidence! Now it’s time to break this pattern. The acronym we'll present to you now is four letters long. What a nice change! L
2.1 Python Professional Course Series: Lab & Assessment
36 Resultats, Darrera modificació:
end of the course!** In this section, it's time to translate your Python skills and everything you've learned about RESTful APIs into some real-world projects. Specifically, we'll ask you to create: * an HTTP server availability checker; * a Vehicle data decoder/encoder; * a Stock Exchange viewer; * a Vintage Cars database.