Skip to content

Commit c9a28ce

Browse files
committed
Updated Images for Proper Display
This commit includes updates to the images in the files, ensuring that they are now displayed correctly. The revised images enhance the visual content and improve the overall presentation of the project.
1 parent 67523c4 commit c9a28ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/jetBrains-academy/Kotlin-core/lessons/01-Computer-programming/ComputerProgramming.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Computer programming combines technical skills with creative thinking, often reg
66
## Understanding Instructions and Programming Languages
77
To write these sets of instructions, we need to think of computers as foreign time-traveling friends who only understand their native language. Just like when communicating with someone who doesn't speak your language, you have to provide clear and precise descriptions for every action you want the computer to perform. In our analogy, computers are like friends from the 12th century who know nothing about the present.
88

9-
![Foreign friend](C:\Users\robot\IdeaProjects\KotlinJetBrainsLessons\src\main\images\ForeignFriend.png)
9+
![Foreign friend](https://github.com/ArtemZarubin/kotlin-lessons/blob/master/src/main/images/ForeignFriend.png)
1010

1111
For example, instead of instructing your computer to "call Steve from accounting," you would need to describe each step in detail:
1212

@@ -21,7 +21,7 @@ Additionally, computers don't understand human languages like English or French.
2121

2222
There are over a thousand programming languages, with old ones evolving and new ones emerging. The popularity of programming languages is constantly changing. Below is a list of the most popular programming languages as of March 2023, according to PYPL Popularity of Programming Language. For up-to-date information, it's best to visit their website.
2323

24-
![Rating](C:\Users\robot\IdeaProjects\KotlinJetBrainsLessons\src\main\images\PYPL-march-2023.png)
24+
![Rating](https://github.com/ArtemZarubin/kotlin-lessons/blob/master/src/main/images/PYPL-march-2023.png)
2525

2626
Each programming language has its own goals, strengths, and areas of application. Some languages are more challenging, while others are simpler and widely used. However, it's important to note that programming languages share common concepts, just like how different spoken languages share parts, constructions, and concepts. Learning a new programming language can be as difficult or easy as learning a foreign spoken language. If you understand the sentence "I can write" in English, grasping the concept of "ich kann schreiben" in German won't be too challenging.
2727

@@ -41,4 +41,4 @@ Programming teaches you to think differently. It encourages you to explore how t
4141

4242
Patience is a virtue in programming. It can be one of the most stressful and frustrating endeavors. Many beginners get discouraged and give up when their code doesn't work on the first try. However, this is a normal part of the process. Even experienced programmers face moments when their code fails, and they struggle to figure out why. Patience and perseverance are key traits that have propelled successful programmers to where they are today.
4343

44-
Ultimately, programming is a skill that requires time and effort to master. Hyperskill is here to assist you in learning programming skills through project-based learning, allowing you to gain practical experience with popular languages. Our platform provides a comprehensive curriculum that guides you step by step through new concepts. Good luck on your programming journey!
44+
Ultimately, programming is a skill that requires time and effort to master. Hyperskill is here to assist you in learning programming skills through project-based learning, allowing you to gain practical experience with popular languages. Our platform provides a comprehensive curriculum that guides you step by step through new concepts. Good luck on your programming journey!

0 commit comments

Comments
 (0)