Practica de curso de python de hack4u
Project description
Hack4u Academy Courses Library
Una biblioteca Python para consultar los cursos de Hack4u
Cursos disponibles
- Introduccion a Linux [15 horas]
- Personalizacion de Linux [3 horas]
- Introduccion al Hacking [53 horas]
Instalacion
Instala el paquete usando pip3:
pip3 install hack4u
Uso basico
Listar todos los cursos
from hack4u import list_courses
for course in list_courses:
print(course)
Obtener un curso por nombre
from hack4u import search_course_by_name
course = search_course_by_name("Introduccion a Linux")
print(course)
Calcular la duracion total de los cursos
from hack4u import total_duration:
print(f"Duracion total: {total_duration()} horas")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hack4u_python-0.1.0.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hack4u_python-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_python-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37bd92fa19f0933366ab3d8496f7c43d6191dbcef54a419939a3703bb33670d0
|
|
| MD5 |
22731933020abd6fdef039a524dbc2a2
|
|
| BLAKE2b-256 |
91981b46fe1e6d26b251865a4bdaa0cafffa3ef35e8ef604d5be33defcaa0e5a
|
File details
Details for the file hack4u_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0176eabb4f7437008889e722fcf4452b70df32e422286c1afa5263e5c83170af
|
|
| MD5 |
d8df5f2d5a59d75c931c7a3c1876529a
|
|
| BLAKE2b-256 |
6f5c40e9f88182a7ff478c9fb9826a4b0e1ce194ca15aa520605c2444d1c8ef8
|