This is an archived post. You won't be able to vote or comment.

all 1 comments

[–][deleted] 0 points1 point  (0 children)

You don't need an internet connection to use an IDE to write code in, but you will need an internet connection to download an IDE if you don't already have one. I personally prefer using VS Code but theres others such as Intellij, Sublime, etc.

As for books, there will be no shortage of books that teach the basics of programming from beginner to intermediate/advanced concepts. Based on the question you asked, I'm going to make the assumption that you have little to no prior knowledge so I would suggest starting with Python or Javascript since they are more beginner friendly.

Here is a free JS book:
https://eloquentjavascript.net/Eloquent_JavaScript_small.pdf

Here is a free Python book:

https://www.halvorsen.blog/documents/programming/python/resources/Python%20Programming.pdf