Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Librerías permitidas, no permitidas y malas prácticas T3 #230

Open
matiasmasjuan opened this issue Jun 4, 2022 · 0 comments
Open

Librerías permitidas, no permitidas y malas prácticas T3 #230

matiasmasjuan opened this issue Jun 4, 2022 · 0 comments
Assignees
Labels
IMPORTANTE Issues sobre temas importantes del curso. Tarea 3 Dudas sobre la T3

Comments

@matiasmasjuan
Copy link
Contributor

Para consultar sobre una librería deben responder esta issue con una pregunta de la siguiente forma:

¿Puedo usar la librería nombre_librería para hacer explicación_de_lo_que_quiero_hacer?

¡Recuerden especificar en su README qué librerías utilizan!


Librerías Permitidas

  • socket
  • PyQt5
  • QtDesigner
  • threading
  • time
  • random
  • collections
  • string
  • pprint
  • textwrap
  • beautifultable
  • json
  • pickle
  • os
  • sys.exit

Librerías Prohibidas

  • pygame
  • OpenCV
  • Arcade
  • Pyglet
  • Tkinter
  • matplotlib
  • keyboard
  • shutil
  • pathlib
  • glob
  • pandas
  • numpy
  • ast
  • curses
  • io

☠️ Built-ins Prohibidos

El uso de alguna de las siguiente funciones es automáticamente un 1,0 sin discusión: 😭

Malas prácticas

El uso de las siguientes prácticas será considerado una mala práctica:

  • except Exception: o únicamente except: (excepciones bien capturadas sí estarán permitidas).
  • Variables globales de cualquier tipo.
  • Import * o imports que no se encuentren al inicio del programa.
  • Paths absolutos y no relativos.
  • No añadir encoding al momento de trabajar archivos.
  • No utilizar señales cuando corresponde.

Éxito en la tarea, programadores avanzades! 🎲️♟️

@matiasmasjuan matiasmasjuan added the IMPORTANTE Issues sobre temas importantes del curso. label Jun 4, 2022
@matiasmasjuan matiasmasjuan self-assigned this Jun 4, 2022
@matiasmasjuan matiasmasjuan pinned this issue Jun 4, 2022
@matiasmasjuan matiasmasjuan added the Tarea 3 Dudas sobre la T3 label Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IMPORTANTE Issues sobre temas importantes del curso. Tarea 3 Dudas sobre la T3
Projects
None yet
Development

No branches or pull requests

1 participant