Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- Curso python PUE 2022
- Curso python (PCPP1) PUE 2023
- Sesión1: Docker
- Sesión 2: Docker
- Sesión 3 : swarm
- Sesión 4 : swarm (ELK+TIG)
- Sesión 5: vagrant, ansible
- Sesión 6 : ansible
- Sesión 7: Seguridad, Prometheus
- Sesión 8 : kubernetes
- Sesión 9 : kubernetes, Jenkins
- Sesión 10 Jenkins
- Sesión 11 Jenkins
- Sesión 12 : k8s (traefik)
- sesión 13 ELK
- sesión 14 OpenStack
- Sesión 15 examen
- Sesión 16 prometheus on kubernetes
- Ethical Hacker : sesión 1
- Ethical Hacker : sesión 2
- Ethical Hacker : sesión 3
- Ethical Hacker : sesión 4
- Ethical Hacker : sesión 5
- Python Sesión 0 (2022-05-00)
- Python Sesión 1 (2022-05-24)
- Python Sesión 9 (2022-06-21)
- Lab Module 0 : Integrate ShellGPT in Parrot Security Machine
- Lab Module 02: Footprinting and Reconnaissance
- Lab Modulo 03
- Lab Modulo 04
- Lab Modulo 05
- Apuntes SinCara sesión 1
- Lab Module 06: Sytem hacking
- Lab Module 07
- Lab Module 08: Perform Active Sniffing
- Apuntes SinCara sesión 2
- Lab Module 09: Social Engineering
- Apuntes SinCara sesion 3
- Lab Module 10
- Lab Modulo 11 - Session Hijacking
- Lab Module 12: Perform Intrusion Detection using Various Tools
- Lab Module 13
- Apuntes SinCara sesión 4
- Lab Module 18 IoT and OT Hacking
- Lab Module 19 Cloud Computing
- Lab Module 20 Cryptography
- Apuntes SinCara sesión 5
- 1.1 Classes, Instances, Attributes, Methods — introduction
- 1.2 Working with class and instance data – instance variables
- 2.1 Python core syntax
- 2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP
- 2.3 Extended function argument syntax
- 2.4 Decorators
- 2.5 Different faces of Python methods
- 2.6 Abstract classes
- 2.7 Encapsulation
- 2.8 Composition vs Inheritance - two ways to the same destination
- 2.9 Inheriting properties from built-in classes
- 3.1 Advanced techniques of creating and serving exceptions
- 4.1 Shallow and deep copy operations
- 4.2 Serialization of Python objects using the pickle module
- 4.3 Making Python objects persistent using the shelve module
- 5.1 Metaprogramming
- 1.1 What is PEP?
- 2.1 PEP 20 – The Zen of Python
- 3.1 PEP 8 – Introduction
- 4.1 PEP 257 – Docstring Conventions
- Python Professional Course Series: GUI Programming
- 1.2 Let TkInter speak!
- 1.3 Settling widgets in the window's interior
- 1.4 Coloring your widgets
- 1.5 A simple GUI application
- 1.6 Events and how to handle them
- 1.7 Visiting widgets’ properties
- 1.8 Interacting with widget methods
- 1.9 Looking at variables
- 2.1 A small lexicon of widgets - Part 1
- 2.2 A small lexicon of widgets - Part 2
- 2.3 A small lexicon of widgets - Part 3
- 2.4 Shaping the main window and conversing with the user
- 2.5 Working with the Canvas
- 1.1 Python Professional Course Series: RESTful APIs
- 1.2 How to use sockets in Python
- 1.3 JSON – our new friend
- 1.4 Talking to JSON in Python
- 1.5 What is XML and why do we prefer to use JSON?
- 1.6 Making life easier with the requests module
- 1.7 Four magic letters: CRUD
- 2.1 Python Professional Course Series: Lab & Assessment
- 1.1 SQLite
- 2.1 File processing - XML files
- 3.1 The CSV module in Python
- 4.1 Logging in Python
- 5.1 The configparser module
Resultats de text complet:
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- = Apuntes SinCara Extras systemd == Consideraciones iniciales * Se presenta el 30 de abril de 2010, por Lennart Poetterig * SystemD es un... cios. * Reemplaza los sistemas de inicio tradicionales como SysV init o Upstart (de Canonical / Ubuntu) * Se enfoca en la eficiencia, la rapidez y la
- 1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
- = 1.7 Four magic letters: CRUD == Entering a non-existing/malformed address We’ve reached the point in... 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
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- sesión 4 * [[info:cursos:pue:ethical-hacker:sesion4]] == clase * Modulo 14 * Modulo 15 * Modu... * Modulo 17 == Modulo 14: Hacking Web Applications * Amenazas * OWASP - [[https://owasp.org]] ... ociación sin ánimo de lucro * proyectos relacionados con seguridad * Coraza - ModSecurity - set reglas programables * web security testint gui
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- = 3.1 PEP 8 – Introduction As mentioned earlier, PEP 8 is a document that provides coding conventions (code style guide) for Python code. PEP 8 is considered one of the most important PEPs and a
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- = 4.1 PEP 257 – Docstring Conventions == What is PEP 257? PEP 257 is a document created as part of the Python Developer's Guide, which makes an attempt to stan... level structure of docstrings. It outlines the **conventions**, best practices, and semantics (not law
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- = 2.1 PEP 20 – The Zen of Python The **Zen of Python** is a collection of 19 aphorisms, which reflect the philosophy behind Python, its guiding principles, and design. Tim Peters,
- 2.4 Decorators @info:cursos:pue:python-pcpp1:m1
- = 2.4 Decorators A decorator is one of the design patterns that describes the structure of related objects. Python is able to decorate functions, methods, and classes. The decorator's operation is based on wrapping the original function with a
- 3.1 Advanced techniques of creating and serving exceptions @info:cursos:pue:python-pcpp1:m1
- dvanced techniques of creating and serving exceptions In this module, we'll talk about Python exceptions – objects that represent errors which occur during the execution of a program that disrupts the normal flow of the
- 1.1 SQLite @info:cursos:pue:python-pcpp1:m5
- == What is a database? Nowadays, social applications such as Facebook, Twitter, and Instagram are ver... ounts, and existing users add or share different content. You’ve surely noticed that the data sent to those applications are still available after a few days, or even ye... now how that’s possible? Data is simply information about users, the contents of their posts, and com
- 1.2 How to use sockets in Python @info:cursos:pue:python-pcpp1:m4
- = 1.2 How to use sockets in Python == How to fetch a document from a server using Python We are going to write our first program making us... of network sockets. Of course, we'll harness Python for this purpose. Here are our goals: * we wa... hich reads the address of a WWW site** (e.g., pythoninstitute.org) using the standard ''input()'' func
- 2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
- = 2.1 Python core syntax So far we have been using Python core operations that allow us to operate on strings, lists, integers, and floats. It’s natural for us to formulate e
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- = Python Professional Course Series: GUI Programming == What is GUI? GUI is an acronym. Moreover, it’s a three-letter acronym, a representative of a well-known class of acronyms which pl
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- nough to communicate with the web service using JSON as an information carrier. Unfortunately, our knowledge needs to be supplemented – we need a **server... ule to talk with the **service** (we beg your pardon). “Wait,” you may ask here. “Doesn't the socket ... tries to establish, maintain, and close internet connections. This is why we used it before when we wa
- 1.6 Events and how to handle them @info:cursos:pue:python-pcpp1:m3
- ow, events are the 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 yo
- 5.1 The configparser module @info:cursos:pue:python-pcpp1:m5
- = 5.1 The configparser module == Introduction to the configparser module Currently, many popular services provide an API that we can use in our applications. Integration with these services requires authen
- LPIC2 2021 Sesión 3 (2021-02-09) - procesos, kernel, systemd/systemv, modulos @info:cursos:pue:lpic2-2021