Python basis - we take the next step

If until now you've read the book and wrote many programs, then you must have become familiar with and accustomed to the Python. Perhaps you have already created some Python programs to try to get some work done while you exercise your Python skills. At this point if you have not, you should also make efforts. The problems we face now is "what to do next?."

1. Project

I would recommend that you try to solve this problem:

A write your own command-line address book program, you can use it to browse, add, edit, delete, or search your contacts, for example, your friends, family, co-workers, as well as their e-mail addresses, telephone numbers and other kinds of information. These details must be properly stored for later retrieval.

If you recall we have learned so far, discussed, everything met, you will find that this is actually very simple.

If you think the above procedure was too easy, that there is another:

Achieve Replace command . This command can replace another string string string file or list for further provided.

If you want to replace simple or complex commands or may be implemented, replacing the simple string to search with the style (regular expressions).

If you find the above program can easily write out, then take a look at the complete list of the following items, and try to write your own programs: https://github.com/thekarangoel/Projects#numbers .

2. Recommendations

3. Video

4. Install library

Python library index contains a large number of open source libraries, you can use them in your own programs.

To learn how to install and use these libraries, you can use PIP .

to sum up

Now that we have the line to the end of the book, but, as they say, it is clear to the end of the beginning! You are now an avid Python user, without a doubt, you are ready to solve the problems through Python. You can begin to automate your computer, do anything you previously unimaginable, you can start writing your own game, you start to do more things more, not only this far. Come, let us go!

Resources

[1] take the next step-Byte of Python

Published 66 original articles · won praise 101 · views 30000 +

Guess you like

Origin blog.csdn.net/u010705932/article/details/105264146