Skip to content

Pana/how-to-learn-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

how-to-learn-python3

Python是一种跨平台的计算机程序设计语言。 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。最初被设计用于编写自动化脚本(shell),随着版本的不断更新和语言新功能的添加,越多被用于独立的、大型项目的开发。

Python 目前被广泛采用因其具有以下优势:

  1. 学习简单
  2. 生态完善强大,几乎你想做任何事情,都可以找到对应的 Python 包
  3. 应用广泛:人工智能,AI,web开发,运维,测试,区块链等

Python 3

Python 有两个大的版本 2,3 但目前 2 已经不再维护所以 Python3 是需要学习的版本

学习材料

  1. 官网
  2. Pypi
  3. Python3 教程
  4. Python3 get started
  5. Python docs

阶段学习计划

Lesson 2
  1. 数据类型,变量
  2. string,数组
  3. if else
  4. 循环
Lesson 1
  1. 安装 python 3
  2. 熟悉 PyPi
  3. 安装 Python3 开发环境: vs code 或者 pycharm community
  4. 编写第一个 Hello world 程序

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published