Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4533787

Browse files
authored
Update README.md
1 parent 31abd49 commit 4533787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Week1/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ In order to use this tool, we need to talk to it in a way it understands (progra
3636
Go through the following resources to learn more about what programming is:
3737

3838
- [What is programming?](https://www.youtube.com/watch?v=3tWMQ3ZMjbg)
39+
- [What do programmers do?](https://www.youtube.com/watch?v=kEjCfsrotAM)
3940
- [Introduction into programming Playlist](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZYJC7L-r6rX6utt6wwJCyi)
4041

4142
### Software
@@ -50,6 +51,7 @@ Programming is done using a programming language. Why do we need a language to c
5051

5152
Smart people decided to make working with this easier to understand, so that a lot of people can more simply communicate with a computer. This is how the development of programming languages started: by defining a vocabulary, grammar and syntax to put more organization to the 0's and 1's, we can more simply communicate exactly what we want to computer to do.
5253

54+
- [What is a programming language?](https://www.youtube.com/watch?v=EGQh5SZctaE)
5355
- [What are programming languages](https://hackr.io/blog/what-is-programming-language)
5456

5557
There are various languages, each made to fulfill a certain need. For example, Microsoft developed a language called [C#](https://www.youtube.com/watch?v=paJUbVeKEOU) in order to make applications for computers that run a Windows operating system. The language of C# is able to easily "talk" with the preexisting software.

0 commit comments

Comments
 (0)