CSIS 1595 Homepage
Course Info & Tools
Syllabus
Virtual Machine Setup
python_in_sublime4.html
Dittrich's replit.com repository
Labs
Lab 1
DUE: 9/25 5:10pm
Lab 2
DUE: 10/11 5:10pm
Lab 3
DUE: 11/1 5:10pm
Project: Blackjack
Pair Groups
Project Spec
Project Stub
Project: Hangman
DUE: 12/10/2023 11:59pm
Pair Groups
Project Spec
Project Stub
Syntax
Python punctuators
Python operators
Operator precedence
operators_pt2.py
simple_io.py
Arithmetic
circle.py
hypotenuse.py
ch1q31.py
ch1q31_improved.py
ch2q17.py
sieve.py
Sieve of Eratosthenes
sieve_big.py
(
much
bigger)
Boolean Logic
Boolean truth (simple tables)
Loops
count_to_ten.py
loops.py
fibonacci.py
doing_a_thing.py
grade_loop.py
guessing_game.py
Conditionals
(Branching)
counting.py
grade.py
Lists & Dictionaries
Example 1
Example 2
grade_list.py
grocery.py
Swapping Variables
(slides PDF)
sorting_list.py
Characters & Strings
utf8.py
(printing the UTF-8 character table)
lowerizer.py
capitalizer.py
vowel_detector.py
palindrome_tester.py