Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- LPIC2 2021 Sesión 7 (2021-02-23) - raid, networking @info:cursos:pue:lpic2-2021
- Devices/Gestion de Swap.txt == Clase === RAID <callout type="info" icon="true">Material Practicas LPI... vices/1-Gestión Avanzada de Discos.pdf, pag 2 √</callout> <callout type="info" icon="true">Manual Certificacion LPIC-2.pdf, pag 72 √</callout> * en certificación no preguntan por que es
- 1.1 SQLite @info:cursos:pue:python-pcpp1:m5
- ntents of their posts, and comments. The data are all kinds of information that we can send to the appl... se management systems in the world. SQLite is actually a C library which allows the user to read and write data directly to a file. You're surprised? The c... t's more, it doesn't require any configuration at all, because it's a self-contained library enclosed i
- 1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
- he fuel which propel the application’s movements. All events come **to the event manager**, which is responsible for dispatching them to all the application components. This also means that some of the events may launch some of your callbacks, which makes you responsible for preparing t... ume); note: you can use the ''\n'' digraph to visually break the info into separate lines. We’ll ask t
- 2.4 Decorators @info:cursos:pue:python-pcpp1:m1
- function so that the **decorating** function can call the passed function. The decorating function returns a function that can be called later. Of course, the **decorating** function ... re used to perform operations before and after a call to a wrapped object or even to prevent its execut... _decorator(function): print('We are about to call "{}"'.format(function.__name__)) return funct
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- , that’s enough jokes about TLA’s for one course, all the more that GUI is present nearly everywhere. L... ven, even washing machine or heating controller – all these things have a screen, most of them colored ... nicate with the user. They communicate bidirectionally. GUI stands for Graphical User Interface. In th... ed as a part of computers. A computer (sometimes called a **mainframe**) was a very big box (much, much
- DevOps Sesión 12 (2022-03-21) @info:cursos:pue:devops2022
- ón 12 (2022-03-21) == Documentación relacionada <callout type="info" icon="true"> * ./4-Topic 704 Con... /Material Curso Ansible/Curso Ansible 2020.pdf </callout> == ansible.cfg <callout type="info" icon="true"> * ./4-Topic 704 Configuration Management * .... * ./Laboratorios Ansible-playbook y Ad-doc.txt </callout> * 4 secciones básicas * defaults
- LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
- ex.php <Location /administrador> Order Deny,Allow deny from all allow from 192.168.2.1 </Location> <Location /prohibido> Order Deny,Allow deny from all allow from 192.168.0.9
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- "poem" seems to be imbued with contradictions and allusions, we assure you that the aphorisms are extre... These, of course, should be looked upon holistically, rather than individually, but, still, let’s try to meditate on each of them. == Beautiful is better... ature of the language, ask yourself whether you really need it. Maybe there’s a better way to implement
- 1.1 Python Professional Course Series: RESTful APIs @info:cursos:pue:python-pcpp1:m4
- e we going to convince you to take a rest? Not at all. On the contrary, we want to encourage you to sta... specific kind of machinery (do not take this literally) which drives lots of contemporary computer systems, especially those which work on the Internet; moreover, whic... cannot work without the Internet. REST isn't actually a word - it's an acronym. It comes from three wo
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- a **server serving** a web **service** (sorry for all these serv..., we weren't able to avoid them) and... work issues at the TCP level and to learn which challenges the OS faces when it tries to establish, mai... to look inside it. Okay. Let's start. First of all, we need to have Node.js installed on our computer. The steps you should take depend on the OS you use
- 2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
- document must have one root element that contains all other elements. In the example below, the main el... Each of these elements is represented by a class called ''Element''. In addition to the parse method, we can use the method called ''fromstring'', which, as an argument, takes XM... {'title': 'Hamlet'}</code> The root element and all its children are ''Element'' objects. In the exam
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- over the conventions provided for by PEP 8, especially in the case of any conflicts, or backwards-compa... t PEP 8 style conventions. These tools can be installed and run locally, or accessed online. We want to show you just two of them, but we encourage you to e... ther on your own: * **pycodestyle** (formerly called pep8, but the name was changed to avoid confusi
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- erence between comments and docstrings, and eventually between commenting and documenting code? Look a... ommenting and documenting code important? Essentially, we must not forget this simple rule by Guido va... de is more often read than written**", which basically means that the code we write today will most lik... uch programming and code writing habits that will allow the developers and other users to understand th
- 2.5 Different faces of Python methods @info:cursos:pue:python-pcpp1:m1
- ticular the attributes of the instance, so we’ve called them i**nstance methods**. The instance method... ter, take the ''self'' parameter, which is their hallmark. It’s worth emphasizing and remembering that ''self'' allows you to refer to the instance. Of course, it fo... __internal%%'', and the ''get_internal()'' method allows you to read the instance variable specific to
- DevOps Sesión 8 (2022-03-07) k8s @info:cursos:pue:devops2022
- 8 (2022-03-07) k8s == Documentación relacionada <callout type="info" icon="true"> * 2-Despliegue de A... oratorio kubernetes Curso-DevOps.txt línea 481 </callout> == Clase === secretos <callout type="info" icon="true"> * 2-Despliegue de Aplicaciones Kubernet... ubernetes-curso/mariadb-deployment-secret.yaml </callout> * ''create secret...'' * docker-registr
- LPIC2 2021 Sesión 3 (2021-02-09) - procesos, kernel, systemd/systemv, modulos @info:cursos:pue:lpic2-2021