Cerca

Heus ací els resultats de la cerca.

1.1 SQLite @info:cursos:pue:python-pcpp1:m5
12 Resultats, Darrera modificació:
as an iterator, you can use its method called ''fetchall''. The ''fetchall'' method fetches all records (those not yet fetched from the query result). Look at the code in the editor. <code py
1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
4 Resultats, Darrera modificació:
he following methods: * ''GET'' is intended to fetch a piece of information (a resource) from the ser... 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
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.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
3 Resultats, Darrera modificació:
= 1.2 How to use sockets in Python == How to fetch a document from a server using Python We are going t... g) using the standard ''input()'' function and **fetches the root document** (the main HTML document of... as expected, the server was willing to cooperate, etc.) you may see something like this on your screen:
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
2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP @info:cursos:pue:python-pcpp1:m1
2 Resultats, Darrera modificació:
is order: * the definition of **class B** is fetched; * the definition of **class C** is fetched; * Python finds the requested method in the **cla
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.5 Different faces of Python methods @info:cursos:pue:python-pcpp1:m1
1 Resultats, Darrera modificació:
es_created'' class variable. The number could be fetched using a class method named ''get_number_of_wat
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
1.5 A simple GUI application @info:cursos:pue:python-pcpp1:m3
1 Resultats, Darrera modificació:
1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
1 Resultats, Darrera modificació:
2.5 Working with the Canvas @info:cursos:pue:python-pcpp1:m3
1 Resultats, Darrera modificació: