How do I get fluent in Python?

前端 未结 8 1956
甜味超标
甜味超标 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:32

    Read other people's code. Write some of your own code. Repeat for a year or two.

    Study the Python documentation and learn the built-in modules.

    Read Python in a Nutshell.

    Subscribe your RSS reader to the Python tag on Stack Overflow.

提交回复
热议问题