Cerca

Heus ací els resultats de la cerca.

2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
56 Resultats, Darrera modificació:
age and Python community, wrote this 19-line poem on the Python mailing list in 1999, and it became en... n the Python Enhancement Proposals in 2004. It’s one of the //Easter eggs// (i.e., hidden, secret mes... n individually, but, still, let’s try to meditate on each of them. == Beautiful is better than ugly B... ust remember that a nicely-written program is not only more enjoyable to read, but also more **readabl
3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
43 Resultats, Darrera modificació:
tyle guide) for Python code. PEP 8 is considered one of the most important PEPs and a must-read for e... s. In our case, it means we must not forget about one simple but important observation:** our code wil... read much more often than it will be written**. On the one hand, consistency is a crucial factor that determines code readability. On the other hand, in
Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
42 Resultats, Darrera modificació:
r:pasted:20250220-021744.png?500}} - Now, click on the Spider tab from the lower section of the wind... hical-hacker:pasted:20250220-022253.png?500}} - Once the tool completes scanning, it will display th... - Now, expand Password Sent Over HTTP and click on first http://www.moviescope.com link from the lef... w, under REFERENCES section, press Ctrl and click on CWE-319 hyperlink . - A CWE website appears in
4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
38 Resultats, Darrera modificació:
ections. == Docstring vs. comments Before we move on, we need to understand this essential distinction... able, and more sustainable code, which means it's one of the best practices a good, responsible develo... e value multiplied by 0.7.</code> == A few words on type hints: PEP 484 Before we move on from talking about comments to elaborating on docstrings, there
Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
34 Resultats, Darrera modificació:
dustry. Okay, that’s enough jokes about TLA’s for one course, all the more that GUI is present nearly ... in a different building, a different city or even on a different continent. But the most intriguing p... t could display either grey, amber, or green dots on a black or nearly black background); * wasn’t a... al terminals which exerted the greatest influence on the construction of such equipment and became wor
Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
32 Resultats, Darrera modificació:
g Techniques === Task 1: Gather Information using Online Footprinting Tools - Launch any web browser... arch sensitive SCADA directories that are exposed on sites. - Now, in the browser window, open a new... h displays the account-related information. Click on Shodan on top-left corner of the window to go to the main page of Shodan. - The Shodan main page ap
1.1 SQLite @info:cursos:pue:python-pcpp1:m5
30 Resultats, Darrera modificació:
a database, which is a set of information stored on a disk in a computer system. Access to the databa... re many free and paid database management systems on the market. The most popular of them include: *... IBM DB2 Later in this course, we'll focus mainly on the SQLite system. You'll use it to create your f... rst database, we'll say a few words about SQLite, one of the most popular database management systems
1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
29 Resultats, Darrera modificació:
now, however, we want you to focus your attention on a very helpful method we’ll use to arrange commun... on to **title the message box** which will appear on the screen; you can use an **empty** string, and ... -114039.png }} If your widget is a **clickable** one, you can connect a callback to it using its ''co... code> Note – there are three widgets in all, but only one of them (the ''Button'') is clickable by na
1.5 What is XML and why do we prefer to use JSON? @info:cursos:pue:python-pcpp1:m4
27 Resultats, Darrera modificació:
is possible to build a real programming language on top of XML, it wasn't (and still isn't) its nativ... mat produced by MS Office applications (the newer one with file extensions ending with x like docx) ut... t going to teach you how to use XML in Python. We only want to show you how it’s built and what the mo... y other XML element, can be spread over more than one line. XML is flexible with that. The third line
Módulo 3: Programación Orientada a Objetos - Herencia @info:cursos:netacad:python:pe2m3
26 Resultats, Darrera modificació:
te a los objetos: aquí está: <code python> object_one is object_two </code> **El operador //is// verifica si dos variables**, en este caso (object_one y object_two) **se refieren al mismo objeto**. ... conjunto flexible de clases. <code python> class One: def do_it(self): print("do_it de One") def doanything(self): self.do_it()
2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP @info:cursos:pue:python-pcpp1:m1
25 Resultats, Darrera modificació:
m — Inheritance as a pillar of OOP Inheritance is one of the fundamental concepts of object oriented p... lasses. Note that we've presumed that a class may only have one superclass — this is not always true, but we'll discuss this issue more a bit later. {{ :... thon. You can derive any new class from more than one previously defined class. But multiple inherita
1.3 JSON – our new friend @info:cursos:pue:python-pcpp1:m4
23 Resultats, Darrera modificació:
computer technology development is in fact based on TLA. What is TLA? It's simple – it's a Three-Lett... ent parts of objects, and is able to transfer not only the values of objects’ properties, but also the... in larger compounds. If you want to transfer not only raw data but also all the names bound to it (li... f you want your data to be widely understood (not only by Python counterparts), you should use JSON.
1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
23 Resultats, Darrera modificació:
ew 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 TCP stack and how the HTTP server is a... relational database residing in a single file, or on the contrary, a huge, distributed cloud of cooper... rent technologies can utilize shared data through one, **universal interface**. The interface itself
1.1 Python Professional Course Series: RESTful APIs @info:cursos:pue:python-pcpp1:m4
22 Resultats, Darrera modificació:
going to convince you to take a rest? Not at all. On the contrary, we want to encourage you to start t... ary computer systems, especially those which work on the Internet; moreover, which cannot work without... est question that can be put now. REST is focused on a very specific kind of data - the data which ref... ins a set (the most preferable set is a non-empty one) of **properties**. We can say that the values o
1.1 Classes, Instances, Attributes, Methods — introduction @info:cursos:pue:python-pcpp1:m1
21 Resultats, Darrera modificació:
an understanding of common terms, we should agree on the following definitions: * class — an idea, ... — a function built into a class that is executed on behalf of the class or object; some say that it’s... in lots of different details, and there is always one class of any given type. Think of a class as a b... inheritance to get a more specialized class based on another class. Additionally, your classes could
1.7 Visiting widgets’ properties @info:cursos:pue:python-pcpp1:m3
21 Resultats, Darrera modificació:
Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
18 Resultats, Darrera modificació:
1.2 Let TkInter speak! @info:cursos:pue:python-pcpp1:m3
18 Resultats, Darrera modificació:
Lab Module 20 Cryptography @info:cursos:pue:ethical-hacker:sesion5
17 Resultats, Darrera modificació:
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
17 Resultats, Darrera modificació:
Creación de aplicacions con Google Android @info:cursos:cibernarium
15 Resultats, Darrera modificació:
2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
15 Resultats, Darrera modificació:
2.4 Decorators @info:cursos:pue:python-pcpp1:m1
15 Resultats, Darrera modificació:
4.1 Shallow and deep copy operations @info:cursos:pue:python-pcpp1:m1
15 Resultats, Darrera modificació:
2.3 A small lexicon of widgets - Part 3 @info:cursos:pue:python-pcpp1:m3
14 Resultats, Darrera modificació:
1.5 A simple GUI application @info:cursos:pue:python-pcpp1:m3
12 Resultats, Darrera modificació:
Sesión 3 : swarm @info:cursos:pue:devops
11 Resultats, Darrera modificació:
5.1 Metaprogramming @info:cursos:pue:python-pcpp1:m1
11 Resultats, Darrera modificació:
4.1 Logging in Python @info:cursos:pue:python-pcpp1:m5
11 Resultats, Darrera modificació:
Lab Module 19 Cloud Computing @info:cursos:pue:ethical-hacker:sesion5
10 Resultats, Darrera modificació:
2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
10 Resultats, Darrera modificació:
Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
9 Resultats, Darrera modificació:
1.4 Coloring your widgets @info:cursos:pue:python-pcpp1:m3
9 Resultats, Darrera modificació:
1.8 Interacting with widget methods @info:cursos:pue:python-pcpp1:m3
9 Resultats, Darrera modificació:
1.4 Talking to JSON in Python @info:cursos:pue:python-pcpp1:m4
9 Resultats, Darrera modificació:
2.5 Different faces of Python methods @info:cursos:pue:python-pcpp1:m1
8 Resultats, Darrera modificació:
2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
8 Resultats, Darrera modificació:
3.1 The CSV module in Python @info:cursos:pue:python-pcpp1:m5
8 Resultats, Darrera modificació:
Curso python udemy @info:cursos:udemy
7 Resultats, Darrera modificació:
Apuntes SinCara Extras @info:cursos:pue:ethical-hacker:extras
7 Resultats, Darrera modificació:
2.3 Extended function argument syntax @info:cursos:pue:python-pcpp1:m1
7 Resultats, Darrera modificació:
2.6 Abstract classes @info:cursos:pue:python-pcpp1:m1
7 Resultats, Darrera modificació:
2.5 Working with the Canvas @info:cursos:pue:python-pcpp1:m3
7 Resultats, Darrera modificació:
Apuntes SinCara sesion 3 @info:cursos:pue:ethical-hacker:sesion3
6 Resultats, Darrera modificació:
Sesión 4 : swarm (ELK+TIG) @info:cursos:pue:devops
5 Resultats, Darrera modificació:
Sesión 8 : kubernetes @info:cursos:pue:devops
5 Resultats, Darrera modificació:
sesión 13 ELK @info:cursos:pue:devops
5 Resultats, Darrera modificació:
Sesión 16 prometheus on kubernetes @info:cursos:pue:devops
5 Resultats, Darrera modificació:
1.1 What is PEP? @info:cursos:pue:python-pcpp1:m2
5 Resultats, Darrera modificació:
2.2 A small lexicon of widgets - Part 2 @info:cursos:pue:python-pcpp1:m3
5 Resultats, Darrera modificació:
Moodle
4 Resultats, Darrera modificació:
onbuild @info:cursos:altran:docker
4 Resultats, Darrera modificació:
Ethical Hacker : sesión 2 @info:cursos:pue:ethical-hacker
4 Resultats, Darrera modificació:
LPIC2 2021 Sesión 9 (2021-03-02) @info:cursos:pue:lpic2-2021
4 Resultats, Darrera modificació:
Modulo 4: Tuplas @info:cursos:netacad:python:pe1m4
4 Resultats, Darrera modificació:
Modulo 1 (intermedio): Paquetes @info:cursos:netacad:python:pe2m1
4 Resultats, Darrera modificació:
1.9 Looking at variables @info:cursos:pue:python-pcpp1:m3
4 Resultats, Darrera modificació:
2.1 A small lexicon of widgets - Part 1 @info:cursos:pue:python-pcpp1:m3
4 Resultats, Darrera modificació:
5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
4 Resultats, Darrera modificació:
git (git-book)
3 Resultats, Darrera modificació:
Sesión 5: vagrant, ansible @info:cursos:pue:devops
3 Resultats, Darrera modificació:
DevOps Sesión 3 (2022-02-16) Docker @info:cursos:pue:devops2022
3 Resultats, Darrera modificació:
LPIC2 2021 Sesión 12 (2021-03-11) @info:cursos:pue:lpic2-2021
3 Resultats, Darrera modificació:
Módulo 4 (Intermedio): Generadores @info:cursos:netacad:python:pe2m4
3 Resultats, Darrera modificació:
Apuntes SinCara sesión 1 @info:cursos:pue:ethical-hacker:sesion1
3 Resultats, Darrera modificació:
Apuntes SinCara sesión 5 @info:cursos:pue:ethical-hacker:sesion5
3 Resultats, Darrera modificació:
Blockchain
2 Resultats, Darrera modificació:
Avaluació de tasques @info:cursos:moodle
2 Resultats, Darrera modificació:
Implementació d'activitats: Les tasques @info:cursos:moodle
2 Resultats, Darrera modificació:
VMWare Sesión 2 (2021-10-14) @info:cursos:idfo:vmware
2 Resultats, Darrera modificació:
EC2 @info:cursos:itformacion:awsassociate
2 Resultats, Darrera modificació:
ramas @info:cursos:openwebinars:git
2 Resultats, Darrera modificació:
EC2 @info:cursos:openwebinars:intro-aws
2 Resultats, Darrera modificació:
Sesión 2: Docker @info:cursos:pue:devops
2 Resultats, Darrera modificació:
LPIC2 2021 Sesión 10 (2021-03-04) @info:cursos:pue:lpic2-2021
2 Resultats, Darrera modificació:
Modulo 4: Funciones @info:cursos:netacad:python:pe1m4
2 Resultats, Darrera modificació:
Lab Module 06: Sytem hacking @info:cursos:pue:ethical-hacker:sesion2
2 Resultats, Darrera modificació:
Apuntes SinCara sesión 2 @info:cursos:pue:ethical-hacker:sesion2
2 Resultats, Darrera modificació:
reparación de pequeños electrodomésticos (19 de Noviembre de 2011)
1 Resultats, Darrera modificació:
virtualbox
1 Resultats, Darrera modificació:
docker (altran) @info:cursos:altran
1 Resultats, Darrera modificació:
El sector de les ONG @info:cursos:blockchain
1 Resultats, Darrera modificació:
HashiCorp Taller de Vault @info:cursos:hashicorp
1 Resultats, Darrera modificació:
Resum del curs @info:cursos:moodle
1 Resultats, Darrera modificació:
git (openwebinars) @info:cursos:openwebinars
1 Resultats, Darrera modificació:
Curso PUE DevOps 2022 @info:cursos:pue
1 Resultats, Darrera modificació:
Curso python (PCPP1) PUE 2023 @info:cursos:pue
1 Resultats, Darrera modificació:
Learning Terraform on Microsoft Azure @info:cursos:udemy
1 Resultats, Darrera modificació:
docker-compose @info:cursos:altran:docker
1 Resultats, Darrera modificació:
Dockerfile @info:cursos:altran:docker
1 Resultats, Darrera modificació:
run @info:cursos:altran:docker
1 Resultats, Darrera modificació:
VMWare Sesión 6 (2021-10-28) @info:cursos:idfo:vmware
1 Resultats, Darrera modificació:
VMWare Sesión 11 (2021-11-16) @info:cursos:idfo:vmware
1 Resultats, Darrera modificació:
Bases de datos @info:cursos:itformacion:awsassociate
1 Resultats, Darrera modificació:
load balancer @info:cursos:itformacion:awsassociate
1 Resultats, Darrera modificació:
OpsWorks @info:cursos:itformacion:awsassociate
1 Resultats, Darrera modificació:
Storage y CDN @info:cursos:itformacion:awsassociate
1 Resultats, Darrera modificació:
Elastic Beanstalk @info:cursos:itformacion:awsdeveloper
1 Resultats, Darrera modificació:
trabajando con ramas @info:cursos:openwebinars:git
1 Resultats, Darrera modificació:
autoscaling @info:cursos:openwebinars:intro-aws
1 Resultats, Darrera modificació:
Sesión 6 : ansible @info:cursos:pue:devops
1 Resultats, Darrera modificació:
Sesión 12 : k8s (traefik) @info:cursos:pue:devops
1 Resultats, Darrera modificació:
sesión 14 OpenStack @info:cursos:pue:devops
1 Resultats, Darrera modificació:
DevOps Sesión 2 (2022-02-14) Docker @info:cursos:pue:devops2022
1 Resultats, Darrera modificació:
DevOps Sesión 8 (2022-03-07) k8s @info:cursos:pue:devops2022
1 Resultats, Darrera modificació:
Ethical Hacker : sesión 1 @info:cursos:pue:ethical-hacker
1 Resultats, Darrera modificació:
Ethical Hacker : sesión 5 @info:cursos:pue:ethical-hacker
1 Resultats, Darrera modificació:
Ethical Hacker : shellgpt @info:cursos:pue:ethical-hacker
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 8 (2021-02-25) @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 14 (2021-03-18) @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
Galaxy @info:cursos:udemy:ansible
1 Resultats, Darrera modificació:
creación virtual-machine @info:cursos:udemy:terrafrom-fundamentos
1 Resultats, Darrera modificació:
Modulo 4: Excepciones @info:cursos:netacad:python:pe1m4
1 Resultats, Darrera modificació:
Modulo 2 (intermedio): Cadenas @info:cursos:netacad:python:pe2m2
1 Resultats, Darrera modificació:
Apuntes SinCara sesión 4 @info:cursos:pue:ethical-hacker:sesion4
1 Resultats, Darrera modificació:
configuracion red avanzada @info:cursos:pue:lpic2:6
1 Resultats, Darrera modificació:
configuración básica de red @info:cursos:pue:lpic2:6
1 Resultats, Darrera modificació:
ficheros y openssl @info:cursos:udemy:ansible:modulos
1 Resultats, Darrera modificació:
gestión de paquetes @info:cursos:udemy:ansible:modulos
1 Resultats, Darrera modificació:
Windows @info:cursos:udemy:ansible:modulos
1 Resultats, Darrera modificació: