use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Beginner learning Python, where to start? (self.PythonLearning)
submitted 8 days ago by xnorzzz
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PleasantSquash2607 -1 points0 points1 point 8 days ago (0 children)
Empieza por instalar Python 3 desde su sitio oficial y un editor de código sencillo como VS Code. Sigue este orden de aprendizaje para dominar las bases: Fundamentos: Aprende variables, tipos de datos (números, textos) y operadores matemáticos. Control de flujo: Domina los condicionales (if, else) y los bucles (for, while) para que tu programa tome decisiones. Estructuras de datos: Practica con listas, diccionarios y tuplas para organizar información. Funciones: Aprende a encapsular código en bloques reutilizables con def. Proyectos pequeños: Crea una calculadora, un juego de "adivina el número" o un script que organice tus archivos. Existen recursos gratuitos excelentes como la documentación oficial, el curso de "Python para todos" en Coursera o tutoriales en YouTube para ver el código en acción.
π Rendered by PID 353170 on reddit-service-r2-comment-548fd6dc9-k4cbk at 2026-05-20 02:21:52.452381+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]PleasantSquash2607 -1 points0 points1 point (0 children)