Skip to main content

Python - Head First Book

How to start Python IDE IDLE

At the Python shell prompt type import idlelib.idle

Notes

A block of code is called Suite

A sequence is an ordered collection of objects. Every sequence can be iterated over.