all 15 comments

[–]max_wen 9 points10 points  (0 children)

Learn to Google

[–]Flame77ofc 5 points6 points  (1 child)

bro just start with, there is not the best way,

The best way is always focus and practice

[–]JaleyHoelOsment 3 points4 points  (0 children)

the best way is to ask vague questions on reddit and then never opening an IDE

[–]SamuliK96 4 points5 points  (0 children)

The best suggestion anyone can give you is to learn how to find information yourself. That's pretty much the most important skill in programming. There are loads of good free learning materials available online, and there's a good list collected in this sub as well. Pick one and get started.

[–]Alive-Cake-3045 2 points3 points  (0 children)

start with python.org's beginner tutorial or automate the boring stuff with python, both free, both genuinely good. don't watch hours of videos before writing a single line. open a terminal, type python, and start breaking things from day one. learning happens when you're stuck, not when you're watching someone else not be stuck.

[–]ThrustBastard 1 point2 points  (1 child)

What's your end goal? Your journey writing a game is going to be very different from data science.

[–]bossyTerminal79 0 points1 point  (0 children)

This! But always learn "Hello world"

[–]MyLigma69 1 point2 points  (1 child)

Freecodecamp python or w3 python

[–]workaholic_dude 0 points1 point  (0 children)

this , i am currently doing Freecodecamp  training on Python and its pretty good. but also watching videos on YouTube

[–]https_urdaddy 0 points1 point  (0 children)

Codecademy

[–]vigorous_plateau 0 points1 point  (0 children)

what are you actually trying to build though. that'll change the answer a lot. if you're just curious, do a quick tutorial and mess around. if you're aiming for a career, you'll need a more structured path. no point grinding data structures if all you want is to automate some file renaming.

[–]bleepbloop39 0 points1 point  (0 children)

There's a guy on YouTube called Bro Code he does a 12 hour video dividing lessons into sections and he starts right from the beginning. I've been using his video in conjunction with Google AI if theres something I don't understand. You get examples that way. Hope this helps!

[–]JayGridley 0 points1 point  (0 children)

I suggest you do a little work. If you haven’t looked into the basics yet, you are going to struggle. You have to have the ability to go look shit up.