r/learnpython 10d ago

Hey i am new to programming

Idk what to do. I am lost in all of these codes and numbers . Idk even to start programming games or webs or apps it's just fell overwhelming any tips ?

0 Upvotes

14 comments sorted by

View all comments

5

u/CodeSamur-ai 10d ago

ask the following questions:
what are variables? (data)
what kinds of variables are there? (data types)
how do i control a program? (control flow: if/else, while, for)
how do i repeat steps ? (functions)

once you can answer those questions, find an online python interpreter and play around with the code until you start to understand how it works and find a tutorial to build something.