Create an Address book query software that temporarily supports search by name only. Starting point: You can retrieve it without logging into the Enterprise Portal. Be careful to protect the employee's phone number unless he or she agrees to display it.
You are welcome to visit WWW.CNBLOGS.COM/VIPHHS. Reprint please contact the author authorization.
Ideas:
1, crawling crawl basic data, in a dictionary and a list of the way to store.
2. Store this data in CSV using Pandas.
http://code-love.com/2017/04/30/
http://pandas.pydata.org/
Http://pda.readthedocs.io/en/latest/chp5.html
In the above example, why did you only find the first table?
Distinguish find and Find_all in BeautifulSoup
http://blog.csdn.net/abclixu123/article/details/38502993
3. Using Tkinteri to build GUI interface
Http://www.aichengxu.com/python/8175065.htm
4. Packing procedure
https://www.crifan.com/use_pyinstaller_to_package_python_to_single_executable_exe/
Note the large libraries that are included, not full references, can be used from * import *
This way the packaged program may be smaller.
You are welcome to visit WWW.CNBLOGS.COM/VIPHHS. Reprint please contact the author authorization.
[It learning] Python Small Project Address book ideas