Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 1.7 Four magic letters: CRUD
- rs: CRUD == Entering a non-existing/malformed address 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 ... more for us than just store and publish fancy images and funny videos. In fact, a properly trained we
- 1.6 Making life easier with the requests module
- = 1.6 Making life easier with the requests module We have reached the point where we can start the fin... rver serving** a web **service** (sorry for all these serv..., we weren't able to avoid them) and we a... e beg your pardon). “Wait,” you may ask here. “Doesn't the socket module already fit our needs?” It does, but it’s **too good**. It's too choosy and too p
- 1.2 How to use sockets in Python
- king use of network sockets. Of course, we'll harness Python for this purpose. Here are our goals: ... we want to write **a program which reads the address of a WWW site** (e.g., pythoninstitute.org) using the standard ''input()'' function and **fetches the root document** (the main HTML document of th... the document** to the screen; * the program **uses TCP to connect to the HTTP server**. Our program
- 1.1 Python Professional Course Series: RESTful APIs
- = 1.1 Python Professional Course Series: RESTful APIs == Some words about REST The word you see below may look a little enigmatic: REST Are we go
- 1.3 JSON – our new friend
- = 1.3 JSON – our new friend Do you sometimes feel that coping with IT issues is a continuous struggle with acronyms? Well, you’re not alone. We sh... imple – it's a Three-Letter Acronym. Close your eyes, strain your mind and try to recall five acronyms... s time to break this pattern. The acronym we'll present to you now is four letters long. What a nice c
- 1.5 What is XML and why do we prefer to use JSON?
- th file extensions ending with x like docx) utilizes XML to create such different data as spreadsheets, presentations, or texts. As you probably suspect, XML... much older than JSON. Moreover, it's heavier and less flexible. We can even say that XML seems to be b... w it’s built and what the most important differences between XML and JSON are. It can be intriguing ho
- 1.4 Talking to JSON in Python
- odule in Python Now that we're familiar with JSON essentials, it's time to learn how to use it with Py... think that we want you to laboriously build JSON messages, fretting over all these brackets, parentheses and colons, and to break down complex JSON lines into
- 2.1 Python Professional Course Series: Lab & Assessment
- = 2.1 Python Professional Course Series: Lab & Assessment == Working with RESTful APIs: Lab & Assessment **Well done, you've reached the end of the course