How do I get fluent in Python?

前端 未结 8 1871
甜味超标
甜味超标 2021-01-31 23:16

Once you have learned the basic commands in Python, you are often able to solve most programming problem you face. But the way in which this is done is not really Python-ic<

8条回答
  •  清歌不尽
    2021-01-31 23:39

    I can tell you what I've done.

    1. Idiomatic Python
    2. Bookmark SO with the python keyword.
    3. Read other's good python code.
    4. The Python Challenge

    That order is probably good, too. This is where things get fun.

提交回复
热议问题