Learn a new programming language
October 29, 2025
In 20 hours you are going to learn a new language. Following the steps let you utilize the program for 80% of your work.
- Break down the concept of programming
- Setup your environment for development
- Copy past the hello-world program, compile it and run it
- Learn about the keywords, datatypes and variables
- Learn about loops and control flows
- Learn about functions
- Learn about data structures
- Learn about file handling
- Learn about importing 3rd party modules
- Read blogs and online articles on the tricks that can be used
- Practice
- Practice
- Practice
Every programming language has many common concepts, know one language then it’s easy to switch to the next. Try to map what you know with what you are studying. To take advantage of it’s strength, learn from the tricks, tricks are what you don’t get from textbooks but from experiences. Algorithms remain same for any language, try to implement some algorithms you like.