How do I get fluent in Python?

前端 未结 8 2002
甜味超标
甜味超标 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 existing projects known for technical excelence.

    Some of the ones I'd recommend are:

    • Django
    • SQLAlchemy
    • Python's /lib/json
    • Python's /lib/test
    • Visit http://pythonsource.com/ for many other modules written in Python.

提交回复
热议问题