Saturday 5 April 2014

Magic of Python

$ python -m SimpleHTTPServer
Download HTML Page
$ python -m urllib http://www.python.org > python.html

Prints the year calendar, like the "cal" command.

$ python -m calendar

Works as a command line ftp client

$ python -m ftplib

Sends email using localhost smtp server as relay.

$ python -m smtplib

No comments:

Post a Comment