Python 是一种面向对象、直译式计算机编程语言,具有近二十年的发展历史,成熟且稳定。它包含了一组完善而且容易理解的标准库,能够轻松完成很多常见的任务。它的语法简捷和清晰,尽量使用无异义的英语单词,与其它大多数程序设计语言使用大括号不一样,它使用缩进来定义语句块。
Python 可以和 C/C++ 语言整合在一起,也能支持命令式程序设计、面向对象程序设计、函数式编程、面向侧面程序设计、泛型编程多种编程范式。
下面是 sangkrit 收集整理的 25 本免费的 Python 电子书。如果你是 Python 新手,并且不知该先看哪本,sangkrit 是建议从第 12 本开始。
对于Python新手应该从哪本开始,如果各位朋友有不同看法,欢迎在评论中留言。
-
Think Stats
-
Dive Into Python
-
A Byte Of Python
-
Think Complexity
-
Dive Into Python 3
-
DJANGO TUTORIAL
-
Building Skills In OOP
-
Pyramid For Humans
-
Flask Microframework
-
Building Skills In Python
-
Kivy Programming Guide
-
Snake Wrangling For Kids
-
An Introduction To Python
-
Programmez Avec Python 2
-
Programmez Avec Python 3
-
Python Module Of The Week
-
Learn Python The Hard Way
-
The Standard Python Library
-
Building Skills In Programming
-
Python Scientific Lecture Notes
-
Making Games With Python & Pygame
-
Python 101 (an introduction to python)
-
How To Think Like A Computer Scientist
-
Natural Language Processing With Python
-
Programming Computer Vision With Python