Python 可用链接

来源:互联网 发布:数据抓取 编辑:程序博客网 时间:2024/05/18 11:35

Interesting and Useful Links

THE LINKS ARE NOT IN ANY PARTICULAR ORDER AND CAN BE USEFUL FOR USERS WITH ANY AMOUNT OF KNOWLEDGE.

Online books, tutorials and reading materials

Invent with Python - Another recourse for further reading and exploration of development using Python.
A Byte of Python - Good python book for beginners as well as others.
Online Python Tutor - To have better understanding about the Python code you written. Also, learn programming by visualizing Python code execution. (It supports both Python 2.7 and Python 3.3)
Other useful links.

stackoverflow - Great site with great community all about helping others. Almost every question you will have is already asked and answered on this website. (Make sure you search thoroughly before asking questions).
/r/learnprogramming - A growing reddit community about learning programming.
The Wiki - Very detailed wiki with tons of information for the beginning programmer.
The FAQ - General questions a new programmer can have that might be not answered in the lectures.
geekviewpoint - Great compact website with a lot of examples for basic and complex problems solved using Python.
Computer language chart - Very interesting representation of the different languages of the past and the present.
Teach Yourself Programming in Ten Years - Good article about the philosophy of learning new subjects and particularly programming.
(APPARENTLY THE SITE IS DOWN AND I GUESS WE ARE PARTIALLY INVOLVED. BE SURE TO CHECK IT OUT WHEN IT’S BACK ONLINE)

Koans of unit tests You get a set of failing unit tests that you must fix. Starts very basic and goes up to OOP and then some. Useful if you want extra practice with Python and works well with this class (so far - week 4).

0 0
原创粉丝点击