Skip to content

Commit 0040abd

Browse files
authored
GH-209: Choosing a Programming Language (#210)
1 parent 48aa133 commit 0040abd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Competitive Programming<br/>
5252
<a href="/articles/intro_cp.md">Introduction to Competitive Programming</a>
5353
</li>
5454
<li>
55-
Introduction to Programming Languages
55+
<a href="/articles/choosing_a_pl.md">Choosing a Programming Language</a>
5656
</li>
5757
</ul>
5858

articles/choosing_a_pl.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Choosing a Programming Language
2+
3+
Hey there, fellow geeks! Are you having trouble choosing a programming language? It's like trying to choose a Pokémon - do you go with the classic Pikachu or the exotic Charmander?
4+
5+
Each programming language has its own personality. It's like choosing a Dungeons and Dragons character - do you want to be a wizard with powerful spells or a warrior with brute strength? Choosing the right language depends on your coding goals and your own unique geekiness.
6+
7+
First up, we have [Python](../readme/python/README.md) - the wise and powerful wizard. With its simple syntax and vast libraries, Python can make complex tasks seem like a breeze. It's like a spell book that has all the magical incantations you need to conquer your coding challenges.
8+
9+
Next, we have [C++](../readme/cpp/README.md) - the fearless warrior. With its speed and efficiency, C++ can handle even the most intense coding battles. It's like a battle axe that can chop through any coding challenge with ease.
10+
11+
Then, we have [Java](../readme/java/README.md) - the dependable sidekick. With its portability and strong typing, Java can support you through any coding adventure. It's like a trusty companion that's always by your side, ready to lend a hand.
12+
13+
Finally, we have [TypeScript](../readme/typescript/README.md) - the superhero with a secret identity. With its type annotations and object-oriented features, TypeScript can provide the best of both worlds for coding projects. It's like a superhero that can switch between identities to tackle any coding challenge.
14+
15+
In conclusion, these programming languages are like the Avengers of coding - each with their own unique powers and strengths. So, choose your superhero wisely and embark on your coding journey with confidence!

0 commit comments

Comments
 (0)