# Seymour Papert Seymour Papert (1928–2016) was a South African-born American mathematician, computer scientist, and educator who revolutionized how we think about children, computers, and learning. He co-founded the MIT Artificial Intelligence Laboratory with [[Marvin Minsky]] and created the **Logo programming language** (with Wally Feurzeig), designed to teach children computational thinking through controlling a "turtle" that draws on screen. His 1980 book *Mindstorms: Children, Computers, and Powerful Ideas* articulated his vision of computers as tools for learning, not just teaching—a distinction that remains profound. Papert studied mathematics at the University of the Witwatersrand and Cambridge before working with [[Jean Piaget]] in Geneva for five years (1958–1963). From Piaget's constructivism, Papert developed **constructionism**—the idea that learning happens best when learners actively construct knowledge by making things that matter to them. At MIT, he influenced generations of researchers including [[Mitchel Resnick]], who created [[Scratch]]. Papert's ideas anticipated the maker movement, computational thinking in education, and the belief that programming is a form of literacy. He was a pioneer who saw that children could be philosophers and mathematicians if given the right tools. ## Constructionism ``` ┌─────────────────────────────────────────────────────────────┐ │ CONSTRUCTIONISM │ │ (Papert's Learning Philosophy) │ ├─────────────────────────────────────────────────────────────┤ │ │ │ Piaget's CONSTRUCTIVISM Papert's CONSTRUCTIONISM │ │ ┌──────────────────────┐ ┌──────────────────────┐ │ │ │ Children actively │ │ Children learn best │ │ │ │ construct knowledge │──▶│ by MAKING things │ │ │ │ through experience │ │ they care about │ │ │ └──────────────────────┘ └──────────────────────┘ │ │ │ │ Key Principles: │ │ • Learning by doing and making │ │ • Objects-to-think-with (like Logo turtle) │ │ • Low floor, high ceiling (easy start, no limit) │ │ • Hard fun (challenging but engaging) │ │ • Personal connection to what you build │ │ │ │ "You can't teach people everything they need to know. │ │ The best you can do is position them where they can │ │ find what they need to know when they need to know it." │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## Key Contributions | Contribution | Year | Significance | |--------------|------|--------------| | **Logo programming language** | 1967 | First language designed for children | | **MIT AI Lab** (with Minsky) | 1959 | Foundational AI research | | **Mindstorms** | 1980 | Seminal book on learning and computers | | **Constructionism** | 1980s | Learning theory | | **LEGO Mindstorms** | 1998 | Programmable robotics (named after his book) | | **One Laptop Per Child** | 2000s | Advisor, educational philosophy | ## Logo and the Turtle | Concept | Description | |---------|-------------| | **Turtle graphics** | On-screen cursor that draws as it moves | | **Body syntonic** | Commands relate to body movement (forward, right) | | **Debugging** | Learning that errors are part of process | | **Microworlds** | Constrained environments for exploration | | **Procedural thinking** | Breaking problems into steps | ### Logo Example ``` TO SQUARE REPEAT 4 [FORWARD 100 RIGHT 90] END TO FLOWER REPEAT 36 [SQUARE RIGHT 10] END ``` ## Core Ideas | Idea | Explanation | |------|-------------| | **Objects-to-think-with** | Physical/digital objects that make abstract ideas concrete | | **Low floor, high ceiling** | Easy to start, unlimited growth potential | | **Wide walls** | Many paths to explore | | **Hard fun** | Challenging work that's intrinsically rewarding | | **Powerful ideas** | Concepts that change how you think | ## Career Timeline | Year | Event | |------|-------| | 1928 | Born in Pretoria, South Africa | | 1949 | BA Mathematics, University of Witwatersrand | | 1952 | PhD Mathematics, Cambridge | | 1958-1963 | Worked with Piaget in Geneva | | 1963 | Joined MIT | | 1967 | Co-created Logo | | 1969 | *Perceptrons* (with Minsky) | | 1980 | *Mindstorms* published | | 1985 | Co-founded MIT Media Lab | | 1998 | LEGO Mindstorms launched | | 2006 | Brain injury in accident | | 2016 | Died in Blue Hill, Maine | ## Publications | Work | Year | Type | |------|------|------| | *Perceptrons* (with Minsky) | 1969 | Book | | *Mindstorms* | 1980 | Book | | *The Children's Machine* | 1993 | Book | | *The Connected Family* | 1996 | Book | ## Influence on Education | Influence | Legacy | |-----------|--------| | **Scratch** | Mitchel Resnick continued Papert's vision | | **Maker movement** | Learning through building | | **Computational thinking** | Core 21st century skill | | **OLPC** | One Laptop Per Child project | | **Constructionist learning** | Hands-on, project-based education | ## Papert vs Traditional Education | Traditional | Constructionism | |-------------|-----------------| | Teacher transmits knowledge | Learner constructs knowledge | | Curriculum-driven | Interest-driven | | Abstract first | Concrete first | | Errors are failures | Errors are learning | | Standardized pace | Personal pace | ## Key Collaborators | Person | Collaboration | |--------|---------------| | [[Marvin Minsky]] | AI Lab, Perceptrons | | [[Jean Piaget]] | Epistemology, constructivism | | Wally Feurzeig | Logo language | | [[Mitchel Resnick]] | Student, Scratch creator | | Cynthia Solomon | Logo development | ## Awards and Recognition | Award | Year | |-------|------| | **Guggenheim Fellowship** | 1980 | | **Marconi International Fellowship** | 1981 | | **Software Publishers Association Lifetime Achievement** | 1994 | | **Smithsonian Award** | 1997 | ## Quotes <!-- QueryToSerialize: LIST FROM #type/quote AND [[Seymour Papert]] WHERE public_note = true SORT file.name ASC --> ## Books <!-- QueryToSerialize: LIST FROM #type/book AND [[Seymour Papert]] WHERE public_note = true SORT file.name ASC --> ## References - Papert, S. (1980). *Mindstorms: Children, Computers, and Powerful Ideas* - Papert, S. (1993). *The Children's Machine* - https://en.wikipedia.org/wiki/Seymour_Papert ## Related - [[Constructionism]] - [[Logo]] - [[Scratch]] - [[Mitchel Resnick]] - [[Marvin Minsky]] - [[Jean Piaget]] - [[MIT Media Lab]] - [[Computational Thinking]] - [[Educational Technology]] - [[LEGO Mindstorms]]