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
Code & Class Files
Download zip: AI & API for Witches
Resources
1. PPT: posted after class
2. Video: posted after class
⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺
Class 4: Data for Divination
May 1, 6:30pm Pacific
Code & Class Files
Download zip: MTWT Data 4 Divination
Resources
1. PPT: Data 4 Divination
2. Video: Data 4 Divination
⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺
Class 3: Your Electric Tarot
April 24, 6:30pm Pacific
Code & Tarot Files
Download zip: MTWT ITP Class 3-Tarot
Resources
1. PPT: Your Electric Tarot
2. Video: Your Electric Tarot
⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺
Class 2: Digital Spells
April 17, 6:30pm Pacific
Code
Download zip: MTWT ITP Class 2-Spells
Resources
⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺
Class 1: Getting Started in Python
Wednesday, April 10, 6:30pm Pacific
Code & Quizzes
Download zip: MTWT ITP-Class 1 Getting Started
Class Materials: (uploaded the day after class)
⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺
Class 0: Intro to Python Kick-Off
Wednesday, April 3, 6:30pm Pacific
Get Python!
online environment: online-python
Mac Users: Terminal (already installed)
PC Users: Windows Terminal
Download Python: python.org/downloads
Code
1. Abracadabra:
word = "abracadabra"for i in range(len(word)):
print(word[:len(word)-i])
Class Materials:
1. Class Video: view here
⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺—⏺