1.Python 菜鸟教程

Python 基础教程 | 菜鸟教程

本教程适合想从零开始学习 Python 编程语言的开发人员。当然本教程也会对一些模块进行深入,让你更好的了解 Python 的应用。

本教程主要针对 Python 2.x 版本的学习

2.廖雪峰的Python教程

Python教程 - 廖雪峰的官方网站

中文,免费,零起点,完整示例,基于最新的Python 3版本。

3.Udacity上的Python教程(英文)

Free Intro to Python Course | Udacity Free Courses

In this course, you'll learn the fundamentals of the Python programming language, along with programming best practices. You’ll learn to represent and store data using Python data types and variables, and use conditionals and loops to control the flow of your programs. You’ll harness the power of complex data structures like lists, sets, dictionaries, and tuples to store collections of related data. You’ll define and document your own custom functions, write scripts, and handle errors. Lastly, you’ll learn to find and use modules in the Python Standard Library and other third-party libraries.

更多推荐

免费的python教程资源(中文,英文都有)