Cerca

Heus ací els resultats de la cerca.

Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
95 Resultats, Darrera modificació:
centralops.net) to perform DNS interrogation. - In the Parrot Terminal window, run nmap -T4 -A -v [T... hical-hacker:pasted:20250220-020728.png?500}} - In the terminal window, run command telnet www.movie... Task 2: Perform Web Spidering using OWASP ZAP - In the Terminal window, type zaproxy and press Enter... o not want to persist this session at this moment in time radio button and click Start.{{:info:cursos:
1.1 SQLite @info:cursos:pue:python-pcpp1:m5
83 Resultats, Darrera modificació:
visible to other users. Sent data should be saved in some place that can be easily accessed. This plac... e, which is a set of information stored on a disk in a computer system. Access to the database is poss... le Database, Microsoft SQL Server, IBM DB2 Later in this course, we'll focus mainly on the SQLite sys... e of the most popular database management systems in the world. SQLite is actually a C library which a
4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
67 Resultats, Darrera modificació:
ed with documenting Python code using docstrings. In short, it tries to answer the following two quest... string literal that occurs as the first statement in a module, function, class, or method definition. ... _'' special attribute of that object." (PEP 257) In other words, docstrings are Python **documentation strings** that are used in the class, module, function, and method definitio
3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
66 Resultats, Darrera modificació:
ng projects may adopt their own style guidelines (in which case such project-specific guidelines may b... the conventions provided for by PEP 8, especially in the case of any conflicts, or backwards-compatibi... nal conventions are being identified and included in it, and at the same time some old conventions are... nce” where Emerson urges readers to be consistent in their beliefs and practices. In our case, it mean
1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
63 Resultats, Darrera modificació:
xisting/malformed address We’ve reached the point in which we are ready to gather all new facts and to... store and publish fancy images and funny videos. In fact, a properly trained web server can be a very... , it may be a simple relational database residing in a single file, or on the contrary, a huge, distri... or. Thanks to it, very different programs written in very different technologies can utilize shared da
2.1 File processing - XML files @info:cursos:pue:python-pcpp1:m5
60 Resultats, Darrera modificació:
2.1 File processing - XML files == XML processing in Python Python is commonly used to process various... rammer, you'll have to read or create a data file in the XML format. Soon, doing that will be a piece ... ferent, because it's parsed into a tree structure in which each node is an object. * **xml.sax** – S... nym for “Simple API for XML”. SAX is an interface in Python for event-driven XML document analysis. Un
4.1 Logging in Python @info:cursos:pue:python-pcpp1:m5
58 Resultats, Darrera modificació:
= 4.1 Logging in Python == Logging in Python The Python Standard Library provides a useful module called ''logging'' to log events occurring in the application. Logs are most often used to find... something goes wrong, you'll be able to determine in which browsers the problem is occurring. In Pyth
2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
46 Resultats, Darrera modificació:
rote this 19-line poem on the Python mailing list in 1999, and it became entry #20 in the Python Enhancement Proposals in 2004. It’s one of the //Easter eggs// (i.e., hidden, secret messages or features) included in the Python interpreter. Now let’s see the magic.
2.4 Decorators @info:cursos:pue:python-pcpp1:m1
42 Resultats, Darrera modificació:
thout directly modifying it. Decorators are used in: * the validation of arguments; * the modifi... st functions we could think of. We'll decorate it in a moment. <code python> def simple_hello(): ... he whole code should look like the code presented in the right pane. When you run the code, the resul... her lines? Where is the simplicity or convenience in this approach? Well … we could say … you should
3.1 The CSV module in Python @info:cursos:pue:python-pcpp1:m5
41 Resultats, Darrera modificació:
= 3.1 The CSV module in Python == The CSV module in Python The CSV (Comma Separated Values) format is one of the most popular... nd the popular Excel offer data import and export in this format. The CSV file is a plain text file w... sized that only one type of separator can be used in one CSV file. Each line in the file represents a
4.1 Shallow and deep copy operations @info:cursos:pue:python-pcpp1:m1
40 Resultats, Darrera modificació:
Copying objects using shallow and deep operations In this module, you’ll learn how to copy Python obje... ts that allow us to cope with objects, let's talk in detail about variables and objects, and possible ... the left side.) * At first, an object (a list in this example) is created in the computer's memory. Now the object has its identity; * then the obje
5.1 Metaprogramming @info:cursos:pue:python-pcpp1:m1
39 Resultats, Darrera modificació:
lasses Metaprogramming is a programming technique in which computer programs have the ability to modif... tion story, but the idea was born and implemented in the early 1960s. For Python, code modifications ... tocol. It may look like syntactic sugar, because in many cases metaprogramming allows programmers to ... he number of lines of code to express a solution, in turn reducing development time. But the truth is
2.9 Inheriting properties from built-in classes @info:cursos:pue:python-pcpp1:m1
36 Resultats, Darrera modificació:
= 2.9 Inheriting properties from built-in classes Python gives you the ability to create a class that inherits properties from any Python built-in class in order to get a new class that can enrich the parent's attributes or methods. As a result, yo... your own modifications for the selected methods. In the following example, we’ll create an implementa
4.2 Serialization of Python objects using the pickle module @info:cursos:pue:python-pcpp1:m1
35 Resultats, Darrera modificació:
ization of Python objects using the pickle module In this section, you will learn how to persist Pytho... different types of objects or nested structures. In Python, object **serialization** is the process o... ucture into a stream of bytes to store the object in a file or database, or to transmit it via a netwo... e information necessary to reconstruct the object in another Python script. This reverse process is c
1.3 JSON – our new friend @info:cursos:pue:python-pcpp1:m4
35 Resultats, Darrera modificació:
dote says that computer technology development is in fact based on TLA. What is TLA? It's simple – it'... ind and try to recall five acronyms commonly used in the IT world. We bet four of them will be TLA. ... too, and some sudden questions may have appeared in your mind just now, e.g., “Java? Do you want me t... ut, although created with JavaScript environments in mind, works perfectly without JavaScript. In fact
Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
31 Resultats, Darrera modificació:
5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
30 Resultats, Darrera modificació:
1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
29 Resultats, Darrera modificació:
2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
25 Resultats, Darrera modificació:
Lab Module 19 Cloud Computing @info:cursos:pue:ethical-hacker:sesion5
22 Resultats, Darrera modificació:
1.2 Let TkInter speak! @info:cursos:pue:python-pcpp1:m3
19 Resultats, Darrera modificació:
2.3 Extended function argument syntax @info:cursos:pue:python-pcpp1:m1
18 Resultats, Darrera modificació:
2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
18 Resultats, Darrera modificació:
1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
18 Resultats, Darrera modificació:
2.5 Different faces of Python methods @info:cursos:pue:python-pcpp1:m1
17 Resultats, Darrera modificació:
1.7 Visiting widgets’ properties @info:cursos:pue:python-pcpp1:m3
17 Resultats, Darrera modificació:
Lab Module 20 Cryptography @info:cursos:pue:ethical-hacker:sesion5
16 Resultats, Darrera modificació:
LPIC2 2021 Sesión 9 (2021-03-02) @info:cursos:pue:lpic2-2021
14 Resultats, Darrera modificació:
2.6 Abstract classes @info:cursos:pue:python-pcpp1:m1
12 Resultats, Darrera modificació:
1.4 Coloring your widgets @info:cursos:pue:python-pcpp1:m3
12 Resultats, Darrera modificació:
1.5 A simple GUI application @info:cursos:pue:python-pcpp1:m3
11 Resultats, Darrera modificació:
2.3 A small lexicon of widgets - Part 3 @info:cursos:pue:python-pcpp1:m3
11 Resultats, Darrera modificació:
2.5 Working with the Canvas @info:cursos:pue:python-pcpp1:m3
11 Resultats, Darrera modificació:
1.1 What is PEP? @info:cursos:pue:python-pcpp1:m2
9 Resultats, Darrera modificació:
1.4 Talking to JSON in Python @info:cursos:pue:python-pcpp1:m4
9 Resultats, Darrera modificació:
Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
7 Resultats, Darrera modificació:
Apuntes SinCara sesión 2 @info:cursos:pue:ethical-hacker:sesion2
7 Resultats, Darrera modificació:
1.9 Looking at variables @info:cursos:pue:python-pcpp1:m3
7 Resultats, Darrera modificació:
2.1 A small lexicon of widgets - Part 1 @info:cursos:pue:python-pcpp1:m3
7 Resultats, Darrera modificació:
Curso python (PCPP1) PUE 2023
6 Resultats, Darrera modificació:
DevOps Sesión 13 (2022-03-23) Ansible @info:cursos:pue:devops2022
6 Resultats, Darrera modificació:
1.8 Interacting with widget methods @info:cursos:pue:python-pcpp1:m3
5 Resultats, Darrera modificació:
2.2 A small lexicon of widgets - Part 2 @info:cursos:pue:python-pcpp1:m3
5 Resultats, Darrera modificació:
DevOps Sesión 6 (2022-02-28) k8s @info:cursos:pue:devops2022
3 Resultats, Darrera modificació:
Apuntes SinCara Extras @info:cursos:pue:ethical-hacker:extras
3 Resultats, Darrera modificació:
DevOps Sesión 1 (2022-02-09) Docker @info:cursos:pue:devops2022
2 Resultats, Darrera modificació:
LPIC2 2021 Sesión 11 (2021-03-09) @info:cursos:pue:lpic2-2021
2 Resultats, Darrera modificació:
Apuntes SinCara sesión 1 @info:cursos:pue:ethical-hacker:sesion1
2 Resultats, Darrera modificació:
Apuntes SinCara sesión 4 @info:cursos:pue:ethical-hacker:sesion4
2 Resultats, Darrera modificació:
Sesión 6 : ansible @info:cursos:pue:devops
1 Resultats, Darrera modificació:
Sesión 7: Seguridad, Prometheus @info:cursos:pue:devops
1 Resultats, Darrera modificació:
Sesión 15 examen @info:cursos:pue:devops
1 Resultats, Darrera modificació:
Sesión 16 prometheus on kubernetes @info:cursos:pue:devops
1 Resultats, Darrera modificació:
DevOps Sesión 3 (2022-02-16) Docker @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 2 @info:cursos:pue:ethical-hacker
1 Resultats, Darrera modificació:
Ethical Hacker : shellgpt @info:cursos:pue:ethical-hacker
1 Resultats, Darrera modificació:
103.2 - filtros @info:cursos:pue:lpic1
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 10 (2021-03-04) @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació:
LPIC2 2021 Sesión 13 (2021-03-16) @info:cursos:pue:lpic2-2021
1 Resultats, Darrera modificació: