Starting with Bootstrap

We’ll be looking at Bootstrap, Version 4 as it is the latest, since it gives us several benefits, including being mobile friendly/responsive right out of the box, and comes with several ready to use components. If you go to GetBootstrap.com you are given a couple of options. First, you can click on the Download button….

Using the If Statement

We’ve looked at decision statements in flowcharts and pseudo-code before. Now we want to look at how to build them in Python. Decisions are very important because they allow you to skip over a section of code that isn’t relevant to you. In its most basic format, an if statement in Python follows the following…