Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- ara logearse en una web * same-site * command injection * shell * html * file... s-site timing: paquetes de solictud manipulados usando javascript * browser-based timing: estimar... * Ataques a servicios web * apuntes Fernando: * **SOAP** (Simple Object Access Protoc... ntes procesos pueden comunicarse entre si, preguntando a UDDI por su localización, y por medio de inter
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- on Developer's Guide, which makes an attempt to standardize the high-level structure of docstrings. It outlines the **conventions**, best practices, and semantics (not laws or regulations!) associated w... s** that are used in the class, module, function, and method definition in order to provide information... They help programmers (including you) to remember and understand the purpose, operation, and capabiliti
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- philosophy behind Python, its guiding principles, and design. Tim Peters, a long time major contributor to the Python programming language and Python community, wrote this 19-line poem on the Python mailing list in 1999, and it became entry #20 in the Python Enhancement Pro... or window, type in ''import this'', run the code, and voilà! Can you see what happens? What you see is
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- EP 8 is considered one of the most important PEPs and a must-read for every professional Python program... to make the code more consistent, more readable, and more efficient. Even though some programming pro... mended reading, as they help you to better understand the philosophy behind Python and become a more aware and proficient programmer. PEP 8 is still evolvi
- Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
- = Lab Module 18 IoT and OT Hacking == Lab 1: Perform Footprinting using Various Footprinting Techniques... ears; type www.oasis-open.org in the search field and click SEARCH. \\ {{:info:cursos:pue:ethical-hacke... n organization that has published the MQTT v5.0 standard, which represents a significant leap in the refinement and capability of the messaging protocol that already
- Modulo 1 (intermedio): Módulos @info:cursos:netacad:python:pe2m1
- ablemente sea completamente inutilizable o esté abandonado. Un código real, deseado y ampliamente utili... se desarrolla continuamente, ya que tanto las demandas de los usuarios como sus expectativas se desarr... de hecho, un problema creciente. Un código más grande siempre significa un mantenimiento más difícil. La búsqueda de errores siempre es más fácil cuando el código es más pequeño (al igual que encontrar
- 1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
- int in which we are ready to gather all new 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 able to do much more for us than just store and publish fancy images and funny videos. In fact,
- 2.3 A small lexicon of widgets - Part 3 @info:cursos:pue:python-pcpp1:m3
- password, email, etc. The widget implements all standard edit operations like inserting, removing, scrolling, selecting, copying and pasting, etc.. We’ll show you only the basic pos... its entire flexibility when we just want to enter and validate a line of text. Here are some of ''Entr... pue:python-pcpp1:m3:pasted:20231228-112558.png}} And now, some of ''Entry''’s methods: {{:info:cursos:
- 1.5 What is XML and why do we prefer to use JSON? @info:cursos:pue:python-pcpp1:m4
- = 1.5 What is XML and why do we prefer to use JSON? **XML** is a **language**. Anyway, this is what it ... t itself. Note – it isn't a programming language, and although it is possible to build a real programming language on top of XML, it wasn't (and still isn't) its native niche. XML is – like JSON – a **universal and transparent carrier** of any type of data. You ca
- Módulo 4 (Intermedio): Archivos @info:cursos:netacad:python:pe2m4
- * que generalmente se almacenan físicamente utilizando dispositivos de almacenamiento: discos duros, óp... . Es mucho más difícil imaginar la misma tarea cuando hay 20,000 números para ordenar, y no existe un ... accede y procesa los archivos se implementa utilizando un conjunto consistente de objetos. No hay mejor... es o entornos, los términos más utilizados son **handles o manejadores (un tipo de puntero inteligente)
- Apuntes SinCara sesión 4 @info:cursos:pue:ethical-hacker:sesion4
- -web-hacking-techniques - Varios artículos recopilando las técnicas de hacking de Webs más usadas a lo ... ntes procesos pueden comunicarse entre si, preguntando a UDDI por su localización, y por medio de inter... icios denominado Universal Description, Discovery and Integration. UDDI se comunica intercambiando archivos WSDL. Un servidor (o proveedor del servicio) deb
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- all these serv..., we weren't able to avoid them) and we also need a tool simpler than the ''socket'' m... It does, but it’s **too good**. It's too choosy and too powerful. It exposes lots of details which ar... socket module is perfect when you want to understand network issues at the TCP level and to learn which challenges the OS faces when it tries to establish,
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- these things have a screen, most of them colored and many (more and more every year) use it to display a GUI and to communicate with the user. They communicate bidirectionally. GUI stands for Graphical User Interface. In this three-word
- 2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP @info:cursos:pue:python-pcpp1:m1
- = 2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP Inheritance is one of the fundamental concepts of object oriented programming, and expresses the fundamental relationships between classes: superclasses (parents) and their subclasses (descendants). Inheritance creat... class hierarchy inherits all the traits (methods and attributes) defined inside any of the superclasse
- Módulo 3: Programación Orientada a Objetos - Herencia @info:cursos:netacad:python:pe2m3
- r Python, y es poco probable que aparezca igual cuando se ejecuta el mismo código en un entorno diferen... . Afortunadamente, Python ofrece tal función. Cuando Python necesita que alguna clase u objeto deba s... espués de la muerte de esa persona. El término, cuando se relaciona con la programación de computadoras... struir una nueva clase, no desde cero, sino utilizando un repertorio de rasgos ya definido**. La nueva
- Módulo 3 - Valores booleanos, ejecución condicional, bucles, listas y su procesamiento, operaciones lógicas y de bit a bit @info:cursos:netacad:python
- LPIC2 2021 Sesión 3 (2021-02-09) - procesos, kernel, systemd/systemv, modulos @info:cursos:pue:lpic2-2021
- Módulo 3 (Intermedio): Programación Orientada a Objetos - Excepciones @info:cursos:netacad:python:pe2m3
- Modulo 3 (intermedio): Los conceptos básicos del enfoque orientado a objetos @info:cursos:netacad:python:pe2m3