Feb 20
Original Copy: http://www.physics.ucf.edu/~mdj/MinimalPython.html
I am trying to get familiar with Python, python is quite interesting for programming. There are lots of modules handy for us. For example, I need an FTP client library. It’s not easy to find a powerful .net open source implementation. However, ftplib is just part of Python’s standard library, not to mention other powerful network modules and string manipulation modules. The reason I learn it is to do crawling work and information extraction with it.
最新评论