Tuesday, September 1, 2020

Mike Driscoll: Python 101 – Conditional Statements (Video)

In this video, you will learn how to create conditional statements using the Python programming language.

Specifically, you will learn about the following topics:

  • Comparison operators
  • Creating a simple conditional
  • Branching conditional statements
  • Nesting conditionals
  • Logical operators
  • Special operators

The post Python 101 – Conditional Statements (Video) appeared first on The Mouse Vs. The Python.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...