Help, I don’t know where to start
1–9 of 9 posts
Re: Help, I don’t know where to start
#2If you google “Learn (language)” or “(language) tutorial” there are good beginner tutorials for every major language.
My first language in the 80’s was BASIC which is a great starter language, I’d say see if you can find that and then jump to Python which is still pretty easy to grasp but touches on a lot of universal coding concepts. It’s also very practical and useful in industry.
Re: Help, I don’t know where to start
#3Re: Help, I don’t know where to start
#4Do you learn best with a cohort of others, or do you find it fulfilling to put tireless hours into a solo project?
What works for me is set some boundaries and work within those, even if the project and language aren’t “perfect“, otherwise I get lost in the possibilities and sink into an anxious mess.
Good luck!
Re: Help, I don’t know where to start
#5What is important is to not stop, but continue and adapt along the way.
Re: Help, I don’t know where to start
#6Reasons: 1 - Lots of online materials for both of them 2 - They are both beginner friendly 3 - With JavaScript you can build any type of app that you want 4 - With Python you can get into Machine Learning later on
Re: Help, I don’t know where to start
#7In my opinion the best languages that you can start with are JavaScript or Python. Reasons: 1 - Lots of online materials for both of them 2 - They are both beginner friendly 3 - With JavaScript you can build any type of app that you want 4 - With Python you can get into Machine Learning later on
Mozilla MDN and maybe Freecodecamp have the answer. But there's so much more around it.
I'm using books.
Re: Help, I don’t know where to start
#8Re: Help, I don’t know where to start
#9It depends on what you want to code.
I am going to assume web development and building some variant of websites and web apps since it my wheelhouse and there are a lot of jobs out there paying decent for this right now.
Assuming this is what you want, I'd really watch and code along with Brad Traversy on YouTube. He's even got a "Web Developer Guide for 2022" video that just came out that goes through a high level overview of what a modern Web Dev should know and learn. He's a great teacher and some very cheap and great courses on Udemy.
I created a detailed list of his tutorials with times and costs on what I would reco for learning HTML, CSS, and Javascript as a comment to someone's HN post. I'll find it and add it here for you.
I really have ZERO affiliation with Udemy or Brad Traversy, I just really like his method of teaching, and as a 10+ year web dev veteran, it is very refreshing to see someone clearly teach intro and advanced topics clearly.
Good luck.
EDIT: found the link to the list of my reco'd Travesy tutorials for Frontend Web Dev: https://news.ycombinator.com/item?id=30177167