Skip to main content

What are the coding languages we can learn faster and proper way to learn? Lets see here

      Finding Your Path

 

     Computer doing a very important role in our life. Everything is a computer now. Examples like a car, mobile, laptop, tv, automated home, speaker boxes, robot, etc. All of the above are using computers or coding. Without coding, it cannot perform. So coding is very much important

If you are a beginner, you may get confused by the following questions.

 

  1.   What are the languages available?
  2.  How we can classify languages?
  3.  What are the languages into Classification?
  4.  What are the things I should know before learn coding?
  5.  What are the types of languages?
  6.  What are easy to learn?
  7.  What are the developments available? 
  8.  What is the proper way to learn languages? 
  9.  Which IDE we should use while learning?
 

What are the languages available?

   Many languages are available. Below I mentioning only very important, mostly usable languages. 

 

  1. C
  2. C++
  3. C#
  4. Java
  5. Python
  6. BASH
  7. Kotlin 

  etc.......

 

 

How we can classify languages?

  1. Low-level languages
  2. High-level languages
  3. Assembly Language
  4. Machine Language
 

What are languages into classification? 

  • Low-level languages:-
    • Low-level languages are computer(Machine) friendly languages.
    • It is machine-dependent.
    • Greater Memory efficiency.
    • Little tough to learn.
    • Examples:-
      • C
      • C++
  • High-level languages:-
    • High-level languages are user-friendly language.
    • It can run on any platform. It is independent. 
    • It's Comparatively Lower memory efficiency.
    • Very easy to learn, keywords available in simple English.
    • Examples:-
      • Java
      • Python 
  •  Assemble Language:-
    • It's also human-readable language like low and high level.
    • It came after Machine language
  • Machine language:-
    • It's not human-readable language.
    • It's the first-generation language.
 

What are the things I should know before learn coding?

  •  Basics of the computer.
  •  Computer memory management.
  •  A little bit about hardware. 
 

What are the types of languages?

  • Programming language - C, C++, Java, Python, Kotlin, Bash
  • Scripting language - Java script, Type Script, ASP, JSP
  • Markup language - HTML, XML, BBC 
 

What are easy to learn?

  • Easy languages are Python, Ruby
 

What are the developments available?

  • Software Development
    • Computer software development
      • Examples: VLC player developed by C++, Objective C, 
    • Mobile application development 
      • Examples: Android application, IOS application.
  • Web Development
    • Front End
      • Angular, React, HTML, JSP, ASP. 
    • Back End 
      • NodeJS, Databases, java, python. 
 

What is the proper way to learn languages?

    I learned all languages in this order. So I recommending you to follow this order. 

  1. C
  2. C++
  3. Java
  4. Python
 

   after these languages, you should learn databases

  1. SQL
  2. MongoDB 
 

   after Databases, you can start learning web development. For web development, you can learn like below order

  1. Java Script
  2. HTML
  3. CSS
  4. TypeScript
  5. Angular
  6. Node
  7. React
 

 Which IDE we should use while learning?

   There are many IDE available but some of the IDEs have good user interfaces. 

  •  Visual Studio - supports all languages
  • Eclipse - Java
  • Quincy - C \ C++

Thank You

Comments

Popular posts from this blog

Is newly installed Kali not detecting your wifi adapter? No problem, here is your solution! - Pokesystem

  Hello Reader,       I am using Kali Linux for the last two years. I installed for many times. while installing each time I had faced a WIFI detection problem and I solved this issue. At the first time, it took one week time to resolve this. I saw many articles, blogs, videos but many of the page's advice didn't work. finally, after someday, I got the correct solution from one page and I started to install it, suddenly it was worked, started to detect my WiFi device. so I recommend to use it. I'm sharing the installation steps below. if you have any problem while installing, you can comment to me. Step 1 :       Open your terminal. Step 2 :      Copy this command and paste on terminal one by one after a job done. sudo apt-get update Step 3 :  git clone https://github.com/mehedishakeel/BroadcomInstaller2017 Step 4 : cd BroadcomInstaller2017   Step 5 : sudo chmod +x Broadcom.sh   Step 6 : sudo ./Broadcom...