这里就不定期地加一些我需要的链接也好,笔记也好。
https://zhuanlan.zhihu.com/p/21332075?refer=quantjiang
Dive Into Python 3
http://www.diveintopython3.net/
Quora上提供的Python学习的链接
https://www.quora.com/Where-can-I-learn-more-about-Python
code的练习:
http://codingbat.com/python
被推荐的:Automate the boring stuff
https://automatetheboringstuff.com/chapter6/
部分免费视频
https://zhuanlan.zhihu.com/p/21500633?refer=pythonpx
简书里的:
简明python指南(预览版)
http://www.jianshu.com/p/fd6ad8bb9e7f
Python初学者(零基础学习Python入门)书籍、视频、资料、社区推荐
http://www.jianshu.com/p/4ac26525be90
史上最全Python数据分析学习路径图
http://www.jianshu.com/p/14017390e05b
Python四五事
http://www.jianshu.com/p/448ce6c00c2a
CMU网上的课程
http://www.cs.cmu.edu/~112/notes/notes-writing-functions.html
互动的课程 how to think like a computer scientist
http://interactivepython.org/courselib/static/thinkcspy/index.html
CodeCademy里的课外阅读:
Python Syntax:
built-in Python Types
https://docs.python.org/2/library/stdtypes.html
Differences Between Compiled and Interpreted Languages:
https://www.codeproject.com/articles/696764/differences-between-compiled-and-interpreted-langu
Python Basics
http://www.astro.ufl.edu/~warner/prog/python.html (打印出来了)
Strings and Console Output:
Python strings:
http://www.tutorialspoint.com/python/python_strings.htm
Basic String Operations:
http://www.learnpython.org/en/Basic_String_Operations
Conditions and Control Flow
Conditions and Loops
http://www.openbookproject.net/books/bpp4awd/ch04.html
Conditions in Python
http://www.pythonforbeginners.com/basics/python-conditional-statements
Booleans:
http://cs50.tv/2012/fall/shorts/boolean_values/boolean_values-720p.mp4
Functions:
Functions Can Return Something:
https://learnpythonthehardway.org/book/ex21.html
Intro to Functions:
http://zetcode.com/lang/python/functions/
Lists and Dictionaries:
Introduction to Python Lists:
http://effbot.org/zone/python-list.htm
Dictionaries, Oh Lovely Dictionaries
https://learnpythonthehardway.org/book/ex39.html
Lists and Functions:
Using Global Variables in Python
https://stackoverflow.com/questions/423379/using-global-variables-in-a-function-other-than-the-one-that-created-them
Differences Between Sets and Lists
https://stackoverflow.com/questions/12354515/what-is-the-difference-between-sets-and-lists-in-python
Loops
Emulate a Do While Loop
https://stackoverflow.com/questions/743164/emulate-a-do-while-loop-in-python
For Else Loop
http://python-notes.curiousefficiency.org/en/latest/python_concepts/break_else.html
Advanced Topics in Python
Binary
http://cs50.tv/2012/fall/shorts/binary/binary-720p.mp4
Binary and Pac-Man
https://www.youtube.com/watch?v=umYvFdU54Po
Python: Lambda Functions
http://www.secnetix.de/olli/Python/lambda_functions.hawk
Introduction to Classes:
Object Oriented Programming Definition
http://searchmicroservices.techtarget.com/definition/object-oriented-programming-OOP
Modules Classes and Objects
https://learnpythonthehardway.org/book/ex40.html
File Input and Output
What are Buffers For
https://stackoverflow.com/questions/3422685/what-is-python-buffer-type-for
Python Files
http://www.tutorialspoint.com/python/python_files_io.htm
Python Data Analysis Library
http://pandas.pydata.org/
没有评论:
发表评论