Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- esign. Tim Peters, a long time major contributor to the Python programming language and Python commun... Python interpreter. Now let’s see the magic. Go to the editor window, type in ''import this'', run t... and decision making. Even though the "poem" seems to be imbued with contradictions and allusions, we a... practical and common sense, and you’re encouraged to accept them and implement in your code. These, o
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- using Nmap and Telnet - Perform a Whois lookup to gather information about the IP address of the we... , name servers, IP address, and location. - Use tools such as Netcraft (https://www.netcraft.com), S... , and Batch IP Converter (http://www.sabsoft.com) to perform the Whois lookup. - Perform DNS Interrogation to gather information about the DNS servers, DNS rec
- 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 use of network soc... r this purpose. Here are our goals: * we want to write **a program which reads the address of a WW
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- Python Developer's Guide, which makes an attempt to standardize the high-level structure of docstring... Python code using docstrings. In short, it tries to answer the following two questions: - What sho... module, function, and method definition in order to provide information about the functionality of a ... ive** way. They help programmers (including you) to remember and understand the purpose, operation, a
- 1.1 SQLite @info:cursos:pue:python-pcpp1:m5
- content. You’ve surely noticed that the data sent to those applications are still available after a fe... ata are all kinds of information that we can send to the application. During registration, you send th... d new posts you send content that will be visible to other users. Sent data should be saved in some pl... ion stored on a disk in a computer system. Access to the database is possible thanks to a database man
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- every professional Python programmer, as it helps to make the code more consistent, more readable, and... till highly recommended reading, as they help you to better understand the philosophy behind Python an... essay “Self-Reliance” where Emerson urges readers to be consistent in their beliefs and practices. In ... er option. If the style guides are not applicable to your project, it may be better to ignore them and
- 2.1 Python core syntax @info:cursos:pue:python-pcpp1:m1
- e been using Python core operations that allow us to operate on strings, lists, integers, and floats. It’s natural for us to formulate expressions using algebraic symbols representing operators, or to get a number of elements in a sequence or dictionary. We are able to add two or more strings together, which results i
- 1.6 Making life easier with the requests module @info:cursos:pue:python-pcpp1:m4
- t the final stage of our journey – we know enough to communicate with the web service using JSON as an... ation carrier. Unfortunately, our knowledge needs to be supplemented – we need a **server serving** a ... e** (sorry for all these serv..., we weren't able to avoid them) and we also need a tool simpler than the ''socket'' module to talk with the **service** (
- 1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
- ess We’ve reached the point 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 f
- 2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
- attributes within a class. Encapsulation is used to hide the **attributes** inside a class like in a ... *, preventing unauthorized parties' direct access to them. Publicly accessible **methods** are provided in the class **to access** the values, and other objects call those methods to retrieve and modify the values within the object.
- 2.4 Decorators @info:cursos:pue:python-pcpp1:m1
- the structure of related objects. Python is able to decorate functions, methods, and classes. The de... (i.e., the **decorated** function) as a parameter to the decorating function so that the **decorating*... ss or a decorating function. Decorators are used to perform operations before and after a call to a wrapped object or even to prevent its execution, depe
- Lab Module 18 IoT and OT Hacking @info:cursos:pue:ethical-hacker:sesion5
- k 1: Gather Information using Online Footprinting Tools - Launch any web browser, go to https://www.whois.com/whois (here, we are using Mozilla Firefox)... target protocol. - Now, open a new tab, and go to https://www.exploit-db.com/google-hacking-databas... 250221-011925.png?500}} - Open a new tab and go to https://www.google.com. In the search field, ente
- Python Professional Course Series: GUI Programming @info:cursos:pue:python-pcpp1:m3
- olored 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 Gra... rface. In this three-word acronym, the User seems to be the most obvious part. The word Interface needs some more reflection, but in fact, it is clear too – it’s a tool used by the user to command a devi
- 1.1 Python Professional Course Series: RESTful APIs @info:cursos:pue:python-pcpp1:m4
- w may look a little enigmatic: REST Are we going to convince you to take a rest? Not at all. On the contrary, we want to encourage you to start the next part of our adventure - very demanding and completely new. We'll show
- 1.3 Settling widgets in the window's interior @info:cursos:pue:python-pcpp1:m3
- familiarity with the ''Button'' widget allows us to show you some ways of putting the widgets (not on... which you learned about in the previous section. To be precise, there are **three different methods**... ''Place'' is the most detailed one. It forces you to **precisely declare a widget's location**, pixel ... you from some common mistakes causing the widgets to overlap each other or to place some of them, part
- LPIC2 2021 Sesión 3 (2021-02-09) - procesos, kernel, systemd/systemv, modulos @info:cursos:pue:lpic2-2021