Cerca

Heus ací els resultats de la cerca.

4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
3 Resultats, Darrera modificació:
", "Return that", "Compute this", "Convert that", etc.), not a description (e.g. "Does this", "Returns that", "Forms this", "Extends that", etc.). For example: <code python> def greeting(name):... nal arguments), values, exceptions, restrictions, etc. * class docstrings should also summarize its b
1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
3 Resultats, Darrera modificació:
server may fail, transmission media may be down, etc, etc, etc. How do we defend against all these miseries? All ''requests'' functions are in the habit of rai
1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
3 Resultats, Darrera modificació:
store a new client's data in a customer database, etc. At REST level, the creation of new items is imp... llery, studying customers' records in a database, etc. At REST level, the retrieving of items is imple... , enter the current customer’s sales information, etc. At REST level, updating existing data is implem
1.1 Classes, Instances, Attributes, Methods — introduction @info:cursos:pue:python-pcpp1:m1
2 Resultats, Darrera modificació:
erything is an object (functions, modules, lists, etc.). In the very last section of this module, you'l... of built-in types, like numbers, strings, lists, etc., that are used to build more complex types. Crea
3.1 Advanced techniques of creating and serving exceptions @info:cursos:pue:python-pcpp1:m1
2 Resultats, Darrera modificació:
get data from an external source (console, file, etc.) you should not trust the data types, so it’s wi... consistent way for later processing like logging, etc. Look at the following code and the output trace
2.3 A small lexicon of widgets - Part 3 @info:cursos:pue:python-pcpp1:m3
2 Resultats, Darrera modificació:
r any textual information: name, password, email, etc. The widget implements all standard edit operatio... oving, scrolling, selecting, copying and pasting, etc.. We’ll show you only the basic possibilities of
1.1 Python Professional Course Series: RESTful APIs @info:cursos:pue:python-pcpp1:m4
2 Resultats, Darrera modificació:
that efficiency (e.g., WWW, REST, mail transfer, etc.) * UDP is more adequate **for applications where response time is crucial** (DNS, DHCP, etc.) === Connection-oriented vs. connectionless com
2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
1 Resultats, Darrera modificació:
ributes describing a person: age, salary, weight, etc. What does it mean to add two objects of the Pers
2.6 Abstract classes @info:cursos:pue:python-pcpp1:m1
1 Resultats, Darrera modificació:
hods for “open”, “play”, “get details”, “rewind”, etc., to maintain polymorphism. Your team should imp
2.8 Composition vs Inheritance - two ways to the same destination @info:cursos:pue:python-pcpp1:m1
1 Resultats, Darrera modificació:
eage, starting and stopping the vehicle, fueling, etc. Once you inherit a “mileage” property from the b
2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
1 Resultats, Darrera modificació:
outputted text, what past conventions were used, etc. It seems there’s nothing wrong with having mult
Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
1 Resultats, Darrera modificació:
ecorations: a title bar, a frame, buttons, icons, etc. As you probably know, the style in which the dec
1.5 A simple GUI application @info:cursos:pue:python-pcpp1:m3
1 Resultats, Darrera modificació:
line data, like single numbers, names, addresses, etc. We’ve added one to our window. It creates an **
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
1 Resultats, Darrera modificació:
as expected, the server was willing to cooperate, etc.) you may see something like this on your screen: