Python



Built-in Exceptions



Concurrent Execution

Using locks, conditions, and semaphores in the with statement (threading)
multiprocessing.managers.SharedMemoryManager
multiprocessing.managers.SyncManager.Semaphore()
multiprocessing.shared_memory.SharedMemory.close()


Data Types

Collections Abstract Base Classes – Detailed Descriptions (collections.abc)


Frameworks

Changes since Python 2.6 (turtle)
Changes since Python 3.0 (turtle)
Explanation (turtle)
Methods of RawTurtle/Turtle and corresponding functions (turtle)
Methods of TurtleScreen/Screen and corresponding functions (turtle)
turtle.RawTurtle
turtle.ScrolledCanvas
turtle.Shape.addcomponent()
turtle.addshape()
turtle.begin_fill()
turtle.bk()
turtle.bye()
turtle.clearstamps()
turtle.color()
turtle.delay()
turtle.dot()
turtle.end_poly()
turtle.fillcolor()
turtle.forward()
turtle.get_poly()
turtle.getcanvas()
turtle.getshapes()
turtle.goto()
turtle.ht()
turtle.isvisible()
turtle.mode()
turtle.ondrag()
turtle.onkey()
turtle.onkeyrelease()
turtle.onrelease()
turtle.pd()
turtle.pencolor()
turtle.pos()
turtle.position()
turtle.pu()
turtle.register_shape()
turtle.reset()
turtle.right()
turtle.seth()
turtle.setheading()
turtle.setundobuffer()
turtle.setup()
turtle.shearfactor()
turtle.speed()
turtle.st()
turtle.teleport()
turtle.towards()
turtle.tracer()
turtle.undo()
turtle.undobufferentries()
turtle.up()
turtle.update()
turtle.xcor()


Importing



Internet

ftplib.FTP.nlst()
ftplib.FTP.ntransfercmd()
ftplib.FTP.rename()
ftplib.FTP.rmd()
ftplib.FTP.size()
ftplib.FTP.storlines()
ftplib.FTP_TLS.auth()


Text Processing