How should I start learning Python?(quora)

by : Luke Petschauer

I have been teaching myself programming and Python. Some resources I found helpful:

  1. Learn Python The Hard Way (book and video tutorial)
    It is usually recommended enthusiastically, and I thought it was good. It very much puts the onus on you to investigate and be creative. This can seem daunting at first; I started with LPTHW, quit and did Codeacademy for a while (mostly because it provides instant gratification), and then came back to LPTHW and felt like I got quite a bit from it..
    Codecademy's Python course is OK, but I really didn't like the IDE; oftentimes it would reject working code. Like I mentioned above, I came to this after starting – and stopping – LPTHW. It is fun and easy to make progress at Codecademy, but I don't think it's an optimal learning environment, especially if you haven't done any programming before.
  2. Think Python & How To Think Like A Computer Scientist: Learning With Python (Interactive Edition)
    Think Python is published by O'Reilly but is also available free, direct from the author. I'm learning from this textbook now after having done (1) and (2), and feel like I'm learning quite a few new things, having important concepts reinforced, and getting an idea of some of the basic ideas of computer science. I've made a Memrise "course" to help me to remember all the vocabulary: Think Python vocabulary.
  3. One of the things that makes Think Python nice is that you do some work with graphics; that adds some spice to material that has become familiar.
    The text of Think Python has also been used to develop the interactive textbook How to Think Like A Computer Scientist, which is pretty fantastic. You are able to do everything in the browser, and the course uses Python 3. I've done some work in it. If I'd found How to Think Like A Computer Scientist first, I probably would have only used it.

Hope that's helpful.

I've also written this blog post about my experience learning to program with Python: Some thoughts on learning Python and how to program

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容