Intro to Python

Syllabus & Resources

Syllabus:

Reading 1: A Tribute to Women’s Work, From Weaving to Computer Programming

Resources:

Questions for Meghan/Class: Discord

Questions in general: Stack Overfow

⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺

Optional Digital Syllabus: On weaving, cybernetics & witchcraft, 2022 + any or all articles (some links may be broken, you can google to find the available PDFs)

Optional Print Guide: Python Pocket Reference by Mark Lutz

Class 5:  AI & API for Witches
May 8, 6:30pm Pacific

⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺

Class 4: Data for Divination
May 1, 6:30pm Pacific

⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺

Class 3: Your Electric Tarot
April 24, 6:30pm Pacific

⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺

Class 2: Digital Spells
April 17, 6:30pm Pacific

⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺

Class 1: Getting Started in Python
Wednesday, April 10, 6:30pm Pacific

⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺

Class 0: Intro to Python Kick-Off
Wednesday, April 3, 6:30pm Pacific

  • Get Python!

  • Code 

    • 1. Abracadabra:
      word = "abracadabra"

      for i in range(len(word)):     

           print(word[:len(word)-i])

  • Class Materials:

⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺