Skip to main content

Set de datos con informacion para trabajos y examenes

Project description

Logo UTN Large

Set de datos con datasets de Héroes y Pokémones :

➡️ Para ejercitar:


Te proveemos un gran set de datos, en forma de listas paralelas, matrices y listas de diccionarios para que puedas realizar tus ejercicios.

Para poder usarlos importalos en tus modulos segun los necesites.

A partir de este punto, estas en condiciones de utilizar la lista, imprimirla, recorrerla o hacer lo que se te plazca

Esta funcion puede usarse como auxiliar.

# Esta funcion mostrara por consola el mensaje: "Presiona Enter para continuar...", al presionarla limpiara tu consola sin importar si tu SO es Windows o UNIX
clear_console()

Héroes

⭐ Héroes | Listas paralelas

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import (
    lista_alturas_heroes_small, lista_apodos_heroes_small,
    lista_generos_heroes_small, lista_identidades_heroes_small,
    lista_nombres_heroes_small, lista_poder_heroes_small
)
from utn_fra.funciones.auxiliares import clear_console

Podes usar un set de datos mucho mas grande importando:

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import (
    lista_alturas_heroes, lista_apodos_heroes, lista_generos_heroes,
    lista_identidades_heroes, lista_nombres_heroes, lista_poder_heroes
)
from utn_fra.funciones.auxiliares import clear_console

⭐⭐ Héroes | Matrices

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import matriz_data_heroes_small
from utn_fra.funciones.auxiliares import show_matrix_as_table, clear_console

Podes usar un set de datos mucho mas grande importando:

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import matriz_data_heroes
from utn_fra.funciones.auxiliares import show_matrix_as_table, clear_console

⭐⭐⭐ Héroes | Lista de diccionarios

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_diccionario_heroes_small
from utn_fra.funciones.auxiliares import clear_console

Podes usar un set de datos mucho mas grande importando:

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_diccionario_heroes
from utn_fra.funciones.auxiliares import clear_console

⭐⭐⭐⭐ Héroes | Lista de diccionarios

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_diccionario_heroes_hard_small
from utn_fra.funciones.auxiliares import clear_console

Podes usar un set de datos mucho mas grande importando:

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_diccionario_heroes_hard
from utn_fra.funciones.auxiliares import clear_console

Pokémons

⭐ Pokémons | Listas paralelas

from utn_fra.datasets import (
    lista_poke_ids, lista_poke_nombres, lista_poke_poderes,
    lista_poke_tipos, lista_poke_condiciones
)
from utn_fra.funciones.auxiliares import clear_console

⭐⭐ Pokémons | Matrices

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import matriz_pokemones
from utn_fra.funciones.auxiliares import show_matrix_as_table, clear_console

⭐⭐⭐ Pokémons | Lista de diccionarios

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_dict_pokemones
from utn_fra.funciones.auxiliares import clear_console

Autos

⭐ Autos | Listas paralelas

from utn_fra.datasets import (
    lista_autos_marcas, 
    lista_autos_modelos, 
    lista_autos_cantidades,
    lista_autos_precios, 
    lista_autos_ganancias
)
from utn_fra.funciones.auxiliares import clear_console

⭐⭐ Autos - Matrices

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import matriz_concesionaria
from utn_fra.funciones.auxiliares import show_matrix_as_table, clear_console

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utn_fra-1.0.1.16-py3-none-any.whl (321.1 kB view details)

Uploaded Python 3

File details

Details for the file utn_fra-1.0.1.16-py3-none-any.whl.

File metadata

  • Download URL: utn_fra-1.0.1.16-py3-none-any.whl
  • Upload date:
  • Size: 321.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for utn_fra-1.0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 d72642f9030750ca63507baaf5dc0d91089dcf2cef7bc8c4916f43bcc5ad6dc1
MD5 f869faf039b27bf6859b240d6ff20aba
BLAKE2b-256 2a6f6fc9d5c94c865298067b1268b94bb24321580a0fbc2aab457973a01a4e07

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page