十大编程语言_2020年十大最佳编程语言_cunchi4221的博客-程序员秘密

技术标签: python  java  编程语言  游戏  大数据  

十大编程语言

Lots of programming languages to choose from and you don’t know where to start? This listicle is for you! We’re discussing the best programming languages of 2020 today.

许多编程语言可供选择,您不知道从哪里开始? 这个清单适合您! 今天,我们正在讨论2020年最好的编程语言。

I’ll go over a quick brief about the language and show you a hello world code snippet for each of the languages so you get a brief idea of the language!

我将简要介绍一下该语言,并向您展示每种语言的世界代码片段,以便您简要了解该语言!

2020年最佳编程语言列表 (List of the Best Programming Languages in 2020)

For our lazy ones out there, here’s a short summary of the top 10 languages.

对于那些懒惰的人,这里是十大语言的简短摘要。

  1. Python – The go-to programming language for AI and Machine learning

    Python – AI和机器学习的首选编程语言
  2. Java – The best programming language for server-side back-end development

    Java –服务器端后端开发的最佳编程语言
  3. JavaScript – The popular choice for client-side scripting

    JavaScript –客户端脚本的流行选择
  4. C++ – The best programming language for general-purpose coding

    C ++ –通用编码的最佳编程语言
  5. C – The most trusted language to date

    C –迄今为止最受信任的语言
  6. Ruby – The proven choice for data science and web development

    Ruby –数据科学和Web开发的可靠选择
  7. C# – A powerful object-oriented language by Microsoft

    C# –微软强大的面向对象语言
  8. Swift – The most efficient programming language for iOS development

    Swift – iOS开发中最有效的编程语言
  9. PHP – The best server-side web development language

    PHP –最好的服务器端Web开发语言
  10. Golang – A scalable system programming language by Google

    Golang – Google的可扩展系统编程语言

Now that we’re down with the list, let’s get started with the complete list right away.

现在,我们已经处理了列表,让我们立即开始使用完整列表。

#1。 Python – AI和机器学习的首选编程语言 (#1. Python – The go-to programming language for AI and Machine learning)

Developed in the 1990s by Guido van Rossum, Python is arguably the one language loved by everyone. It has a low learning curve, and the language holds the capacity to function in an industry-level setting.

Python由Guido van Rossum在1990年代开发,可以说是所有人都喜欢的一种语言。 它的学习曲线很低,并且语言具有在行业级别设置中起作用的能力。

Python was a language developed with a focus on developer experience. 

Python是一种专注于开发人员体验的语言。

It has a simple and elegant syntax along with an active community. Python is widely used in the fields of AI, machine learning, data science and web development.

它具有简单优雅的语法以及活跃的社区。 Python被广泛用于AI,机器学习,数据科学和Web开发领域。

Hello World code snippet in Python:

Python中的Hello World代码段


print("Hello World")

#2。 Java –服务器端后端开发的最佳编程语言 (#2. Java – The best programming language for server-side back-end development)

Java is to JavaScript what Car is to Carpet – Chris Heilman, Author – Beginning Javascript with DOM Scripting

Java对JavaScript就像地毯对汽车一样 –克里斯·海尔曼(Chris Heilman),作者-从DOM脚本开始使用Javascript

Java was developed in an effort to create a simple, object-oriented interpreted programming language. It was to act as an alternative to C++ which was widely used in business applications of the 90s. But over time, Java far surpassed C++ in terms of popularity due to its lower learning barrier and the highly distributable nature of Java code. 

开发Java是为了创建一种简单的,面向对象的解释型编程语言。 它是对90年代商业应用中广泛使用的C ++的替代。 但是随着时间的流逝,由于其较低的学习障碍和Java代码的高度可分配性,Java的普及程度已远远超过C ++。

Java, with the help of the Java Virtual Machine, is a language that is independent of platforms. This makes it the most popular programming language for enterprises. Java is widely used in the fields of application development, Big data, and web development.

在Java虚拟机的帮助下,Java是一种独立于平台的语言。 这使其成为企业中最受欢迎的编程语言。 Java广泛应用于应用程序开发,大数据和Web开发领域。

Hello World code snippet in Java:

Java中的Hello World代码段:


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

#3。 JavaScript –客户端脚本的流行选择 (#3. JavaScript – The popular choice for client-side scripting)

JavaScript was developed by Brendan Eich for Netscape during the first browser war. Despite starting with poor design and lack of features, JavaScript grew to become a dynamic high-level programming language.

JavaScript是Brendan Eich在第一次浏览器大战期间为Netscape开发的。 尽管从不良的设计和缺少的功能开始,JavaScript逐渐发展成为一种动态的高级编程语言。

Javascript is the duct tape of the internet – Chris campbell, author – Time.com

Javascript是互联网的胶带 –克里斯·坎贝尔(Chris Campbell),作者– Time.com

With the breakthroughs of Node.js and AngularJS, JavaScript became the undisputed frontrunner in-browser programming today.

随着Node.js和AngularJS的突破,JavaScript成为当今无可争议的浏览器内编程先锋。

JS offers event-driven programming which supports application requirements which heavily depend on I/O tasks. JavaScript is widely used in the fields of web development, back-end development and serverless computing.

JS提供了事件驱动的编程,可支持很大程度上依赖于I / O任务的应用程序需求。 JavaScript广泛用于Web开发,后端开发和无服务器计算领域。

Hello world code snippet in Javascript:

Java语言中的Hello World代码段:


<script>
 alert('Hello World');
</script>

#4。 C ++ –通用编码的最佳编程语言 (#4. C++ – The best programming language for general-purpose coding)

Developed as an extension of C, C++ was originally aimed to create a language which could bring object-oriented features to the popular C language.

作为C语言的扩展而开发的C ++最初旨在创建一种语言,该语言可以将流行的C语言带来面向对象的功能。

Over time, it evolved further as a general-purpose language with low-level memory access and complete hardware control. C++ is a language that probably offers the widest variety of features which makes it really complicated to master.

随着时间的流逝,它进一步发展为具有低级内存访问和完整硬件控制的通用语言。 C ++是一种可能提供最广泛功能的语言,这使其掌握起来确实很复杂。

C++ can work on every platform and take advantage of any kind of hardware. It is a really fast programming language which makes it popular for use in systems with resource-restraints. C++ is widely used in the fields of system programming, game development, IoT and embedded systems.

C ++可以在每个平台上运行,并可以利用任何类型的硬件。 这是一种非常快速的编程语言,这使其很受资源限制的系统使用。 C ++广泛用于系统编程,游戏开发,IoT和嵌入式系统领域。

Hello world code snippet in C++:

C ++中的Hello World代码段:


#include<iostream.h>
using namespace std;

void main() {
    cout<<"Hello World";
}

#5。 C –迄今为止最受信任的语言 (#5. C – The most trusted language to date)

Developed in the 1960s, C was created with one major requirement: being a general-purpose language which could efficiently use system resources. It was a time when every memory byte was essential.

C语言于1960年代开发,创建时有一个主要要求:它是一种通用语言,可以有效地使用系统资源。 在那个时候,每个内存字节都是必不可少的。

As C++ was based on C, they share functionalities such as low-level memory access and complete hardware control.

由于C ++基于C,因此它们共享诸如低级内存访问和完整的硬件控制之类的功能。

C is platform-dependent and tough to master. Yet even today it is one of the most used programming languages. It is also the language which inspired countless others such as Ruby, C++, Python and PHP. C is widely used in the fields of system programming, game development, IoT and embedded systems.

C是平台相关的,很难掌握。 直到今天,它仍然是最常用的编程语言之一。 它也是启发无数其他语言(例如Ruby,C ++,Python和PHP)的语言。 C广泛用于系统编程,游戏开发,IoT和嵌入式系统领域。

Hello world code snippet in C:

C语言中的Hello世界代码段:


#include<iostream.h>
void main()
{
    printf("Hello World");
}

#6。 Ruby –数据科学和Web开发的可靠选择 (#6. Ruby – The proven choice for data science and web development)

Ruby started as an object-oriented scripting language. But over time, it grew into an interpreted high-level general-purpose programming language. It has a fairly flat learning curve, with a focus on developer productivity and experience.

Ruby最初是一种面向对象的脚本语言。 但是随着时间的流逝,它发展成为一种解释性的高级通用编程语言。 它的学习曲线相当平坦,侧重于开发人员的生产力和经验。

It combines some of the best features of all popular programming languages. It is dynamic, functional and concise. 

它结合了所有流行编程语言的一些最佳功能。 它是动态的,实用的和简洁的。

Further, it has an active community along with excellent framework support. Ruby is widely used in the field of web development, data analysis and AI development.

此外,它拥有活跃的社区以及出色的框架支持。 Ruby广泛用于Web开发,数据分析和AI开发领域。

Hello world code snippet in Ruby:

Ruby中的Hello World代码段


puts "Hello World"

#7。 C#–微软强大的面向对象语言 (#7. C# – The powerful object-oriented language by Microsoft)

Microsoft developed C# as a C-like programming language with object-oriented features. This was part of their .NET project. Initially, the language was seen as a copy of Java. However, future developments brought a clear, distinct identity to C#. 

Microsoft将C#开发为具有面向对象功能的类C编程语言。 这是他们的.NET项目的一部分。 最初,该语言被视为Java的副本。 但是,未来的发展为C#带来了清晰而独特的身份。

C# offers a great developer experience. With Microsoft’s backing and presence of over two decades, it has numerous libraries and frameworks.

C#提供了出色的开发人员经验。 在Microsoft的支持和超过20年的存在下,它拥有众多的库和框架。

Further, it is a platform-independent programming language. C# is widely used in the fields of system programming, game development, web development and app development.

此外,它是与平台无关的编程语言。 C#广泛用于系统编程,游戏开发,Web开发和App开发领域。

Hello world code snippet in C#:

C#中的Hello World代码段:


namespace HelloWorld
{
    class Hello
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World");
        }
    }
}

#8。 Swift – iOS开发中最有效的编程语言 (#8. Swift – The most efficient programming language for iOS development)

Swift is a powerful general-purpose, compiled programming language by Apple. Developed last decade, it has already effectively replaced C for software development on the Mac and iOS platforms.

Swift是Apple强大的通用编译语言。 它开发于过去十年,已经有效地替代了C,用于Mac和iOS平台上的软件开发。

Its concise syntax and focus on developer productivity have seen the language begin expanding to other platforms.

它的简洁语法和对开发人员生产力的关注使该语言开始扩展到其他平台。

Swift offers great features due to being a modern language while being fast enough to be compared to C++. Today Swift is widely used in the fields of iOS app development, system programming, deep learning and IoT.

Swift是一种现代语言,它具有出色的功能,同时又足够快,可以与C ++进行比较。 如今,Swift已广泛用于iOS应用程序开发,系统编程,深度学习和IoT领域。

Hello world code snippet in Swift:

Swift中的Hello World代码段


print("Hello World")

#9。 PHP –最好的服务器端Web开发语言 (#9. PHP – The best server-side web development language)

Initially developed as a set of Common Gateway Interface binaries for developing dynamic web applications, PHP transformed into a complete programming language over the years.

PHP最初是作为一组通用网关接口二进制文件开发的,用于开发动态Web应用程序,多年来,PHP逐渐转变为一种完整的编程语言。

It has been used to create web applications for over 35 years, with multiple frameworks being available for the developers.

它已被用来创建Web应用程序超过35年,开发人员可以使用多种框架。

Despite falling in popularity recently, PHP is still one of the most widely used programming languages.

尽管最近流行度下降,PHP仍然是使用最广泛的编程语言之一。

It finds applications mainly in the fields of server-side and standalone web application development along with the development of CMS systems.

它主要在服务器端和独立Web应用程序开发以及CMS系统的开发领域中找到应用程序。

Hello world code snippet in PHP:

PHP中的Hello World代码段:


<?php
echo "Hello World";
?>

#10。 GoLang – Google的可扩展系统编程语言 (#10. GoLang – A scalable system programming language by Google)

Developed in the previous decade like Swift, Go was created by Google after realising that existing programming languages were not up to the task of efficiently handling its databases.

Go是在十年前像Swift一样开发的,它是由Google创建的,因为它意识到现有的编程语言无法有效地处理其数据库。

Go is a language renowned for its design, simplicity and ability to tackle the development scaling issue.

Go语言以其设计,简单性和解决开发扩展问题的能力而闻名。

Go is easy to learn and provides an elegant yet powerful option for developers. Further, it is one of the fastest-growing programming languages today.

Go易于学习,为开发人员提供了一个优雅而强大的选择。 此外,它是当今增长最快的编程语言之一。

Go is widely used in the fields of system programming, serverless computing, IoT and cloud-native development.

Go广泛用于系统编程,无服务器计算,物联网和云原生开发领域。

Hello world code snippet in GoLang:

GoLang中的Hello世界代码段:


package main
import "fmt"
func main() 
{
     fmt.Println("Hello World")
}

最后… (Finally…)

This brings us to the end of this list of the top 10 best programming languages of 2020!

这使我们跻身2020年十大最佳编程语言之列!

There is no best language, only one that fits your needs.

没有最好的语言,只有一种能满足您的需求。

So what’s your favorite one out of this list? Or do you have another favorite?

那么,您最喜欢此列表中的哪一个? 还是您还有另一个收藏夹?

Drop a comment below and let us know!

在下面发表评论,让我们知道!

翻译自: https://www.journaldev.com/43017/top-best-programming-languages

十大编程语言

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/cunchi4221/article/details/107470739

智能推荐

JWT全面解读、使用步骤_陈袁的博客-程序员秘密

JWT全面解读JWT全面解读前言JWT基本使用在pom.xml引入java-jwt示例如下概念介绍JWT消息构成头部playload标准中注册的声明 (建议但不强制使用)自定义数据签名signatureJJWT引入使用方法生成token解析token前言JWT是json web token缩写。它将用户信息加密到toke...

matplotlib之2000-2017各产业与行业各季度国民生产总值散点图_小神龙q的博客-程序员秘密

import matplotlib.pyplot as pltimport numpy as npplt.rcParams['font.sans-serif'] = 'simhei'plt.rcParams['axes.unicode_minus'] = Falsedata1 = np.load('D:\matplotlib\国民经济核算季度数据.npz')name = data1['c...

OneNote使用技巧 - 4. 页面等级设置_onenote降级子页_小茂飞飞的博客-程序员秘密

OneNote使用技巧???? - 4. 页面等级设置在本文,我整理了一些OneNote的使用经验,供读者参考,如果读者有更棒的经验技巧,不妨在文章下方留言。4. 页面等级设置有时候我们需要将页面组织为树形关系,如下图:那么我们只要右击需要下沉的页面,点击“降级为子页”即可。...

完美解决SpringBoot上传图片之后,需要重服务才能访问_MarkCoder的博客-程序员秘密

完美解决SpringBoot上传图片之后,需要重服务才能访问1.问题描述:系统采用的架构,是采用SpringBoot+SSM+SpringSecurity+JWT前端是小程序端或者PC的前端 Vue。当在前端上传图片之后,上传到指定的idea后端里面(这个版本没有使用云存储,是存储在本地文件里面)如图所示:图片在/resources/static/upload 下面已经上传成功,但是在target里面没有,需要刷新idea或者重起之后才能有。由于target没有图片,当我们访问 http://

adobe acrobat pro pdf 编辑 合并 福昕_macmaster的博客-程序员秘密

苹果系统安装版本:Adobe acrobat pro dc V2019.012.20034 免费下载链接:https://pan.baidu.com/s/1tGLwDXdaBHLVbZRli6joiA 密码:3c30Adobe Acrobat Reader DC 2019简体中文永久版是一个非常好用的PDF文档阅读工具,Adobe Acrobat Reader DC简体中文版是一种免费、可信的...

《机器学习》--周志华 (第五章学习笔记)_Cristal_yin的博客-程序员秘密

神经网络神经元模型​ 神经网络是由具有适应性的简单单元组成的广泛并行互连的网络,它的组织能够模拟生物神经系统对真实世界物体所作出的交互反应​ 神经网络中最基本的成分是神经元模型,即“简单单元”,在生物神经网络中,每个神经元与其他神经元相连,当它“兴奋”时,就会向相连的神经元发送化学物质,从而改变这些神经元内的电位;如果某神经元的电位超过一个“阈值”,那么它就会被激活,即“兴奋” 起来,向其他

随便推点

Python编程基础之四数字_乌托邦2号的博客-程序员秘密

一、简介       Python使用对象模型来存储数据,构造任何类型的值都是一个对象。再加上内建类型、标准类型运算符和内建函数,有助于更好的理解Python是如何工作的。二、详解1、Python的对象      三、总结(1)Python的分类和模型还须进一步总结,不支持的类型可以使用Python其他的模板弥补。(2)若有不足,请留言,在此先感谢!

八大基本数据类型(primitive type)-程序员秘密

一、数值类型(1)整数类型:1.byte(1字节):-128~1272.short(2字节):-32768~327673.int(4字节):+-21亿4.long(8字节):+-不知道。。。(数值后面加大写L)(2)浮点类型(小数类型)1.float(4字节)2.double(8字节){范围对应整数类型}二.字符类型char(2字节)string(字符串)三.boolean类型:值只有ture and false(对错 是非)数据类型+变量名=值

基于gmssl实现国密证书签发验证_gmssl1.3.0验证ca加密_A1exxx的博客-程序员秘密

本次实现的系统为 Linux环境,在Windows下的 gmssl 安装应该也差不多,所以环境影响不大。1.根CA的生成系统建立CA时,需要先在离线状态下建立一个根CA。根CA所需要的文件夹有certs(证书文件夹)、crl(吊销数据文件夹)、newcerts(新生成的证书文件夹)、private(私有数据文件夹)。同时还需要在本地生成数据记录文件index.txt,用以记录对证书的操作,...

L1-047. 装睡_风间琉璃c的博客-程序员秘密

你永远叫不醒一个装睡的人 —— 但是通过分析一个人的呼吸频率和脉搏,你可以发现谁在装睡!医生告诉我们,正常人睡眠时的呼吸频率是每分钟15-20次,脉搏是每分钟50-70次。下面给定一系列人的呼吸频率与脉搏,请你找出他们中间有可能在装睡的人,即至少一项指标不在正常范围内的人。输入格式:输入在第一行给出一个正整数N(&amp;lt;= 10)。随后N行,每行给出一个人的名字(仅由英文字母组成的、长度不超过3个...

微信小程序支付 退款 订单查询 退款查询_微信小程序sales-return_科小洋-lmy的博客-程序员秘密

基于thinkphp5框架支付/** * 预支付请求接口(POST) * @param string $openid openid * @param string $body 商品简单描述 * @param string $order_sn 订单编号 * @param string $total_fee 金额 * @return json的数据 */ public function prepay() {

推荐文章

热门文章

相关标签