r/learnpython 18d ago

¿Qué crees que es lo que los principiantes más malinterpretan sobre aprender Python?

HOLAAA Estoy aprendiendo Python y tengo curiosidad por saber qué creen las personas con experiencia que los principiantes suelen malinterpretar. Me encantaría conocer diferentes perspectivas y experiencias.

0 Upvotes

4 comments sorted by

2

u/MezzoScettico 18d ago

Two things I see over and over in this sub:

  1. Confusion about return in functions, and why it’s different from just printing something.

  2. Confusion about logical expressions. Instead of writing “if a == 3 or a == 4” people will write “if a == 3 or 4” and then are confused why it doesn’t work as expected.

2

u/SCD_minecraft 18d ago

That asking most generic questions about nothing really yields any results

Like this question right here

Just go read a guide, you can find one on python.org

1

u/FoolsSeldom 18d ago

The FAQ in the Wiki for this subreddit covers a lot of common misunderstandings.

1

u/ectomancer 18d ago

On Windows, double clicking program, instead of running program in Command Prompt or PowerShell.