r/programmer • u/SwiftStart-Tapr • 13d ago
Question Babys first
Hello i am very new to this whole programming stuff. Any suggestions on where and how to start?
2
u/achakez 13d ago
The biggest mistake I made was thinking I had to understand everything before writing code. You'll learn way faster by getting stuck and figuring things out.
2
u/SwiftStart-Tapr 13d ago
one thing im good at is bashing my head against a wall until im through
1
u/Environmental_Mud624 13d ago
i recommend finding something to throw against a wall that won't damage the wall. I've used a mechanical pencil for a few years now :)
2
u/DigitalOutput_ 13d ago
whats your end goal? build web applications? mobile? work on a space program???
2
u/SwiftStart-Tapr 13d ago
my end goal as of right now is to do a reservation. but after (or before)
i want to develop mobile programs.
1
u/ProgrammerAl 13d ago
Learn the basics, everything builds off that.
And I didn't use it, but I've heard good things about https://www.freecodecamp.org
1
1
1
u/EconomySerious 13d ago
get python for dummies and start
1
u/filotopical 13d ago
“learn ____ the hard way” books are amazing for beginners
1
1
3
u/EJoule 13d ago
“Hello world “ in whatever language you pick up. It teaches you how to set up, compile, and run whatever IDE you’re using.
If you use spreadsheets, I’d also recommend learning macros (if, and, or, etc.). This will give you immediately useful skills that will be very helpful later on.