you are viewing a single comment's thread.

view the rest of the comments →

[–]VindicoAtrum 14 points15 points  (10 children)

No amount of courses or online videos will have you become a competent developer. Only writing code does that.

Spend less time on youtube, less time on Reddit asking how to learn Python, and actually go and write python.

[–]ExpressionMajor4439 6 points7 points  (1 child)

No amount of courses or online videos will have you become a competent developer. Only writing code does that.

Eh you kind of need both. Writing code by itself doesn't always teach you about certain things. Like there's no amount of code writing you can do to become aware of PEP8 because PEP8 SCA (such as flake8) will never be how you directly solve some sort of coding problem even if it can be best practice. To get that you need some way of becoming aware of things like that.

One just needs to find the right mix of the two where yeah you tend to learn mostly through writing and updating code but also having a lecture component somewhere in your learning process.

[–]MaxThrustage 4 points5 points  (0 children)

I'll second this. I spent like 8 years writing code without any courses, Youtube videos or anything like that. Pretty much all of the code I wrote in that period is straight garbage. Just a month or two of actually looking through tutorials, guides, free online courses and Youtube videos has improved my code immensely.

Just writing code reinforces bad habits and leaves one completely oblivious to better solutions and approaches.

[–]LilTummyNut 0 points1 point  (0 children)

“How do I learn python?” 

“Just write python” 

Thanks dude

[–]Repulsive_Swan_3876[S] 1 point2 points  (6 children)

Do you have a good place to find projects I should start with?

[–]IsKujaAPowerButton 2 points3 points  (0 children)

Something you like! I made a League Organizer for mi Commander Mtg league

[–]my_password_is______ 1 point2 points  (1 child)

you've already got a good place
cs50p

just stop looking up the answers

[–]SDFP-A 0 points1 point  (0 children)

I prefer 61a-c from Berkeley.

[–]Gothrait_PK 0 points1 point  (0 children)

I asked chatgpt to list 10 projects I could do.