0
Terminology Resource
Hello World, Does anyone have a good website or even better book with coding terminology? As a beginner I want to make sure that I understand how to communicate/articulate my issues/problems accurately. After exploring a few lessons and my biggest issue is recalling the proper terminology to complete the problems. Much appreciated!!!!
2 Respostas
+ 3
I highly recommend this video
https://youtu.be/-uleG_Vecis
Author: Fireship
Title: 100+ Computer Science Concepts Explained
It is a quick and condensed dive into the world and terminology of IT.
If you cannot copy the link (sometimes SL would not allow copying YouTube links for some reason), try searching for this title on YouTube, and also I recommend the whole channel too :)
+ 1
Hey Kirk, for which language (spoken and coding) are you looking for resources?
E.g. Python has in it's Docs page an whole chapter about its language references, which describes the syntax and “core semantics” of the language:
https://docs.python.org/3/reference/index.html
Other resources might be:
A good resource for finding solutions to yet asked questions is:
https://stackoverflow.com/questions
Good way also would be search via any search engine your desired programming language and dive into it.