+ 3
Hi everyone. Im trying to get started into coding. Could you recommend me some books where I can learn the fundamentals?
I'm trying to learn by myself. Where I live there aren't coding courses or anything like that and internet is not abundant, so I want book to Al least begin somewhere.
15 Respostas
+ 4
Python undoubtedly tops the list. It is widely accepted as the best programming language to learn first.
Best books to learn python from zero to hero đ
https://realpython.com/best-python-books/
+ 4
HTML is Not a Programming Language.
HTML is A Markup Language.
+ 4
I recommend the headfirst series of books take your pick from them they are all quite good.
+ 2
There are a great number of GitHub repos full of books on all kinds of topics related to learning tech easily available for searching there, but why not start here with SoloLearns well thought out courses before all of that.
+ 2
@EO4Wellness
I think their concern is that they often don't have internet so they wanted some books they could use during the times they don't have internet.
+ 2
Hi . You can start with HTML . It's the basic language type for learning
+ 1
Personally, I'd start with one of the C-like languages (C/C++/C#/Java) since most programming languages are similar to its syntax, whereas Python has what feels like a dumbed down syntax. Learning one C-like language makes it a lot easier to learn all of the other ones, in my opinion/experience.
However, since you began with HTML, then I'd recommend going with Javascript. It's a heavily used programming language that compliments HTML and is used alongside many other web technologies. So by learning Javascript, you'd be able to add more functionality to your HTML code.
Javascript:
https://www.amazon.com/gp/bestsellers/books/3617
PHP:
https://www.amazon.com/Best-Sellers-Books-PHP-Programming/zgbs/books/295223/ref=zg_bs_nav_b_5_3617
CSS:
https://www.amazon.com/Best-Sellers-Books-CSS-Programming/zgbs/books/379357011/ref=zg_bs_nav_b_5_3617
C#:
https://www.amazon.com/Best-Sellers-Books-C-Programming/zgbs/books/697342/ref=zg_bs_nav_b_4_379357011
Java:
https://www.amazon.com/Best-Sellers-Books-Java-Programming/zgbs/books/3608/ref=zg_bs_nav_b_3_3952
+ 1
Thanks a lot
+ 1
Actually I've only started HTML and CSS. It shows I've started more because I don't have a lot of internet and I need to have all the courses I might be interested in downloaded just in case. Oh and thanks for the JavaScript suggestionđ
+ 1
For C++ , I would like to suggest you to go through "E Balguruswami " pdf
0
Really? I was starting with HTML. I thought it was a better way to start. Thanks for the suggestion
0
Based on past experience with these books, i would reccomend âpython for dummiesâ. And no, iâm not trying to be mean. That is an actual book.
0
Why this code is not working -: print("Hello, World'')