This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
import email | |
import imaplib | |
import time | |
import logging | |
def readmail(volume): | |
time.sleep(1.5) | |
m = imaplib.IMAP4_SSL("imap.gmail.com") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""I didn't finish the class, and the notes are only partial and really not cleaned/organized, | |
but they represent at the time what I found interesting to remember. | |
@ben_derv | |
""" | |
?? --->understand---> problem --->specify---> design --->code | |
sum(**2 for x in nums) |