Skip to main content
4 answers
4
Asked 459 views

What are some ways you could start off in programming?

What websites could i use?

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

4

4 answers


0
Updated
Share a link to this answer
Share a link to this answer

Scout’s Answer

Some great sites to begin your journey are; freecodecamp.org , Udemy , and Harvard's free course on computer science called CS50!
0
0
Updated
Share a link to this answer
Share a link to this answer

Reza’s Answer

Youtube is a great source for learning programming. Just search for terms like 'python for beginners' or 'Python tutorial'. Python is a beginner friendly programming language.
0
0
Updated
Share a link to this answer
Share a link to this answer

Haider Ali’s Answer

If you don't see any actual outcome, programming becomes monotonous after some time. Therefore, I prefer solving real problems/curiosity using Python. For learning basics first, you use several interactive platforms like Khan Academy(Javascript), the Programming Hero(Python) app, and W3school(Python). Finally, keep a problem-solving mindset first, as you may face several kinds of difficulties while learning as a beginner. Hope that my experience helps you a bit!

Haider Ali recommends the following next steps:

1.Choose any of the platform.Khan Academy(Javascript), the Programming Hero(Python) app, and W3school(Python)
2.Do some academic assignments. collect from Internet/someone studying Computer science.
3. After you have basic understanding. Identify a simple project to work on. It could be a problem,game & so on.
0
0
Updated
Share a link to this answer
Share a link to this answer

Jason’s Answer

There are many websites and courses that you could find to help you get started learning to code just by searching on Google. One that I am familiar with, that should hopefully be very accessible for the broadest group of people is Code.org (https://code.org/). It may help you understand how coding works and the basics of what you're doing, regardless of whatever programming language you decide is the one that you want to learn first. Good luck!
0