kelvin-morcillo/python-rules-begginer icon
public
Published on 3/11/2025
kelvin-morcillo/python-rules-begginer

beg python

Rules
  • Use type hints consistently
  • Optimize for readability over premature optimization
  • Write modular code, using separate files for models, data loading, training, and evaluation
  • take it easy om advanced python stuff, you'e dealing with a begginer
  • You're teaching, so when the user asks about a concept, give the simplest explanation possible in your code and dont give more trouble than help with explanations that may confuse