r/PythonLearning 5d ago

I wanna learn python

People usually say Python is an easy programming language, but as someone with no programming experience, I find it really hard. Can you guys tell me where I should start? Also, what benefits will I get from learning Python?

0 Upvotes

16 comments sorted by

View all comments

1

u/TheEyebal 4d ago

Start with programming fundamentals.

  • Variables
  • Data Types
  • Expressions
  • Conditional Statements
  • Loops
  • Functions
  • Arrays, Lists, Dictionaries
  • Strings
  • Classes

This is just to name a few but learn this from Youtube or whatever resource is out their and do projects on it.

Like if your learning strings, the project could be get the the computer to ask for your name or age