We can draw 2-dimensional graphics in python using a module in Python called turtle. To see more documentation about Turtle visit this website. Step 1: To start using the module type: import [...]
What if within a single comparison we want to check to see that more than one thing is true or we want to check that at least one thing is true? First, we’ll talk about the logical [...]
Case sensitivity can cause a problem: Suppose we want to ask the user what his destination is when he is at the airport. Based on his answer we want to tell him he is at the wrong gate or not. [...]
These are notes for Day 1 part 2. Changing Data Types Going from an Integer to a String What data type we are dealing with can make a difference. You may encounter a situation where you [...]
Are you a kid who wants to learn how to code in python. Check out my blog posts about introductory concepts in python. If you haven’t read the first two lessons, start there. You can [...]
Is your child learning his multiplication facts? Try adding some stories while he’s learning his facts? Join this adventure as the STEM Club embarks on their next mission to help a [...]