最近开始学Python,的确是又易学又强大的编程语言,阅读python编写的程序也很简单,就连google的自动驾驶汽车也是用Python开发的。

Python下载

http://python.org/getit/

Python教程

Python for Non-Programmers

简明 Python 教程

Dive Into Python(中文版)

Invent Your Own Computer Game with Python 及其续篇 Making Games with Python & Pygame 用编写游戏的方式学习Python编程,会比较有意思。

Python视频

Khan Academy Introduction to programming and computer science

Python IDE

下载的Python解释器自带有Python IDE,叫Python IDLE,Linux环境下用这个就行,但Windows环境下感觉不如下面这个好用。

PyScripter:这是一个是一个免费开源的Python集成开发环境,khanacademy教学视频中就是用的这个软件。

相关文章:

  • 2021-08-14
  • 2021-04-20
  • 2021-06-13
  • 2021-12-16
  • 2021-12-31
  • 2022-12-23
  • 2022-01-07
  • 2021-05-16
猜你喜欢
  • 2021-10-01
  • 2021-11-21
  • 2021-06-23
相关资源
相似解决方案