0
Mastering a language !
hi there , I want master some language , I'm somewhat beginner , I'm so confused what to read and what to refer ! 1. I started reading a book called " c++ primer(edi. 5) " but when I code with refference of that , I can't get output (in some cases) , is it old , how many version are available and which one to refer ! 2.please tell how to read a book mean starting from beginner then intermediate level then advance or to refer a one good book follow that ! 3.tell me latest versions of C , C++ , Python , Java and JavaScript ! 4. please suggest good books , YT channels , sites !
3 Respostas
+ 4
YOUR NEED:
https://www.geeksforgeeks.org/6-steps-to-learn-and-master-a-programming-language/
https://www.codingdojo.com/blog/7-tips-learn-programming-faster
https://medium.com/@mmaoui2013/7-steps-to-mastering-any-programming-language-in-no-time-3997d0687ff6
https://www.quora.com/How-do-I-master-a-programming-language
//
C and C++ BOOKS:
https://www.quora.com/Which-are-the-best-books-to-learn-C
https://www.guru99.com/best-c-books.html
https://www.guru99.com/best-cpp-books.html
https://hackr.io/blog/10-best-c-cpp-books
https://medium.com/javarevisited/10-best-c-and-c-programming-books-for-beginners-and-experienced-programmers-eb5ee8dbdc5a
//
PYTHON STUFF
https://stackabuse.com/the-best-python-books-for-all-skill-levels/
https://www.guru99.com/best-python-books.html
https://realpython.com/best-python-books/
https://hackr.io/blog/best-python-books-for-beginners-and-advanced-programmers
https://bookauthority.org/books/new-python-books
https://towardsdatascience.com/python-books-you-must-read-in-2020-a0fc33798bb
//
JAVA
https://medium.com/javarevisited/10-books-java-developers-should-read-in-2020-e6222f25cc72
https://hackr.io/blog/best-java-books-for-beginners-and-advanced-programmers
https://medium.com/javarevisited/5-best-core-java-books-for-beginners-20e3f723e3a
https://www.java67.com/2018/02/10-books-java-developers-should-read-in.html
//
JS
https://bookauthority.org/books/new-javascript-books
https://hackr.io/blog/javascript-books
https://www.guru99.com/javascript-books.html
//
youtube links:
https://ayokasystems.com/news/top-10-youtube-channels-to-learn-programming/
https://content.techgig.com/5-youtube-channels-that-every-programmer-should-subscribe-to/articleshow/75939662.cms
https://dzone.com/articles/22-youtube-channels-to-level-up-your-programming-s
+ 3
please tell how to read a book mean starting from beginner then intermediate level then advance or to refer a one good book follow that !
you should first start with a basic book of that language so that you will learn how to start the code what not to do etc.
then you should go for intermediate lvl, code coaches, and then start for experts!
+ 1
Javascript.info
Aditya Bhargava "Grokking algorithms"
Please read "Teach Yourself Programming in Ten Years" by Peter Norvig at...
http://www.norvig.com/21-days.html
Peter Norvig is a computer scientist and head of research at Google Inc. So I think he knows what he's talking about.
/by Martin Taylor/