Pinned Repositories
Debugging
Starting code for the Debugging unit
Exam2Practice
Practice modules to help prepare you for Exam 2
ImplementingClasses
Modules to help you get started Implementing your own classes in Python
IntroductionToPython
Hello World and Turtle Graphics
MoreImplementingClasses
Modules to help you get more practice using slightly more complex Classes
MoreLoopsWithinLoops
More practice modules to learn about Loops within Loops
PatternsForSequences
Getting more practice with more complex Lists, Tuples, and Strings in Python
PygameAPITutorials
A series of examples to help you learn to use Pygame
Sequences
Learning to use Sequences like Lists, Tuples, and Strings with Python
TkinterPractice
Practicing with Tkinter for Graphical User Interfaces in Python
CSSE120StartingCode's Repositories
CSSE120StartingCode/TkinterPractice
Practicing with Tkinter for Graphical User Interfaces in Python
CSSE120StartingCode/IntroductionToPython
Hello World and Turtle Graphics
CSSE120StartingCode/PatternsForSequences
Getting more practice with more complex Lists, Tuples, and Strings in Python
CSSE120StartingCode/PygameAPITutorials
A series of examples to help you learn to use Pygame
CSSE120StartingCode/Sequences
Learning to use Sequences like Lists, Tuples, and Strings with Python
CSSE120StartingCode/Debugging
Starting code for the Debugging unit
CSSE120StartingCode/ImplementingClasses
Modules to help you get started Implementing your own classes in Python
CSSE120StartingCode/MoreImplementingClasses
Modules to help you get more practice using slightly more complex Classes
CSSE120StartingCode/MoreLoopsWithinLoops
More practice modules to learn about Loops within Loops
CSSE120StartingCode/05b-Exam1Practice
CSSE120StartingCode/19b-ImplementingClassesRevisited
CSSE120StartingCode/99b-CapstoneTeamProject-202140
CSSE120StartingCode/CircleChanger
Develop a CircleChanger class to get better at making classes that use list
CSSE120StartingCode/Exam2Practice
Practice modules to help prepare you for Exam 2
CSSE120StartingCode/Mutation
Working with sequences and mutations to those sequences
CSSE120StartingCode/02-ObjectsFunctionsAndMethods
CSSE120StartingCode/06-MoreExam1Practice
CSSE120StartingCode/AccumulatorsAndFunctionsWithParameters
CSSE120 Accumulators and Functions With Parameters modules
CSSE120StartingCode/BoxAndPointerMutations
Practice problems that go along with creating Box and Pointer diagrams
CSSE120StartingCode/ConditionalsAndAccumulators
Starting code for the in class exercises on The Accumulator Pattern
CSSE120StartingCode/Exam1Practice
Practice problems for Exam 1
CSSE120StartingCode/Exam3Practice
Practice modules to help you get better at material you have been learning
CSSE120StartingCode/Input_WaitUntilEvent_WhileLoops
Short series to prepare students for the while True and break on a sentinel value to an input question
CSSE120StartingCode/IntroToEV3
An introduction to using Python with the EV3 robots
CSSE120StartingCode/LoopsWithinLoops
Practice modules to learn about Loops within Loops
CSSE120StartingCode/ObjectsFunctionsAndMethods
Learning the difference between functions versus method calls on objects
CSSE120StartingCode/PatternsForSequencesRevisited
More practice with patterns for sequences