Home  >  Q&A  >  body text

How to improve python?

After reading a set of python tutorials and studying them systematically, I feel that the code is still less written, and many functions cannot be applied flexibly. Is there any good way to improve it?
Some suitable for novices ?

为情所困为情所困2712 days ago626

reply all(3)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-18 10:57:16

    Read books=>Write code=>Read books=>Write code=>Read source code. Repeat this training. As for books, I recommend "effective python", "python advanced", and "fluent python". Go to github to find excellent projects to learn from. If it is a crawler, you can look at requests. Once you are familiar with it, you can read its source code. Requests is written very elegantly. I have to be impressed by the author's ability. I wrote a distributed Weibo crawler. If you are interested, you can also take a look. Basically, you can understand all aspects of crawlers.

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-18 10:57:16

    In actual practice, you can start with the simplest crawler and blog system. Then you will find that you may not be able to complete it, so you will search for codes and information. Slowly you will become more and more familiar with it

    reply
    0
  • 世界只因有你

    世界只因有你2017-05-18 10:57:16

    Real masters are accumulated through massive amounts of code

    reply
    0
  • Cancelreply