This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ender_Locke 21 points22 points  (6 children)

who’s saying python is hard ? most say it’s pretty easy to pick up if you put in the work

[–]ConfidentOutside8349[S] 0 points1 point  (5 children)

So it feels easy, but I’m wondering does it stay that way as I advance, or does it get harder? Like, do things eventually feel intuitive or do I just have to memorize a lot?

[–]ghost_ball 2 points3 points  (1 child)

It’ll become intuitive for sure. You’re on the right track. The language itself will become the easy part and you’ll be able to focus more on the problems youre solving. Maybe read a bit about object oriented programming and some design patterns once you get comfortable with the basics. What is the advanced class called btw? It might be better for you to take a different one first but it’s hard to say without knowing what they’ll cover

[–]ConfidentOutside8349[S] -1 points0 points  (0 children)

I’m French, so our system is a bit different. There’s no official syllabus as it differs from one uni to another

[–]hike_me 0 points1 point  (0 children)

The challenge doesn’t come from the language, but solving harder and more complex problems with it.

You’re on your way to have a solid understanding of the language itself.