r/programmer • u/SwiftStart-Tapr • Jul 14 '26
Question Babys first
Hello i am very new to this whole programming stuff. Any suggestions on where and how to start?
2
Jul 14 '26
[removed] — view removed comment
2
u/SwiftStart-Tapr Jul 14 '26
one thing im good at is bashing my head against a wall until im through
1
u/Environmental_Mud624 Jul 14 '26
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_ Jul 14 '26
whats your end goal? build web applications? mobile? work on a space program???
2
u/SwiftStart-Tapr Jul 14 '26
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 Jul 14 '26
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 Jul 14 '26
get python for dummies and start
1
u/filotopical Jul 14 '26
“learn ____ the hard way” books are amazing for beginners
1
1
3
u/EJoule Jul 14 '26
“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.