0
HI
HELP PLEASE I am trying to learn coding but I feel like I’m learning nothing even though I tried so many things and still hardly understand coding PLEASE HELP 🙏🙏🙏and it’s not just 1 programming language it’s all of them.😢😤
5 Respuestas
+ 6
You should ask your question explicitly.
+ 6
Just ask your question directly. :)
Explain which task you are doing and link your code attempt so we can help you to solve it.
+ 2
This is a big book on operating systems but when I was first learning it helped me understand some of the concepts and the whys.
https://www.google.com/url?q=http://web.cse.ohio-state.edu/~soundarajan.1/courses/3430/silberschatz8thedition.pdf&sa=U&ved=2ahUKEwjD9tm9wq_0AhV3SjABHXUpDpIQFnoECAgQAg&usg=AOvVaw2sH1wWV1UoMJGxihXX42PR
Also Harvard University offers their CS50 class to everyone. You can browse the course for free and watch the lectures.
https://cs50.harvard.edu/college/2021/fall/
+ 1
I have been there before, passionate about coding but couldn't solve a mere problem,
Being between many programming languages and failing out to master one .
What i did:
* relax and understand learning is step-by-step process,
* choose one programming language to concentrate on
*Try PROGRAMMING BOOKS 📚 , they will help you a lot.
#Free books at
https://singlelogin.org/
Follow me
0
Thanks for editing your question, it makes more sense to me now.
I browsed your profile and saw that you have finished Python Core lessons at SoloLearn. This contradicts with your statement "not just 1 language". Could you kindly elaborate a bit on this point?
I would like to explain that, program are meant to interact with user. In simple wordings, it accept user input and display output based on user input; and then it reads user input again, and display output accordingly again. It should be an input-output cycle.
However, SoloLearn code playground cannot let you practice this. Because the Python codes are compiled at their server, user have to input everything before compilation, which is counter-intuitive. This is not how a real program works.
Therefore, if you want to practice Python properly, you should install Python IDE in a computer, and use proper code editor to write scripts.
I hope the above makes sense to you. Upon your response, I'll give you further guidance accordingly.