Python 101 - Conditional Statements
Developers have to make decisions all the time. How do you approach this problem? Do you use technology X or technology Y? Which programming language(s) can you use to solve this? Your code also sometimes needs to make a decision.
Here are some common things that code checks every day:
Are you authorized to do that?
Is that a valid email address?
Is that va…
Keep reading with a 7-day free trial
Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.

