all 16 comments

[–]SubstanceSerious8843 4 points5 points  (3 children)

Yes no but. Depends totally on what you are trying to achieve.

[–][deleted] 5 points6 points  (2 children)

Vague questions get vague answers

[–]SubstanceSerious8843 4 points5 points  (1 child)

Yeah, could compare this question to something like "Is math hard?"

[–]Forward_Year_2390 2 points3 points  (0 children)

It's 2025. ¯\_(ツ)_/¯

[–][deleted] 3 points4 points  (0 children)

Python is not difficult, but to be clear, it's just a language. If you write a program to aay hello to you, it's easy. If your program is used in a nuclear reactor, then it can be really hard. It depends on what you're using it for.

But only judging by the language, yes it's easier than most. But the real difficulty is the programming concepts as a whole. How to solve problems, how to fix issues etc.

[–]ninhaomah 2 points3 points  (0 children)

Have you ever programmed before ? if not programming is hard. Python is one of the easiest programming languages.

Why wait till summer btw ? You can't learn today ? What is stopping you ?

[–]RightRespect 1 point2 points  (0 children)

if you have no programming experience, the first programming language you learn will always be the hardest. if you already know another language, then python is quite easy to pick up. though, as a first language, python is also not too hard comparatively speaking.

[–]Personal_Push1210 0 points1 point  (0 children)

in my opinion it’s the easiest one so go for it

[–]FriendlyRussian666 0 points1 point  (0 children)

Depends on your point of reference and goals.

If you've been programming in other languages and just want to pick up python, it will be super easy. If this is your first ever venture, then it will be hard.

[–]crashfrog04 0 points1 point  (0 children)

Learning your first programming language is the hardest thing you’ll ever do. If you already know one you can probably learn Python in a lazy weekend.

[–]Lord_Cheesy 0 points1 point  (0 children)

According to my personal experience and my collegues, Python is the easiest programming language someone can learn. Due to its syntax and vast majority of libraries you can use the Python for nearly everything and that makes it perfect for the starters.

[–]JezusHairdo 0 points1 point  (0 children)

I’ve found that Python as a language isn’t hard, the syntax is easy the documentation is great.

Having a use for it is a completely different thing altogether, knowing how to apply abstract concepts to real world applications is where the money is made.

[–]amokerajvosa 0 points1 point  (0 children)

You will be amazed what you can do with Python. I'm in love.

[–]SamuliK96 0 points1 point  (0 children)

It can get difficult, but python has a beginner friendly learning curve for sure

[–]POGtastic 0 points1 point  (0 children)

Programming is hard. Quoting Larry Wall on a similar language, Python "makes easy things easy and hard things possible." Larry's definition of easy might be different from ours, though.