Carambola Python Basics Tutorial - Chapter 1: Python Introduction

I CSDN blog column: HTTPS: //blog.csdn.net/yty_7
Github Address: https: //github.com/yot777/Python-Primary-Learning

 

Python is a high-level scripting language

Python highly readable, more features grammatical structure

Python is an interpreted language, the compiler is not part of the development process

special reminder:

According to the Python development team to official sources, 2020 Nian 1 Yue 1 Ri will be Python 2 officially "retired" days. This means Python2 will not be any improvement after that, even if some people find it a security problem.

Therefore, this Python share to Python3 prevail, no longer used Python2

 

Reference Tutorial:

Liao Xuefeng of Python tutorials

https://www.liaoxuefeng.com/wiki/1016959663602400

Liao Xuefeng's Java Tutorial

https://www.liaoxuefeng.com/wiki/1252599548343744

Python3 Tutorial | Tutorial rookie
https://www.runoob.com/python3/

 

If you feel Benpian chapter has helped you, welcome attention, comments, thumbs up! Github welcome you Follow, Star!

Published 25 original articles · won praise 3 · Views 2176

Guess you like

Origin blog.csdn.net/yty_7/article/details/104103399