Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement

Programming Language that you have to learn in 2021

 Programming Language that you have to learn in 2021



1. python



Now a days programming is essential subject to learn. so today I am going to suggest you to learn that programming languages that surely help you in future. So the first Language which I mostly preferred is Python. Python is a multitasking language. It will Help you In Application or desktop application, web application or animation, it is also help full in data science which is a demandable  subject. It has a vast libraries so that is is also very helpful in A.I and M.l industries. python is a easy language it is very user friendly language. Now the 3.8.5 version is available. but you can download old versions of python depends on your computer. I especially recommend python programming language because it has very short syntax.

Like a hello world program in java is 



class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!"); 
    }
}

But the same program means the hello world program in python is 

// Your First Program

print("hello world")

Look at  both program  the hello world program in java is so long and time taking where the python program has  only one line. 


Post a Comment

0 Comments