Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
- s 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 to do much more for us than just s... creation of new items is implemented by the POST HTTP method. == R means Read or, if you prefere, ret... the retrieving of items is implemented by the GET HTTP method. == U means Update You update data insid
- 1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
- een; * the program **uses TCP to connect to the HTTP server**. Our program has to perform the followi... ons based on TCP; - **connect the socket to the HTTP server** of a given address; - **send a request... taining user input We also need **the name of the HTTP server** we're going to connect to. In fact, it's... w.pythoninstitute.org //, but without the leading http:%%//%%) * it can be **the IP address of the ser
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- ? The server, of course. We need our own, private HTTP server which will work only for us and successful... ..if you're a Windows user, point your browser to https://nodejs.org/en/download, download and run the W... * ...if you're a macOS user, go to the address https://nodejs.org/en/download, download the ''pkg'' f... ou're a Linux user, you have to go to the address https://nodejs.org/en/download/package-manager and obt
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- ode and their frequency). * More information: https://github.com/PyCQA/pycodestyle * Documentation: https://pycodestyle.pycqa.org/en/latest/ * You can a... require formatting fixes. * More information: https://pypi.org/project/autopep8/ * PEP 8 online is... le we’ve just described). * More information: http://pep8online.com/about == Recommendations for Co
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- cumentation standard explained and described in [[https://peps.python.org/pep-0287/|PEP 287]]. The secon... y/SciPy docstrings** format (for details, click [[https://numpydoc.readthedocs.io/en/latest/format.html|here]], which is a combination of the [[https://google.github.io/styleguide/pyguide.html#38-co... ocumentation, and both of them are supported by [[https://www.sphinx-doc.org/en/master/usage/extensions/
- 2.1 Python Professional Course Series: Lab & Assessment @info:cursos:pue:python-pcpp1:m4
- s. Specifically, we'll ask you to create: * an HTTP server availability checker; * a Vehicle data d... er to diagnose the current status of a particular http server. The tool should accept one or two command... and not more than two are allowed:") print("- http server's address (required)") print("- port n... formed - sorry.") exit(4) request = b"HEAD / HTTP/1.0\r\nHost: " + \ bytes(addr, "utf8")
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- de industry standards. The first of them is the [[https://en.wikipedia.org/wiki/IBM_3270|IBM 3270]], and... e second is the Digital Equipment Corporation’s [[https://en.wikipedia.org/wiki/VT100|VT100]]. Now it’s
- 1.1 SQLite @info:cursos:pue:python-pcpp1:m5
- with the DB-API 2.0 specification described by [[https://peps.python.org/pep-0249/|PEP 249]]. The purpo... re information on all types available in SQLite [[https://www.sqlite.org/datatype3.html|here]]. == sqli
- 2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
- ins more entities. For more information, refer to https://docs.python.org/3/reference/datamodel.html#spe
- 2.9 Inheriting properties from built-in classes @info:cursos:pue:python-pcpp1:m1
- nto computers. You can find more details here: [[https://en.wikipedia.org/wiki/International_Bank_Accou
- 1.1 What is PEP? @info:cursos:pue:python-pcpp1:m2
- es in a repository, and can be accessed online at https://www.python.org/dev/peps/. But did you know th
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- speaking, it’s “a mapping from names to objects” (https://docs.python.org/3/tutorial/classes.html) imple
- 1.4 Coloring your widgets @info:cursos:pue:python-pcpp1:m3
- edefined color names – all of them can be found [[https://www.tcl.tk/man/tcl8.4/TkCmd/colors.html|here]]
- 1.7 Visiting widgets’ properties @info:cursos:pue:python-pcpp1:m3
- n’t very impressive – all of them are described [[https://www.tcl.tk/man/tcl8.4/TkCmd/cursors.html|here]
- 1.1 Python Professional Course Series: RESTful APIs @info:cursos:pue:python-pcpp1:m4
- use the same, constant socket numbers e.g., **the HTTP protocol, a carrier of data used by REST, usually