Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

WHAT SHOULD BE THE ROAD MAP TO A LEARN A PROGRAMMING LANGUAGE

+3 votes
asked Jun 4, 2023 by KARAN SINGH D (180 points)

1 Answer

0 votes
answered Jun 8, 2023 by Peter Minarik (86,040 points)
selected Jun 8, 2023 by KARAN SINGH D
 
Best answer
Look up some tutorial sites.

Do the tutorials there. I mean do them, write the code, not just read what they have to say, but type it out yourself. See how the code runs. Change a thing here and there. Experiment.

When you're done with the tutorials and you know the basics, start with small projects (e.g. print the first n number of primes). Try to do them on your own. If you get stuck, search the Web for help.

Use online reference manuals that show you how to use functions.

Keep practicing and increasing the complexity of your projects.

Here's a good start: https://www.w3schools.com/python/
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...