How do I get fluent in Python?

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

    Have you read the Python Cookbook? It's a pretty good source for Pythonic.

    Plus you'll find much more from Alex Martelli on Stack Overflow.

提交回复
热议问题