News

These conditional statements enable Linux users to make decisions based on different conditions used inside the bash script, thus, providing much-needed flexibility and efficiency. That said let’s ...
Imagine you are a calculator 🔢🔣 throughout the post. Come on there is no loss in imagining this. In fact, it will help you understand conditional statements python if-else-elif and will also enable ...
What is Python? This post answers that question and walks you through the basics. Set up a coding environment and build your first simple app!
This post explains how to use if statements in Python. This will form the backbone of much of your code going forward! Else statements, nesting, + more.
Interested in learning Python? Jack Wallen takes you through your first steps in building a simple application to take user input and write it to a file.