栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

Python Basic Tutorial

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Python Basic Tutorial

Python Basic Tutorial python Python is an interpreted, object-oriented, high-level programming language with dynamic data types. Python was invented by Guido van Rossum at the end of 1989, and the first public distribution was released in 1991. Like the Perl language, the Python source code also follows the GPL (GNU General Public License) agreement. It is officially announced that on January 1, 2020, the update of Python 2 will be stopped. Python 2.7 was identified as the last Python 2.x release. Who should read this tutorial? This tutorial is for developers who want to learn the Python programming language from scratch. Of course, this tutorial will also go deep into some modules, so that you can better understand the application of Python. This tutorial is mainly aimed at learning Python 2.x version. If you are using Python 3.x version, please move to the Python 3.X version tutorial. All examples in this tutorial are based on Python 2.7. What you need to know before following this tutorial Before continuing with this tutorial, you should know some basic computer programming terms. If you have learned programming languages ​​such as PHP, ASP, etc., it will help you understand Python programming faster. Execute Python program For most programming languages, the first introductory programming code is "Hello World!", the following code prints "Hello World!" using Python: example #!/usr/bin/python print("Hello, World!") Running the instance » Python 3.0+ version already has print as a built-in function that outputs "Hello World!" The code is as follows: Example (Python 3.0+) #!/usr/bin/python3 print("Hello, World!")

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/1038687.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号