↧
Ashwin Srinath
I am a Master’s student at Clemson University, South Carolina, and I’m a researcher in high performance computational fluid dynamics. I also teach programming to undergraduate and graduate students,...
View ArticleConcept Map – Parts of a Function
The parts of a function and how they interact with the world is probably something I could teach in 5 minutes.
View ArticleAssessment – Writing Tests
1. Consider the following code: def is_palindrome(n): # checks if a given integer is a palindrome. # Returns True if it is, and False if it is not. # e.g., 121 is a palindrome, but 122 is...
View ArticleMy Story
(Apologies for the late post.) I took my first course on programming in my first (“freshman”) year in college. It was absolutely terrible. This is the story of any poorly designed course, and I’m sure...
View Article